Fix display and subuser settings for databases
This commit is contained in:
parent
4d31004cf4
commit
f1a3008a50
8 changed files with 74 additions and 33 deletions
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
<div class="col-md-6">
|
||||
<hr />
|
||||
@can('command', $server)
|
||||
@can('send-command', $server)
|
||||
<form action="#" method="post" id="console_command" style="display:none;">
|
||||
<fieldset>
|
||||
<div class="input-group">
|
||||
|
@ -408,7 +408,7 @@ $(window).load(function () {
|
|||
});
|
||||
@endcan
|
||||
|
||||
@can('command', $server)
|
||||
@can('send-command', $server)
|
||||
// Send Command to Server
|
||||
$('#console_command').submit(function (event) {
|
||||
|
||||
|
|
Reference in a new issue