1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +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',
])
);