diff options
author | Simon Rettberg | 2019-07-31 16:58:14 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-07-31 16:58:14 +0200 |
commit | 7c539fd8736b0ff9acafe32d857b2a2021d778e6 (patch) | |
tree | b6a44076cba8443b2840340256b9829451214229 /modules-available/locations/templates/location-subnets.html | |
parent | [locations] Optimize some functions in Location class (diff) | |
download | slx-admin-7c539fd8736b0ff9acafe32d857b2a2021d778e6.tar.gz slx-admin-7c539fd8736b0ff9acafe32d857b2a2021d778e6.tar.xz slx-admin-7c539fd8736b0ff9acafe32d857b2a2021d778e6.zip |
[locations] Add warnings/cleanup for bad machine to roomplan mappings
Diffstat (limited to 'modules-available/locations/templates/location-subnets.html')
-rw-r--r-- | modules-available/locations/templates/location-subnets.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/locations/templates/location-subnets.html b/modules-available/locations/templates/location-subnets.html index 78ef99a0..6062b559 100644 --- a/modules-available/locations/templates/location-subnets.html +++ b/modules-available/locations/templates/location-subnets.html @@ -2,6 +2,7 @@ <div class="slx-bold">{{lang_locationSettings}}</div> <form id="locationForm{{locationid}}" method="post" action="?do=Locations"> <input type="hidden" name="token" value="{{token}}"> + <input type="hidden" name="page" value="details"> <input type="hidden" name="action" value="updatelocation"> <input type="hidden" name="locationid" value="{{locationid}}"> <div style="display:none"> |