diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 00000000..e8c6552e Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100644 index 00000000..9b1411b5 Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 00000000..253b2fbe Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 00000000..cf811046 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 00000000..75d5b627 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,23 @@ +{ + "name": "MeshCentral", + "short_name": "MeshCentral", + "description": "Open source web based, remote computer management.", + "scope": ".", + "start_url": "/", + "display": "standalone", + "orientation": "portrait", + "theme_color": "#ffffff", + "background_color": "#ffffff", + "icons": [ + { + "src": "android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file diff --git a/public/styles/style.css b/public/styles/style.css index 129295bc..c8c5f981 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -2833,6 +2833,25 @@ a { box-shadow: 0px 0px 15px #666; } +.suggestionBoxItem { + background-color:#5BB; + padding: 4px; + cursor: pointer; + margin-top: 2px; + margin-bottom: 2px; + border-radius: 4px; +} + + .suggestionBoxItem:hover { + background-color:#4AA; + } + +.suggestionBoxSubItem { + font-size: 11px; + margin-left: 4px; + color: #555; +} + .traceEvent { white-space: nowrap; overflow: hidden; diff --git a/translate/translate.json b/translate/translate.json index a0bf54b7..ac829298 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -410,7 +410,7 @@ "ru": ", ", "zh-chs": ",", "xloc": [ - "default-mobile.handlebars->9->430", + "default-mobile.handlebars->9->431", "default.handlebars->25->1324" ] }, @@ -687,7 +687,7 @@ "zh-chs": "1個字節", "xloc": [ "default-mobile.handlebars->9->118", - "default-mobile.handlebars->9->434", + "default-mobile.handlebars->9->435", "default.handlebars->25->1384" ] }, @@ -6285,7 +6285,7 @@ "ru": "Подтвердить удаление пользователя {0}?", "zh-chs": "確認刪除用戶{0}?", "xloc": [ - "default-mobile.handlebars->9->433" + "default-mobile.handlebars->9->434" ] }, { @@ -8154,7 +8154,7 @@ "ru": "Пользователь группы устройств", "zh-chs": "設備組用戶", "xloc": [ - "default-mobile.handlebars->9->431", + "default-mobile.handlebars->9->432", "default.handlebars->25->1325" ] }, @@ -19999,7 +19999,7 @@ "ru": "Права", "zh-chs": "權限", "xloc": [ - "default-mobile.handlebars->9->429", + "default-mobile.handlebars->9->430", "default.handlebars->25->1323", "default.handlebars->25->1416" ] @@ -21388,7 +21388,7 @@ "ru": "Удаленный пользователь Mesh", "zh-chs": "遠程網狀用戶", "xloc": [ - "default-mobile.handlebars->9->432" + "default-mobile.handlebars->9->433" ] }, { @@ -27497,7 +27497,6 @@ "ru": "Пользователь", "zh-chs": "用戶", "xloc": [ - "default-mobile.handlebars->9->428", "default.handlebars->25->1205", "default.handlebars->25->1428", "default.handlebars->25->1536", @@ -27654,6 +27653,12 @@ "default.handlebars->25->1655" ] }, + { + "en": "User ID", + "xloc": [ + "default-mobile.handlebars->9->429" + ] + }, { "cs": "Identifikátor uživatele", "de": "Benutzeridentifikation", @@ -27672,6 +27677,13 @@ "default.handlebars->25->1578" ] }, + { + "en": "User Identifiers", + "xloc": [ + "default.handlebars->25->1259", + "default.handlebars->25->1565" + ] + }, { "cs": "Export seznamu uživatelů", "de": "Benutzerlistenexport", @@ -27703,6 +27715,7 @@ "ru": "Имя пользователя", "zh-chs": "用戶名", "xloc": [ + "default-mobile.handlebars->9->428", "default.handlebars->25->1321" ] }, @@ -27718,11 +27731,7 @@ "nl": "Gebruikersnamen", "pt": "Nomes de usuário", "ru": "Имена пользователей", - "zh-chs": "用戶名", - "xloc": [ - "default.handlebars->25->1259", - "default.handlebars->25->1565" - ] + "zh-chs": "用戶名" }, { "cs": "Uživatelská oprávnění", diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index 969d6fba..3960740b 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -1,12 +1,18 @@  + - - + + + + + + + @@ -19,6 +25,8 @@ + + {{{title}}}