mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
stop icon fix
This commit is contained in:
parent
977d937c86
commit
ecf96a73a1
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,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__<?=__($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>
|
||||
<div class="actions-panel__col actions-panel__restart"><a href="/restart/service/?srv=<?=$key?>&token=<?=$_SESSION['token']?>"><?=__('restart')?> <i></i></a></div>
|
||||
</div>
|
||||
<!-- /.actions-panel -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue