mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Update ui to reflect config changes for kv. versioned -> version (#4310)
* update ui to reflect config changes for kv. versioned -> version * options not config * tweak version display in the ui
This commit is contained in:
@@ -20,7 +20,6 @@ export default DS.Model.extend({
|
||||
options: fragment('mount-options'),
|
||||
local: attr('boolean'),
|
||||
sealWrap: attr('boolean'),
|
||||
isVersioned: computed.alias('options.versioned'),
|
||||
|
||||
shouldIncludeInList: computed('type', function() {
|
||||
return !LIST_EXCLUDED_BACKENDS.includes(this.get('type'));
|
||||
|
||||
Reference in New Issue
Block a user