diff --git a/src/store/state-url-mapping.ts b/src/store/state-url-mapping.ts index eab3c5dbf4..6a4cd18e6f 100644 --- a/src/store/state-url-mapping.ts +++ b/src/store/state-url-mapping.ts @@ -85,6 +85,20 @@ const paramSetup: ParamSetup = { stateKey: 'partitions.selectedConsumer', }, }, + '/cluster/storage': { + storageType: { + stateKey: 'storage.type', + }, + storageVisibleType: { + stateKey: 'storage.visible', + }, + storageNodesUptime: { + stateKey: 'storage.nodesUptimeFilter', + }, + storageFilter: { + stateKey: 'storage.filter', + }, + }, }; function mergeLocationToState(state: S, location: Pick): S {