mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 07:52:34 +00:00
Bugfix v2.x/server and storage provider did not show up after successfully created (#318)
* Fix issue #316 - Server Provider did not show up * Fix issue #317 - Storage Provider did not show up
This commit is contained in:
@ -17,6 +17,8 @@
|
||||
|
||||
class StorageProvidersList extends Widget
|
||||
{
|
||||
protected $listeners = ['$refresh'];
|
||||
|
||||
protected function getTableQuery(): Builder
|
||||
{
|
||||
return StorageProvider::getByProjectId(auth()->user()->current_project_id);
|
||||
|
Reference in New Issue
Block a user