vault/ui/app/components/list-item/popup-menu.js
Matthew Irish a58745b6b6
UI - kv v2 versions page (#5563)
* add versions routes

* move commands and permissions check to stand-alone menu component

* add versions template

* make list-item component more flexible and use hasMenu to optionally render the menu

* move current check next to the version

* fix linting

* remove is-wide from secret list popup
2018-10-19 17:24:57 -05:00

8 lines
127 B
JavaScript

import Component from '@ember/component';
export default Component.extend({
tagName: '',
item: null,
hasMenu: null,
});