summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates/location-subnets.html
diff options
context:
space:
mode:
authorUdo Walter2017-10-13 14:55:59 +0200
committerUdo Walter2017-10-13 14:55:59 +0200
commitefcf4c2444e1ca008bbb3d473eec1a57c5fb67c8 (patch)
treedcb5aa3a0a5595648a3fd960c4210a1109564d21 /modules-available/locations/templates/location-subnets.html
parent[locations] implemented new permission system (diff)
downloadslx-admin-efcf4c2444e1ca008bbb3d473eec1a57c5fb67c8.tar.gz
slx-admin-efcf4c2444e1ca008bbb3d473eec1a57c5fb67c8.tar.xz
slx-admin-efcf4c2444e1ca008bbb3d473eec1a57c5fb67c8.zip
[locations] moved 'delete location' button to the bottom and added text;
resized select field in 'add location' row;
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>