$VMAJOR.$VMINOR.$VBUILD"/ $EXEC/resources/index.html
cp $OUTPUT/config-example/* $CONFIG
chmod 644 $CONFIG/*
diff --git a/mqtt-map/resources/css/global.css b/mqtt-map/resources/css/global.css
index 9ccc014..b8cadb4 100644
--- a/mqtt-map/resources/css/global.css
+++ b/mqtt-map/resources/css/global.css
@@ -16,10 +16,11 @@ html, body {
background-color: white;
position: absolute;
top: 85px;
- bottom: 10px;
+ bottom: 35px;
left: 10px;
z-index: 5000;
- border: rgba(0,0,0,0.5) 2px solid;
+ border: #707070 2px solid;
+ border: rgba(0,0,0,0.4) 2px solid;
border-radius: 4px
}
@@ -27,4 +28,17 @@ html, body {
display: block;
height: 32px;
width: 32px;
+}
+
+#version {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ z-index: 50000;
+ background-color: white;
+ border-radius: 5px;
+ height: 20px;
+ width: 40px;
+ border: #707070 2px solid;
+ border: rgba(0,0,0,0.4) 2px solid;
}
\ No newline at end of file
diff --git a/mqtt-map/resources/index.html b/mqtt-map/resources/index.html
index 0e15128..736a8be 100644
--- a/mqtt-map/resources/index.html
+++ b/mqtt-map/resources/index.html
@@ -12,6 +12,7 @@
+
vx.x.x