summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates/location-subnets.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locations/templates/location-subnets.html')
-rw-r--r--modules-available/locations/templates/location-subnets.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules-available/locations/templates/location-subnets.html b/modules-available/locations/templates/location-subnets.html
index 754616c6..9505ceac 100644
--- a/modules-available/locations/templates/location-subnets.html
+++ b/modules-available/locations/templates/location-subnets.html
@@ -9,7 +9,7 @@
</div>
<div class="row">
<div class="{{^editAllowed}}disabled{{/editAllowed}}">
- <div class="col-sm-5">
+ <div class="col-sm-6">
<div class="input-group">
<span class="input-group-addon slx-ga">{{lang_name}}</span>
<input class="form-control" type="text" name="locationname" value="{{locationname}}" pattern=".*\S.*">
@@ -26,9 +26,6 @@
</div>
</div>
</div>
- <div class="col-sm-1 text-center">
- <button {{^deleteAllowed}}disabled{{/deleteAllowed}} type="button" class="btn btn-sm btn-danger" data-toggle="modal" data-target="#deleteLocationModal{{locationid}}"><span class="glyphicon glyphicon-trash"></span></button>
- </div>
</div>
<br>
<div class="slx-bold">{{lang_assignedSubnets}}</div>
@@ -88,6 +85,7 @@
</div>
<div class="col-md-4 text-right">
+ <button style="margin-right: 10px" {{^deleteAllowed}}disabled{{/deleteAllowed}} type="button" class="btn btn-danger" data-toggle="modal" data-target="#deleteLocationModal{{locationid}}"><span class="glyphicon glyphicon-trash"></span> {{lang_deleteLocation}}</button>
<button {{^saveButton}}disabled{{/saveButton}} type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-floppy-disk"></span> {{lang_save}}</button>
</div>
</div>