diff options
author | Simon Rettberg | 2017-08-16 18:22:12 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-08-16 18:22:12 +0200 |
commit | a92a7cc35115dba2c3a7cf98cb08a9ae0795da5a (patch) | |
tree | db25ac6dacd7d7769c420af854b6a52439b4cd30 /modules-available/locationinfo/templates | |
parent | [sysconfig] Add support to disable fixNumeric hack in ldadp (diff) | |
download | slx-admin-a92a7cc35115dba2c3a7cf98cb08a9ae0795da5a.tar.gz slx-admin-a92a7cc35115dba2c3a7cf98cb08a9ae0795da5a.tar.xz slx-admin-a92a7cc35115dba2c3a7cf98cb08a9ae0795da5a.zip |
[locationinfo] Fix davinci backend connection test, minor tweaks to web view
Diffstat (limited to 'modules-available/locationinfo/templates')
-rw-r--r-- | modules-available/locationinfo/templates/page-panels.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/page-panels.html b/modules-available/locationinfo/templates/page-panels.html index 0c87a70b..f374e456 100644 --- a/modules-available/locationinfo/templates/page-panels.html +++ b/modules-available/locationinfo/templates/page-panels.html @@ -34,7 +34,7 @@ </td> {{#hasRunmode}} <td> - <a class="btn btn-default btn-xs" href="?do=runmode&module=locationinfo&modeid={{paneluuid}}"> + <a class="btn btn-default btn-xs" href="?do=runmode&module=locationinfo&modeid={{paneluuid}}&redirect=?do=locationinfo"> <span class="glyphicon glyphicon-edit"></span> </a> {{assignedMachineCount}} |