This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
<template>
|
||||
<v-card class="mx-auto">
|
||||
<v-list subheader>
|
||||
<v-subheader>Interface</v-subheader>
|
||||
<v-list-item link>
|
||||
<v-list-item-title>Pick list templates</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-subheader>Section 2</v-subheader>
|
||||
<v-list-item>
|
||||
<v-list-item-icon>
|
||||
<v-icon>fa-home</v-icon>
|
||||
</v-list-item-icon>
|
||||
<v-list-item-title>Section 2 item 1</v-list-item-title>
|
||||
<v-subheader>{{ t("UserInterfaceSettings") }}</v-subheader>
|
||||
<v-list-item link to="adm-translation">
|
||||
<v-list-item-title>{{ t("PickListTemplates") }}</v-list-item-title>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-card>
|
||||
@@ -83,13 +76,8 @@ function initForm(vm) {
|
||||
//
|
||||
function fetchTranslatedText(vm) {
|
||||
return window.$gz.translation.fetch([
|
||||
"CurrencyCode",
|
||||
"LanguageCode",
|
||||
"TimeZone",
|
||||
"UserEmailAddress",
|
||||
"Hour12",
|
||||
"UserColor",
|
||||
"Translation"
|
||||
"UserInterfaceSettings",
|
||||
"PickListTemplates"
|
||||
]);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user