mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +02:00
fix(ui): namespace caching issue EE-5273 (#8709)
* fix namespace caching issue * fix(apps): add loading state [EE-5273] * rm endpoint provider * fix(namespace): remove caching [EE-5273] * variable typo --------- Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
d64e7eacfc
commit
fc1aec3bb8
13 changed files with 25 additions and 48 deletions
|
@ -127,15 +127,6 @@ angular.module('portainer.app').factory('LocalStorage', [
|
|||
getKubernetesSummaryToggle() {
|
||||
return localStorageService.get('kubernetes_summary_expanded');
|
||||
},
|
||||
storeAllowedNamespaces: function (namespaces) {
|
||||
localStorageService.set('ALLOWED_NAMESPACES', namespaces);
|
||||
},
|
||||
getAllowedNamespaces: function () {
|
||||
return localStorageService.get('ALLOWED_NAMESPACES');
|
||||
},
|
||||
deleteAllowedNamespaces: function () {
|
||||
localStorageService.remove('ALLOWED_NAMESPACES');
|
||||
},
|
||||
};
|
||||
},
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue