This commit is contained in:
@@ -108,13 +108,9 @@ todo: License testing (I know it's working when these things all pass)
|
|||||||
|
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
todo: login form when no license should allow to change language
|
|
||||||
Show each language underneath in a row as hyperlinks in their own name and clicking on them automatically changes local
|
|
||||||
language setting, also maybe changes the user options for superuser?
|
|
||||||
|
|
||||||
todo: why is the dbid changing every reboot during testing?
|
|
||||||
That shouldn't happen should it?
|
|
||||||
|
|
||||||
|
todo: Put a guard around the default values for license trial fetch
|
||||||
|
using the devmode so I can keep using it as defaulted but no chance it stays that way in release mode
|
||||||
todo: about form show real dbid not license dbid or both I guess
|
todo: about form show real dbid not license dbid or both I guess
|
||||||
todo: server error red box messages have \r\n characters in them
|
todo: server error red box messages have \r\n characters in them
|
||||||
todo: add system to reset password if lost
|
todo: add system to reset password if lost
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
|
|||||||
//DEVELOPMENT MODE
|
//DEVELOPMENT MODE
|
||||||
//THIS SHOULD BE FALSE IN RELEASE
|
//THIS SHOULD BE FALSE IN RELEASE
|
||||||
//************************************************************
|
//************************************************************
|
||||||
const DEV_MODE = true;
|
const DEV_MODE = false;
|
||||||
//************************************************************
|
//************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
|
|||||||
@@ -15,23 +15,18 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<h3 class="mb-6 ml-1">{{ $ay.t("NoLicenseTitle") }}</h3>
|
<h2 class="mb-6 ml-1">{{ $ay.t("NoLicenseTitle") }}</h2>
|
||||||
<v-expansion-panels focusable>
|
<v-expansion-panels focusable>
|
||||||
<v-expansion-panel v-if="showLicenseUi() == 'needcantrial'">
|
<v-expansion-panel v-if="showLicenseUi() == 'needcantrial'">
|
||||||
<v-expansion-panel-header>{{
|
<v-expansion-panel-header>{{
|
||||||
$ay.t("StartEvaluation")
|
$ay.t("StartEvaluation")
|
||||||
}}</v-expansion-panel-header>
|
}}</v-expansion-panel-header>
|
||||||
<v-expansion-panel-content>
|
<v-expansion-panel-content>
|
||||||
<!-- If status expiredtrial then they must erase before
|
|
||||||
requesting new license Erase database and request new trial
|
|
||||||
Erases db then goes to trial request form to trigger request
|
|
||||||
process If NONE then can just request license Goes to trial
|
|
||||||
request form to trigger request process -->
|
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<h3 class="mb-6 mt-3 ml-1">
|
<h4 class="mb-6 mt-3 ml-1">
|
||||||
{{ $ay.t("RequestEvaluationLicense") }}
|
{{ $ay.t("RequestEvaluationLicense") }}
|
||||||
</h3>
|
</h4>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
|
|||||||
Reference in New Issue
Block a user