|
@@ -68,6 +68,7 @@ class PermissionController extends AdminController
|
|
|
$tree = new Tree(new $model());
|
|
|
|
|
|
$tree->disableCreateButton();
|
|
|
+ $tree->disableEditButton();
|
|
|
|
|
|
$tree->branch(function ($branch) {
|
|
|
$payload = "<div class='pull-left' style='min-width:310px'><b>{$branch['name']}</b> [<span class='text-primary'>{$branch['slug']}</span>]";
|