mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 07:22:34 +00:00
migrating tests (DatabaseUser, Firewall and Logs)
This commit is contained in:
@ -26,6 +26,8 @@ class LogsList extends Widget
|
||||
|
||||
public ?string $label = '';
|
||||
|
||||
public bool $remote = false;
|
||||
|
||||
protected $listeners = ['$refresh'];
|
||||
|
||||
protected function getTableQuery(): Builder
|
||||
@ -36,7 +38,8 @@ protected function getTableQuery(): Builder
|
||||
if ($this->site) {
|
||||
$query->where('site_id', $this->site->id);
|
||||
}
|
||||
});
|
||||
})
|
||||
->where('is_remote', $this->remote);
|
||||
}
|
||||
|
||||
protected function getTableColumns(): array
|
||||
|
Reference in New Issue
Block a user