diff options
author | Udo Walter | 2017-09-28 16:54:42 +0200 |
---|---|---|
committer | Udo Walter | 2017-09-28 16:54:42 +0200 |
commit | 9c5887928eb087fbc63744142b3bfd6af68e0cea (patch) | |
tree | a96dfaee71d87f8617b75a3e307f925212e3c178 /modules-available/locations/templates/location-subnets.html | |
parent | [systemstatus] bugfix (diff) | |
download | slx-admin-9c5887928eb087fbc63744142b3bfd6af68e0cea.tar.gz slx-admin-9c5887928eb087fbc63744142b3bfd6af68e0cea.tar.xz slx-admin-9c5887928eb087fbc63744142b3bfd6af68e0cea.zip |
[statistics] fixed inconsistencies
Diffstat (limited to 'modules-available/locations/templates/location-subnets.html')
-rw-r--r-- | modules-available/locations/templates/location-subnets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locations/templates/location-subnets.html b/modules-available/locations/templates/location-subnets.html index 0ea096b6..9cfa5cc8 100644 --- a/modules-available/locations/templates/location-subnets.html +++ b/modules-available/locations/templates/location-subnets.html @@ -90,7 +90,7 @@ </div> </div> - <div class ="modal fade" id="deleteLocationModal{{locationid}}" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> + <div class="modal fade" id="deleteLocationModal{{locationid}}" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" style="width: 400px" role="document"> <div class="modal-content"> <div class="modal-body"> |