Fix display and subuser settings for databases

This commit is contained in:
Dane Everitt 2016-08-17 17:36:06 -04:00
parent 4d31004cf4
commit f1a3008a50
8 changed files with 74 additions and 33 deletions

View file

@ -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) {