We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45f427 commit dfcdb75Copy full SHA for dfcdb75
web/templates/admin/list_services.html
@@ -57,7 +57,7 @@
57
<!-- l-unit-toolbar__col -->
58
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
59
<div class="actions-panel clearfix">
60
- <div class="actions-panel__col actions-panel__restart"><a href="/restart/service/?srv=<?php echo $sys['sysinfo']['HOSTNAME'] ?>"><?=__('restart')?> <i></i></a></div>
+ <div class="actions-panel__col actions-panel__restart"><a href="/restart/system/?hostname=<?php echo $sys['sysinfo']['HOSTNAME'] ?>"><?=__('restart')?> <i></i></a></div>
61
</div>
62
<!-- /.actions-panel -->
63
0 commit comments