From 0354fd655ae1b882ab760f4b1cdf7df1b8580d42 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Tue, 2 Jan 2018 01:14:06 -0500 Subject: [PATCH] Remove CMY tab and add command buttons --- app/index.html | 43 +++++++++++++++++++++++++++++++++++++++++-- app/lib/nav-ui.js | 4 ++-- 2 files changed, 43 insertions(+), 4 deletions(-) diff --git a/app/index.html b/app/index.html index dc0da36..a9676a3 100644 --- a/app/index.html +++ b/app/index.html @@ -81,6 +81,25 @@ +
+
+ +
+
+ +
+ +
+
+ +
+
+
+ +
+
+ +
@@ -101,7 +120,7 @@
-
+
@@ -176,6 +195,26 @@
+
+

Devices

+ + +

Projector

+ +

Camera

+ + +

Light

+ +
diff --git a/app/lib/nav-ui.js b/app/lib/nav-ui.js index c87e177..3f9aa96 100644 --- a/app/lib/nav-ui.js +++ b/app/lib/nav-ui.js @@ -8,11 +8,11 @@ nav.init = function () { name: 'toolbar', items: [ { type: 'radio', id: 'sequencer', group: '1', caption: 'Sequencer', icon: 'fa fa-th', checked: true }, - { type: 'radio', id: 'script', group: '1', caption: 'Script', icon: 'fa fa-code' }, { type: 'radio', id: 'controls', group: '1', caption: 'Controls', icon: 'fa fa-tasks' }, { type: 'radio', id: 'light', group: '1', caption: 'Light', icon: 'mcopy-light' }, + { type: 'radio', id: 'script', group: '1', caption: 'Script', icon: 'fa fa-code' }, { type: 'spacer' }, - { type: 'button', id: 'settings', group: '1', caption: 'Settings', icon: 'fa fa-cogs' } + { type: 'radio', id: 'settings', group: '1', caption: 'Settings', icon: 'fa fa-cogs' } ], onClick : function (event) { nav.change(event.target);