mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Fix for server restart url
This commit is contained in:
parent
d45f42783d
commit
dfcdb75dfd
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
<!-- l-unit-toolbar__col -->
|
||||
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
|
||||
<div class="actions-panel clearfix">
|
||||
<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>
|
||||
</div>
|
||||
<!-- /.actions-panel -->
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue