Updated meshcore

This commit is contained in:
Ylian Saint-Hilaire 2020-01-31 14:03:45 -08:00
parent d4f87a3fe0
commit 487b631607
9 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.4.8-f",
"version": "0.4.8-g",
"keywords": [
"Remote Management",
"Intel AMT",

View File

@ -11682,7 +11682,6 @@
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1",
"default.handlebars->25->1059",
"default.handlebars->25->1196",
"default.handlebars->25->1237",
"default.handlebars->25->1264",
"default.handlebars->25->1268",
"default.handlebars->25->1273",
@ -18695,6 +18694,7 @@
"ru": "Имя пользователя",
"xloc": [
"default-mobile.handlebars->9->212",
"default.handlebars->25->1237",
"default.handlebars->25->241",
"default.handlebars->25->271",
"default.handlebars->25->540",

View File

@ -9043,7 +9043,7 @@
function showCreateNewAccountDialog() {
if (xxdialogMode) return;
var x = '';
if ((features & 0x200000) == 0) { x += addHtmlValue("Name", '<input id=p4name maxlength=64 onchange=showCreateNewAccountDialogValidate() onkeyup=showCreateNewAccountDialogValidate() />'); }
if ((features & 0x200000) == 0) { x += addHtmlValue("Username", '<input id=p4name maxlength=64 onchange=showCreateNewAccountDialogValidate() onkeyup=showCreateNewAccountDialogValidate() />'); }
x += addHtmlValue("Email", '<input id=p4email maxlength=256 onchange=showCreateNewAccountDialogValidate() onkeyup=showCreateNewAccountDialogValidate() />');
x += addHtmlValue("Password", '<input id=p4pass1 type=password maxlength=256 onchange=showCreateNewAccountDialogValidate() onkeyup=showCreateNewAccountDialogValidate() />');
x += addHtmlValue("Password", '<input id=p4pass2 type=password maxlength=256 onchange=showCreateNewAccountDialogValidate() onkeyup=showCreateNewAccountDialogValidate() />');