~blake-rouse/maas/is-importing-2.1

« back to all changes in this revision

Viewing changes to src/maasserver/templates/maasserver/settings.html

  • Committer: LaMont Jones
  • Date: 2016-12-07 12:59:10 UTC
  • mfrom: (5561 2.1)
  • mto: This revision was merged to the branch mainline in revision 5563.
  • Revision ID: lamont@canonical.com-20161207125910-fow7gg8v9bo0s1iq
merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
            <h2>Device Discovery</h2>
180
180
            <form action="{% url 'settings' %}" method="post">
181
181
                {% csrf_token %}
182
 
                <style>
183
 
                /*
184
 
                 * Special case: the Device Discovery option is the only one
185
 
                 * that does NOT have a label before its first option. So we
186
 
                 * must move the list item up slightly to account for the
187
 
                 * difference.
188
 
                 */
189
 
                li.network_discovery-network_discovery {
190
 
                    margin-top: -1.5em;
191
 
                }
192
 
                </style>
193
182
                <ul>
194
183
                    {% for field in network_discovery_form %} {% include "maasserver/form_field.html" %} {% endfor %}
195
184
                </ul>