misc bits of ui wording improvement
This commit is contained in:
@@ -29,6 +29,7 @@ InternalCompressLevel=ultra
|
|||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: "..\..\release\AyaNova.PlugIn.V8.dll"; DestDir: "{app}\plugins\V8Migrate";Permissions: everyone-full;Flags:ignoreversion;
|
Source: "..\..\release\AyaNova.PlugIn.V8.dll"; DestDir: "{app}\plugins\V8Migrate";Permissions: everyone-full;Flags:ignoreversion;
|
||||||
|
Source: "..\..\release\AyaNova.PlugIn.V8.pdb"; DestDir: "{app}\plugins\V8Migrate";Permissions: everyone-full;Flags:ignoreversion;
|
||||||
Source: "..\..\source\Plugins\AyaNova.Plugin.V8\libs\HtmlAgilityPack.dll"; DestDir: "{app}\plugins\V8Migrate";Permissions: everyone-full;Flags:ignoreversion;
|
Source: "..\..\source\Plugins\AyaNova.Plugin.V8\libs\HtmlAgilityPack.dll"; DestDir: "{app}\plugins\V8Migrate";Permissions: everyone-full;Flags:ignoreversion;
|
||||||
Source: "..\..\source\Plugins\AyaNova.Plugin.V8\libs\ReverseMarkdown.dll"; DestDir: "{app}\plugins\V8Migrate";Permissions: everyone-full;Flags:ignoreversion;
|
Source: "..\..\source\Plugins\AyaNova.Plugin.V8\libs\ReverseMarkdown.dll"; DestDir: "{app}\plugins\V8Migrate";Permissions: everyone-full;Flags:ignoreversion;
|
||||||
|
|
||||||
|
|||||||
@@ -153,7 +153,7 @@
|
|||||||
this.label3.Name = "label3";
|
this.label3.Name = "label3";
|
||||||
this.label3.Size = new System.Drawing.Size(188, 16);
|
this.label3.Size = new System.Drawing.Size(188, 16);
|
||||||
this.label3.TabIndex = 38;
|
this.label3.TabIndex = 38;
|
||||||
this.label3.Text = "AyaNova 8 \"SuperUser\" login:";
|
this.label3.Text = "AyaNova 8 \"superuser\" login:";
|
||||||
//
|
//
|
||||||
// Auth
|
// Auth
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
var res = await util.AuthenticateAsync(edUserName.Text, edPassword.Text);
|
var res = await util.AuthenticateAsync(edUserName.Text, edPassword.Text);
|
||||||
if (!res)
|
if (!res)
|
||||||
{
|
{
|
||||||
MessageBox.Show("AyaNova 8 SuperUser account login failed");
|
MessageBox.Show("AyaNova 8 superuser account login failed");
|
||||||
btnOk.Enabled = btnTest.Enabled = true;
|
btnOk.Enabled = btnTest.Enabled = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -477,6 +477,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
//ERASE DB
|
//ERASE DB
|
||||||
progress.Append("Erasing AyaNova 8 data");
|
progress.Append("Erasing AyaNova 8 data");
|
||||||
|
progress.SubOp("Erasing destination server database...");
|
||||||
|
|
||||||
var a = await util.PostAsync("license/permanently-erase-all-data", "\"I understand\"");
|
var a = await util.PostAsync("license/permanently-erase-all-data", "\"I understand\"");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user