We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977d937 commit ecf96a7Copy full SHA for ecf96a7
1 file changed
web/templates/admin/list_services.html
@@ -146,7 +146,7 @@
146
<!-- l-unit-toolbar__col -->
147
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
148
<div class="actions-panel clearfix">
149
- <div class="actions-panel__col actions-panel__<?=__($action)?>"><a href="/<?php echo $action ?>/service/?srv=<?=$key?>&token=<?=$_SESSION['token']?>"><?=__($action)?> <i></i></a></div>
+ <div class="actions-panel__col actions-panel__<?=$action?>"><a href="/<?php echo $action ?>/service/?srv=<?=$key?>&token=<?=$_SESSION['token']?>"><?=__($action)?> <i></i></a></div>
150
<div class="actions-panel__col actions-panel__restart"><a href="/restart/service/?srv=<?=$key?>&token=<?=$_SESSION['token']?>"><?=__('restart')?> <i></i></a></div>
151
</div>
152
<!-- /.actions-panel -->
0 commit comments