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:
Matthew Irish
2018-04-09 16:49:52 -05:00
committed by GitHub
parent e6bf84f2a9
commit 222b540c56
8 changed files with 41 additions and 23 deletions

View File

@@ -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'));