diff --git a/package.json b/package.json
index 07654c1c..e18b76c3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "meshcentral",
- "version": "0.2.0-p",
+ "version": "0.2.0-q",
"keywords": [
"Remote Management",
"Intel AMT",
diff --git a/public/images/views.png b/public/images/views.png
index cf8666e7..97509091 100644
Binary files a/public/images/views.png and b/public/images/views.png differ
diff --git a/public/styles/style.css b/public/styles/style.css
index 96c05c1e..1b58e839 100644
--- a/public/styles/style.css
+++ b/public/styles/style.css
@@ -656,4 +656,12 @@ a {
background: url(../images/views.png) -84px 0px;
height: 28px;
width: 28px;
+}
+
+.viewSelector5 {
+ margin-left:2px;
+ margin-top:2px;
+ background: url(../images/views.png) -112px 0px;
+ height: 28px;
+ width: 28px;
}
\ No newline at end of file
diff --git a/sample-config.json b/sample-config.json
index f7dd519c..ecfd785c 100644
--- a/sample-config.json
+++ b/sample-config.json
@@ -14,6 +14,7 @@
"_AllowFraming": true,
"_WebRTC": false,
"_ClickOnce": false,
+ "_SelfUpdate": true,
"_UserAllowedIP": "127.0.0.1,::1,192.168.0.100",
"_LocalDiscovery": { "name": "Local server name", "info": "Information about this server" }
},
diff --git a/views/default-min.handlebars b/views/default-min.handlebars
index 0ab40285..418597ab 100644
--- a/views/default-min.handlebars
+++ b/views/default-min.handlebars
@@ -1 +1 @@
-
MeshCentral
↔
My Devices My Account My Events My Files My Users
General Desktop Terminal Files Events Intel® AMT Console
Server disconnected, click to reconnect .
My Events
Show
Last 60 Last 120 Last 250 Last 500 Last 1000
My Files This files is shared publically, click "link" to get public url.
✓
✗
General -
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
Terminal -
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
Events -
Show
Last 60 Last 120 Last 250 Last 500 Last 1000
- General
- General
- Events
Show
Last 60 Last 120 Last 250 Last 500 Last 1000
Local file upload Server file selection File Selection
Mesh Agent Remote Desktop 100% 87.5% 75% 62.5% 50% 37.5% 25% 12.5% Scaling
Fast Medium Slow Very slow Frame rate
Intel® AMT Hardware KVM RLE8, Fastest RLE16, Recommended RAW8, Slow RAW16, Very Slow Image Encoding
\ No newline at end of file
+ MeshCentral
↔
My Devices My Account My Events My Files My Users
General Desktop Terminal Files Events Intel® AMT Console
Server disconnected, click to reconnect .
My Events
Show
Last 60 Last 120 Last 250 Last 500 Last 1000
My Files This files is shared publically, click "link" to get public url.
✓
✗
General -
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
Terminal -
Intel® AMT Redirection port or KVM feature is disabled, click here to enable it.
Remote computer is not powered on, click here to issue a power command.
Events -
Show
Last 60 Last 120 Last 250 Last 500 Last 1000
- General
- General
- Events
Show
Last 60 Last 120 Last 250 Last 500 Last 1000
Local file upload Server file selection File Selection
Mesh Agent Remote Desktop 100% 87.5% 75% 62.5% 50% 37.5% 25% 12.5% Scaling
Fast Medium Slow Very slow Frame rate
Intel® AMT Hardware KVM RLE8, Fastest RLE16, Recommended RAW8, Slow RAW16, Very Slow Image Encoding
\ No newline at end of file
diff --git a/views/default-mobile-min.handlebars b/views/default-mobile-min.handlebars
index ea6639cf..1f86e485 100644
--- a/views/default-mobile-min.handlebars
+++ b/views/default-mobile-min.handlebars
@@ -1 +1 @@
- MeshCentral - Login
Server disconnected, click to reconnect .
◀
◀
My Files
◀
\ No newline at end of file
+ MeshCentral - Login
Server disconnected, click to reconnect .
◀
◀
My Files
◀
\ No newline at end of file
diff --git a/views/default.handlebars b/views/default.handlebars
index c250141d..cc6dabb5 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -363,7 +363,10 @@
-
+
@@ -957,8 +959,7 @@
QV('UserDummyMenuSpan', (xxcurrentView < 10) && webPageFullScreen);
QV('page_leftbar', true);
}
- drawDeviceTimeline();
- deskAdjust();
+ center();
QV('body', true);
}
@@ -5951,7 +5952,7 @@
// Remove left bar selection
var leftBarItems = ['LeftMenuMyDevices', 'LeftMenuMyAccount', 'LeftMenuMyEvents', 'LeftMenuMyFiles', 'LeftMenuMyUsers'];
- for (var i in leftBarItems) { Q(leftBarItems[i]).classList.remove('lbbuttonsel', 'lbbuttonsel2'); }
+ for (var i in leftBarItems) { Q(leftBarItems[i]).classList.remove('lbbuttonsel'); Q(leftBarItems[i]).classList.remove('lbbuttonsel2'); }
// My Devices
QV('topbar', x != 0);