summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates/location-subnets.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-05-25 18:11:58 +0200
committerSimon Rettberg2016-05-25 18:11:58 +0200
commit69504022a57b08774e212d741290d2b587d0230d (patch)
treea6359556265ab4b03427c17603a7c99eda31a5f6 /modules-available/locations/templates/location-subnets.html
parent[baseconfig] Add notice when editing subsection (diff)
downloadslx-admin-69504022a57b08774e212d741290d2b587d0230d.tar.gz
slx-admin-69504022a57b08774e212d741290d2b587d0230d.tar.xz
slx-admin-69504022a57b08774e212d741290d2b587d0230d.zip
[locations] Add machine count to each location
Diffstat (limited to 'modules-available/locations/templates/location-subnets.html')
-rw-r--r--modules-available/locations/templates/location-subnets.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locations/templates/location-subnets.html b/modules-available/locations/templates/location-subnets.html
index 76b7442a..b0353416 100644
--- a/modules-available/locations/templates/location-subnets.html
+++ b/modules-available/locations/templates/location-subnets.html
@@ -1,4 +1,4 @@
-<div class="slx-well">
+<td class="slx-well">
<div class="slx-bold">{{lang_locationSettings}}</div>
<form method="post" action="?do=Locations">
<input type="hidden" name="token" value="{{token}}">
@@ -58,7 +58,7 @@
</td>
<td colspan="2" align="right">
<button type="submit" class="btn btn-primary">{{lang_save}}</button>
- </div>
+ </td>
</tr>
</table>
</form>