feat: add UI for storage
This commit is contained in:
parent
50fd1942cc
commit
cb81726297
3 changed files with 169 additions and 67 deletions
|
|
@ -35,6 +35,15 @@ async function relayDetails(path) {
|
|||
y.push(i)
|
||||
}
|
||||
return y
|
||||
},
|
||||
storageUnits: function () {
|
||||
return ['KB', 'MB']
|
||||
},
|
||||
fullStorageActions: function () {
|
||||
return [
|
||||
{value: 'block', label: 'Block New Events'},
|
||||
{value: 'prune', label: 'Prune Old Events'}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue