We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed01393 commit 1da83f1Copy full SHA for 1da83f1
src/store/reducers/storage/storage.ts
@@ -36,7 +36,7 @@ const initialState = {
36
wasLoaded: false,
37
filter: '',
38
usageFilter: [],
39
- visible: VISIBLE_ENTITIES.missing,
+ visible: VISIBLE_ENTITIES.all,
40
nodesUptimeFilter: NodesUptimeFilterValues.All,
41
type: STORAGE_TYPES.groups,
42
};
0 commit comments