|
|
@ -63,7 +63,7 @@
|
|
|
|
:key='cfg.key'
|
|
|
|
:key='cfg.key'
|
|
|
|
:label='cfg.value.title'
|
|
|
|
:label='cfg.value.title'
|
|
|
|
v-model='cfg.value.value'
|
|
|
|
v-model='cfg.value.value'
|
|
|
|
prepend-icon='mdi-settings-box'
|
|
|
|
prepend-icon='mdi-cog-box'
|
|
|
|
:hint='cfg.value.hint ? cfg.value.hint : ""'
|
|
|
|
:hint='cfg.value.hint ? cfg.value.hint : ""'
|
|
|
|
persistent-hint
|
|
|
|
persistent-hint
|
|
|
|
:class='cfg.value.hint ? "mb-2" : ""'
|
|
|
|
:class='cfg.value.hint ? "mb-2" : ""'
|
|
|
@ -74,7 +74,7 @@
|
|
|
|
:label='cfg.value.title'
|
|
|
|
:label='cfg.value.title'
|
|
|
|
v-model='cfg.value.value'
|
|
|
|
v-model='cfg.value.value'
|
|
|
|
color='primary'
|
|
|
|
color='primary'
|
|
|
|
prepend-icon='mdi-settings-box'
|
|
|
|
prepend-icon='mdi-cog-box'
|
|
|
|
:hint='cfg.value.hint ? cfg.value.hint : ""'
|
|
|
|
:hint='cfg.value.hint ? cfg.value.hint : ""'
|
|
|
|
persistent-hint
|
|
|
|
persistent-hint
|
|
|
|
inset
|
|
|
|
inset
|
|
|
@ -85,7 +85,7 @@
|
|
|
|
:key='cfg.key'
|
|
|
|
:key='cfg.key'
|
|
|
|
:label='cfg.value.title'
|
|
|
|
:label='cfg.value.title'
|
|
|
|
v-model='cfg.value.value'
|
|
|
|
v-model='cfg.value.value'
|
|
|
|
prepend-icon='mdi-settings-box'
|
|
|
|
prepend-icon='mdi-cog-box'
|
|
|
|
:hint='cfg.value.hint ? cfg.value.hint : ""'
|
|
|
|
:hint='cfg.value.hint ? cfg.value.hint : ""'
|
|
|
|
persistent-hint
|
|
|
|
persistent-hint
|
|
|
|
:class='cfg.value.hint ? "mb-2" : ""'
|
|
|
|
:class='cfg.value.hint ? "mb-2" : ""'
|
|
|
@ -96,7 +96,7 @@
|
|
|
|
:key='cfg.key'
|
|
|
|
:key='cfg.key'
|
|
|
|
:label='cfg.value.title'
|
|
|
|
:label='cfg.value.title'
|
|
|
|
v-model='cfg.value.value'
|
|
|
|
v-model='cfg.value.value'
|
|
|
|
prepend-icon='mdi-settings-box'
|
|
|
|
prepend-icon='mdi-cog-box'
|
|
|
|
:hint='cfg.value.hint ? cfg.value.hint : ""'
|
|
|
|
:hint='cfg.value.hint ? cfg.value.hint : ""'
|
|
|
|
persistent-hint
|
|
|
|
persistent-hint
|
|
|
|
:class='cfg.value.hint ? "mb-2" : ""'
|
|
|
|
:class='cfg.value.hint ? "mb-2" : ""'
|
|
|
|