Skip to content

Commit ecf96a7

Browse files
committed
stop icon fix
1 parent 977d937 commit ecf96a7

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
@@ -146,7 +146,7 @@
146146
<!-- l-unit-toolbar__col -->
147147
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
148148
<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>
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>
150150
<div class="actions-panel__col actions-panel__restart"><a href="/restart/service/?srv=<?=$key?>&token=<?=$_SESSION['token']?>"><?=__('restart')?> <i></i></a></div>
151151
</div>
152152
<!-- /.actions-panel -->

0 commit comments

Comments
 (0)