This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-vault
Watch
2
Star
0
Fork
You've already forked open-vault
0
Code
Issues
1
Pull requests
Releases
Activity
dbae477cca
open-vault
/
ui
/
app
/
components
/
page-header-level-right.js
6 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Ember update (#5386) Ember update - update ember-cli, ember-data, and ember to 3.4 series
2018-09-25 16:28:26 +00:00
import
Component
from
'@ember/component'
;
UI - make engine list more consistent with the auth method list (#4598) * remove expanding behavior from engines list and add a configuration route * use page header component, secret tab component for the template on the secret engine configuration route * move abstraction to secret-list-header and remove secret-tabs * add attrs to secret engine model and adjust mount controller code to support that * fix top level nav so that we can use the back button properly * fix tests
2018-05-23 16:25:52 +00:00
Ember update (#5386) Ember update - update ember-cli, ember-data, and ember to 3.4 series
2018-09-25 16:28:26 +00:00
export
default
Component
.
extend
(
{
UI - make engine list more consistent with the auth method list (#4598) * remove expanding behavior from engines list and add a configuration route * use page header component, secret tab component for the template on the secret engine configuration route * move abstraction to secret-list-header and remove secret-tabs * add attrs to secret engine model and adjust mount controller code to support that * fix top level nav so that we can use the back button properly * fix tests
2018-05-23 16:25:52 +00:00
tagName
:
''
,
}
)
;
Reference in a new issue
Copy permalink