Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Mar 10, 2022
1 parent 3404b63 commit 9ae2d17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/permissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

return [

'Global' => [
'Super User' => [
[
'permission' => 'superuser',
'label' => 'Super User',
'label' => '',
'note' => 'Determines whether the user has full access to all aspects of the admin. This setting overrides any more specific permissions throughout the system. ',
'display' => true,
],
Expand Down
2 changes: 1 addition & 1 deletion resources/views/groups/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@if (count($section_permission) == 1)


<div class="col-md-3 col-lg-3 col-sm-6 col-xl-1">
<div class="col-md-3 col-lg-4 col-sm-6 col-xl-1">
<div class="box box-{{ (($localPermission['permission']=='superuser') ? 'danger' : (($localPermission['permission']=='admin') ? 'warning' : 'default')) }} flex-aligned-box">
<div class="box-body text-center flex-aligned-box">
@unless (empty($localPermission['label']))
Expand Down
2 changes: 0 additions & 2 deletions resources/views/settings/general.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">


<div class="panel box box-default">
<div class="box-header with-border">
<h2 class="box-title">
Expand Down

0 comments on commit 9ae2d17

Please sign in to comment.