feat(agent): Add 'Device' menu and submenus (#461)

This commit is contained in:
Róbert Kiss
2017-10-18 01:28:02 +02:00
committed by László Monda
parent 041d4debb6
commit ab88d8a2e7
14 changed files with 111 additions and 20 deletions

View File

@@ -40,6 +40,7 @@ export class SideMenuComponent {
constructor(private store: Store<AppState>, private renderer: Renderer) {
this.animation = {
device: 'active',
configuration: 'active',
keymap: 'active',
macro: 'active',
addon: 'active'