1
0
Fork 0
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:
Ali 2024-12-11 11:58:43 +13:00 committed by GitHub
parent 52c90d4d0a
commit 069f22afa4
4 changed files with 25 additions and 16 deletions

View file

@ -31,6 +31,7 @@ const ngModule = angular
'isStackColumnVisible',
'onRefresh',
'titleIcon',
'tableKey',
])
);

View file

@ -6,4 +6,5 @@
on-refresh="(getServices)"
is-add-action-visible="true"
is-stack-column-visible="true"
table-key="'services'"
></docker-services-datatable>