-
-
-
+
+
+
+
+
+
+
+
+
+
+ Home
+
+
+
+ Lights
+
+
+
+ Sprinklers
+
+
+
+ Rolling Shutter
+
+
+
+ Timers
+
+
+
+ Settings
+
+
+
+
+
+.icon-alarm:before { content: '\e800'; } /* '' */
+.icon-home:before { content: '\e801'; } /* '' */
+.icon-lightbulb-on-outline:before { content: '\e802'; } /* '' */
+.icon-settings:before { content: '\e803'; } /* '' */
+.icon-shutters:before { content: '\e804'; } /* '' */
+.icon-sprinklers:before { content: '\e805'; } /* '' */
+.icon-lightbulb:before { content: '\f0eb'; } /* '' */
+
+
diff --git a/src/prog/dashboard2/src/assets/css/domo.css b/src/prog/dashboard2/src/assets/css/domo.css
new file mode 100644
index 00000000..75b81ae8
--- /dev/null
+++ b/src/prog/dashboard2/src/assets/css/domo.css
@@ -0,0 +1,62 @@
+@font-face {
+ font-family: 'domo';
+ src: url('../font/domo.woff2') format('woff2'),
+ url('../font/domo.woff') format('woff'),
+ url('../font/domo.ttf') format('truetype');
+
+ font-weight: normal;
+ font-style: normal;
+}
+/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
+/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
+/*
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+ @font-face {
+ font-family: 'domo';
+ src: url('../font/domo.svg?150644#domo') format('svg');
+ }
+}
+*/
+
+ [class^="icon-"]:before, [class*=" icon-"]:before {
+ font-family: "domo";
+ font-style: normal;
+ font-weight: normal;
+ speak: none;
+
+ display: inline-block;
+ text-decoration: inherit;
+ width: 1em;
+ margin-right: .2em;
+ text-align: center;
+ /* opacity: .8; */
+
+ /* For safety - reset parent styles, that can break glyph codes*/
+ font-variant: normal;
+ text-transform: none;
+
+ /* fix buttons height, for twitter bootstrap */
+ line-height: 1em;
+
+ /* Animation center compensation - margins should be symmetric */
+ /* remove if not needed */
+ margin-left: .2em;
+
+ /* you can be more comfortable with increased icons size */
+ /* font-size: 120%; */
+
+ /* Font smoothing. That was taken from TWBS */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+
+ /* Uncomment for 3D effect */
+ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
+}
+
+.icon-alarm:before { content: '\e800'; } /* '' */
+.icon-home:before { content: '\e801'; } /* '' */
+.icon-lightbulb-on-outline:before { content: '\e802'; } /* '' */
+.icon-settings:before { content: '\e803'; } /* '' */
+.icon-shutters:before { content: '\e804'; } /* '' */
+.icon-sprinklers:before { content: '\e805'; } /* '' */
+.icon-lightbulb:before { content: '\f0eb'; } /* '' */
diff --git a/src/prog/dashboard2/src/assets/fonts/domo.ttf b/src/prog/dashboard2/src/assets/font/domo.ttf
similarity index 66%
rename from src/prog/dashboard2/src/assets/fonts/domo.ttf
rename to src/prog/dashboard2/src/assets/font/domo.ttf
index 8c52f30d..88cfaaa0 100644
Binary files a/src/prog/dashboard2/src/assets/fonts/domo.ttf and b/src/prog/dashboard2/src/assets/font/domo.ttf differ
diff --git a/src/prog/dashboard2/src/assets/font/domo.woff b/src/prog/dashboard2/src/assets/font/domo.woff
new file mode 100644
index 00000000..21828ace
Binary files /dev/null and b/src/prog/dashboard2/src/assets/font/domo.woff differ
diff --git a/src/prog/dashboard2/src/assets/font/domo.woff2 b/src/prog/dashboard2/src/assets/font/domo.woff2
new file mode 100644
index 00000000..1942ec51
Binary files /dev/null and b/src/prog/dashboard2/src/assets/font/domo.woff2 differ
diff --git a/src/prog/dashboard2/src/assets/fonts/domo.woff b/src/prog/dashboard2/src/assets/fonts/domo.woff
deleted file mode 100644
index 50fe49e5..00000000
Binary files a/src/prog/dashboard2/src/assets/fonts/domo.woff and /dev/null differ
diff --git a/src/prog/dashboard2/src/assets/fonts/domo.woff2 b/src/prog/dashboard2/src/assets/fonts/domo.woff2
deleted file mode 100644
index 573d6993..00000000
Binary files a/src/prog/dashboard2/src/assets/fonts/domo.woff2 and /dev/null differ
diff --git a/src/prog/dashboard2/src/assets/logo.png b/src/prog/dashboard2/src/assets/logo.png
deleted file mode 100644
index f3d2503f..00000000
Binary files a/src/prog/dashboard2/src/assets/logo.png and /dev/null differ
diff --git a/src/prog/dashboard2/src/assets/vux_logo.png b/src/prog/dashboard2/src/assets/vux_logo.png
deleted file mode 100644
index fab54655..00000000
Binary files a/src/prog/dashboard2/src/assets/vux_logo.png and /dev/null differ
diff --git a/src/prog/dashboard2/src/components/Hello.vue b/src/prog/dashboard2/src/components/Hello.vue
deleted file mode 100644
index 2d805395..00000000
--- a/src/prog/dashboard2/src/components/Hello.vue
+++ /dev/null
@@ -1,53 +0,0 @@
-