summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules-available/locations/templates/location-subnets.html6
-rw-r--r--modules-available/locations/templates/locations.html2
2 files changed, 3 insertions, 5 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>
diff --git a/modules-available/locations/templates/locations.html b/modules-available/locations/templates/locations.html
index afbca3c6..9a98d6b2 100644
--- a/modules-available/locations/templates/locations.html
+++ b/modules-available/locations/templates/locations.html
@@ -93,7 +93,7 @@
<input type="hidden" name="action" value="addlocations">
<table class="table table-condensed table-hover">
<tr id="lasttr">
- <td width="50%">&emsp;</td>
+ <td width="60%">&emsp;</td>
<td class="text-right" colspan="2">
<button id="saveLocationRows" type="submit" class="btn btn-primary" style="display: none">
<span class="glyphicon glyphicon-floppy-disk"></span> {{lang_save}}