fix: 🐛 Disable Cancel Button
This commit is contained in:
parent
e310dba243
commit
e4165181fe
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@
|
|||
</a>
|
||||
<button onclick="handleServerCancel('{{ $server->id }}');" target="__blank"
|
||||
class="btn btn-warning text-center"
|
||||
disabled="{{ $server->suspended }}"
|
||||
{{ $server->suspended? "disabled" : "" }}
|
||||
data-toggle="tooltip" data-placement="bottom" title="{{ __('Cancel Server') }}">
|
||||
<i class="fas fa-ban mx-4"></i>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue