This commit is contained in:
@@ -185,6 +185,27 @@
|
||||
</v-row>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-text-field
|
||||
ref="lastHealthStatus"
|
||||
v-model="obj.lastHealthStatus"
|
||||
dense
|
||||
readonly
|
||||
:label="$sock.t('SubServerLastHealthStatus')"
|
||||
data-cy="lastHealthStatus"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-date-time-picker
|
||||
ref="lastHealthCheck"
|
||||
v-model="obj.lastHealthCheck"
|
||||
:label="$sock.t('SubServerLastHealthCheck')"
|
||||
readonly
|
||||
data-cy="lastHealthCheck"
|
||||
></gz-date-time-picker>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-text-field
|
||||
ref="operatingSystem"
|
||||
@@ -362,6 +383,8 @@ export default {
|
||||
dbId: null,
|
||||
lastUpdated: null,
|
||||
subscriptionExpire: null,
|
||||
lastHealthStatus: null,
|
||||
lastHealthCheck: null,
|
||||
trial: true,
|
||||
trialContact: null,
|
||||
trialEmail: null,
|
||||
@@ -1468,6 +1491,8 @@ async function fetchTranslatedText() {
|
||||
"DatabaseID",
|
||||
"SubServerLastUpdated",
|
||||
"SubServerSubExpire",
|
||||
"SubServerLastHealthStatus",
|
||||
"SubServerLastHealthCheck",
|
||||
"SubServerTrial",
|
||||
"SubServerTrialContact",
|
||||
"SubServerTrialEmail",
|
||||
|
||||
Reference in New Issue
Block a user