feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled.
This commit is contained in:
@@ -18,7 +18,6 @@ class Index extends Component
|
||||
|
||||
public function mount()
|
||||
{
|
||||
$this->authorize('useTerminal', Server::class);
|
||||
$this->servers = Server::isReachable()->get()->filter(function ($server) {
|
||||
return $server->isTerminalEnabled();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user