This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
<v-row v-if="this.formState.ready">
|
<v-row v-if="this.formState.ready">
|
||||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<v-btn @click="getDataFromApi" class="m-6">
|
<p class="title">{{ $ay.t("Log") }}</p>
|
||||||
|
|
||||||
|
<v-btn @click="getDataFromApi" class="mt-1 mb-n6">
|
||||||
<v-icon>fa-sync</v-icon>
|
<v-icon>fa-sync</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
<v-simple-table>
|
<v-simple-table>
|
||||||
@@ -250,7 +252,7 @@ function initForm(vm) {
|
|||||||
// Ensures UI translated text is available
|
// Ensures UI translated text is available
|
||||||
//
|
//
|
||||||
function fetchTranslatedText(vm) {
|
function fetchTranslatedText(vm) {
|
||||||
let tKeysRequired = ["OpsTestJob"];
|
let tKeysRequired = ["OpsTestJob", "Log"];
|
||||||
|
|
||||||
return window.$gz.translation.fetch(tKeysRequired);
|
return window.$gz.translation.fetch(tKeysRequired);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user