mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(services): separate table state [BE-11401] (#152)
This commit is contained in:
parent
52c90d4d0a
commit
069f22afa4
4 changed files with 25 additions and 16 deletions
|
@ -31,6 +31,7 @@ const ngModule = angular
|
|||
'isStackColumnVisible',
|
||||
'onRefresh',
|
||||
'titleIcon',
|
||||
'tableKey',
|
||||
])
|
||||
);
|
||||
|
||||
|
|
|
@ -6,4 +6,5 @@
|
|||
on-refresh="(getServices)"
|
||||
is-add-action-visible="true"
|
||||
is-stack-column-visible="true"
|
||||
table-key="'services'"
|
||||
></docker-services-datatable>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue