This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
:label="$ay.t('ServerStateOps')"
|
||||
value="OpsOnly"
|
||||
></v-radio>
|
||||
<v-radio
|
||||
:label="$ay.t('ServerStateMigrateMode')"
|
||||
value="MigrateMode"
|
||||
></v-radio>
|
||||
</v-radio-group>
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
@@ -297,6 +301,7 @@ async function fetchTranslatedText(vm) {
|
||||
await window.$gz.translation.cacheTranslations([
|
||||
"ServerStateOpen",
|
||||
"ServerStateOps",
|
||||
"ServerStateMigrateMode",
|
||||
"ServerStateReason",
|
||||
"ShutDownServer",
|
||||
"AreYouSureShutDown"
|
||||
|
||||
Reference in New Issue
Block a user