This commit is contained in:
@@ -5,7 +5,18 @@
|
|||||||
|
|
||||||
― Marcus Aurelius, Meditations
|
― Marcus Aurelius, Meditations
|
||||||
|
|
||||||
TODO: SET DEADLINES
|
|
||||||
|
todo: import mode server state setting
|
||||||
|
only superuser can login
|
||||||
|
only can do an import if in import mode, v8 migrate checks first
|
||||||
|
any other login needs to get message about import mode so users know what's up
|
||||||
|
|
||||||
|
todo: consider if people might want to delete po's in future and not affect inventory, need some kind of override or something
|
||||||
|
maybe if it's a archival utility or cleanup utility in future then that's an idea, but YAGNI for now
|
||||||
|
|
||||||
|
todo: NOT import PO's unless they are current, active and unreceived
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
MISC ITEMS THAT CAME UP
|
MISC ITEMS THAT CAME UP
|
||||||
|
|||||||
@@ -21,6 +21,10 @@
|
|||||||
:label="$ay.t('ServerStateOps')"
|
:label="$ay.t('ServerStateOps')"
|
||||||
value="OpsOnly"
|
value="OpsOnly"
|
||||||
></v-radio>
|
></v-radio>
|
||||||
|
<v-radio
|
||||||
|
:label="$ay.t('ServerStateMigrateMode')"
|
||||||
|
value="MigrateMode"
|
||||||
|
></v-radio>
|
||||||
</v-radio-group>
|
</v-radio-group>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
@@ -297,6 +301,7 @@ async function fetchTranslatedText(vm) {
|
|||||||
await window.$gz.translation.cacheTranslations([
|
await window.$gz.translation.cacheTranslations([
|
||||||
"ServerStateOpen",
|
"ServerStateOpen",
|
||||||
"ServerStateOps",
|
"ServerStateOps",
|
||||||
|
"ServerStateMigrateMode",
|
||||||
"ServerStateReason",
|
"ServerStateReason",
|
||||||
"ShutDownServer",
|
"ShutDownServer",
|
||||||
"AreYouSureShutDown"
|
"AreYouSureShutDown"
|
||||||
|
|||||||
Reference in New Issue
Block a user