open-vault/ui/app/components/secret-list-header.js

14 lines
219 B
JavaScript
Raw Normal View History

import Component from '@ember/component';
export default Component.extend({
tagName: '',
// api
isCertTab: false,
isConfigure: false,
baseKey: null,
backendCrumb: null,
model: null,
2019-05-09 15:40:24 +00:00
options: null,
});