Skip to content

Commit dfcdb75

Browse files
committed
Fix for server restart url
1 parent d45f427 commit dfcdb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_services.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- l-unit-toolbar__col -->
5858
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
5959
<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>
60+
<div class="actions-panel__col actions-panel__restart"><a href="/restart/system/?hostname=<?php echo $sys['sysinfo']['HOSTNAME'] ?>"><?=__('restart')?> <i></i></a></div>
6161
</div>
6262
<!-- /.actions-panel -->
6363
</div>

0 commit comments

Comments
 (0)