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
ae0ab25069
open-vault
/
ui
/
app
/
components
/
nav-header
/
items.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 - guard page redesign (#4779) * add NavHeader component * use NavHeader in SplashPage component and application.hbs * let download button take a block * add RadialProgress component * use RadialProgress in ShamirFlow component * style up the RadialProgress component * update ember-basic-dropdown, ember-basic-dropdown-hover * rework operation token generation workflow * directly depend on ember-maybe-in-element
2018-06-26 21:35:47 +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 - guard page redesign (#4779) * add NavHeader component * use NavHeader in SplashPage component and application.hbs * let download button take a block * add RadialProgress component * use RadialProgress in ShamirFlow component * style up the RadialProgress component * update ember-basic-dropdown, ember-basic-dropdown-hover * rework operation token generation workflow * directly depend on ember-maybe-in-element
2018-06-26 21:35:47 +00:00
tagName
:
''
,
}
)
;
Reference in a new issue
Copy permalink