Adjust columns from md to lg breakpoint
This commit is contained in:
@@ -15,13 +15,11 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
class="mb-3 mb-md-0"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('profiler.label')"
|
||||
label-class="text-primary"
|
||||
class="mb-0"
|
||||
>
|
||||
<b-form-radio-group
|
||||
v-model="profilerSetting"
|
||||
@@ -35,12 +33,11 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('proxy.label')"
|
||||
label-class="text-primary"
|
||||
class="mb-0"
|
||||
>
|
||||
<b-form-checkbox
|
||||
v-model="settings['apigw.proxy.follow-redirects']"
|
||||
|
||||
@@ -94,42 +94,35 @@
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('listed')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<c-input-checkbox
|
||||
v-model="unify.listed"
|
||||
data-test-id="checkbox-listed"
|
||||
switch
|
||||
:labels="checkboxLabel"
|
||||
/>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
<b-form-group
|
||||
:label="$t('listed')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<c-input-checkbox
|
||||
v-model="unify.listed"
|
||||
data-test-id="checkbox-listed"
|
||||
switch
|
||||
:labels="checkboxLabel"
|
||||
/>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
v-if="canPin"
|
||||
cols="12"
|
||||
sm="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('pinned')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<c-input-checkbox
|
||||
v-model="unify.pinned"
|
||||
data-test-id="checkbox-pinned"
|
||||
switch
|
||||
:labels="checkboxLabel"
|
||||
/>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-col
|
||||
v-if="canPin"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('pinned')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<c-input-checkbox
|
||||
v-model="unify.pinned"
|
||||
data-test-id="checkbox-pinned"
|
||||
switch
|
||||
:labels="checkboxLabel"
|
||||
/>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
|
||||
@@ -147,9 +147,7 @@
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-form-group>
|
||||
<b-form-radio-group
|
||||
v-model="resource.validGrant"
|
||||
value="authorization_code"
|
||||
@@ -209,6 +207,7 @@
|
||||
data-test-id="valid-from"
|
||||
:label="$t('validFrom.label')"
|
||||
:description="$t('validFrom.description')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<c-input-date-time
|
||||
v-model="resource.validFrom"
|
||||
@@ -231,6 +230,7 @@
|
||||
data-test-id="expires-at"
|
||||
:label="$t('expiresAt.label')"
|
||||
:description="$t('expiresAt.description')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<c-input-date-time
|
||||
v-model="resource.expiresAt"
|
||||
|
||||
@@ -13,9 +13,7 @@
|
||||
<b-row
|
||||
v-if="issues.length"
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('connectivity-issues')"
|
||||
label-class="text-primary"
|
||||
@@ -32,10 +30,7 @@
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('form.model-ident.label')"
|
||||
:description="$t('form.model-ident.description', { interpolation: { prefix: '{{{', suffix: '}}}' } })"
|
||||
@@ -50,10 +45,7 @@
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('form.type.label')"
|
||||
:description="$t('form.type.description')"
|
||||
@@ -68,10 +60,7 @@
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('form.params.label')"
|
||||
:description="$t('form.params.description')"
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<b-form-group
|
||||
label-cols="2"
|
||||
>
|
||||
<b-form-group>
|
||||
<b-form-checkbox
|
||||
v-model="value.enabled"
|
||||
:value="true"
|
||||
@@ -14,7 +12,6 @@
|
||||
|
||||
<b-form-group
|
||||
:label="$t('handle')"
|
||||
label-cols="2"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
@@ -28,7 +25,6 @@
|
||||
|
||||
<b-form-group
|
||||
:label="$t('issuer')"
|
||||
label-cols="2"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
@@ -44,7 +40,6 @@
|
||||
|
||||
<b-form-group
|
||||
:label="$t('clientKey')"
|
||||
label-cols="2"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
@@ -54,7 +49,6 @@
|
||||
|
||||
<b-form-group
|
||||
:label="$t('clientSecret')"
|
||||
label-cols="2"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
@@ -64,7 +58,6 @@
|
||||
|
||||
<b-form-group
|
||||
:label="$t('scope')"
|
||||
label-cols="2"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<b-form-group
|
||||
label-cols="3"
|
||||
>
|
||||
<b-form-group>
|
||||
<b-form-checkbox
|
||||
v-model="value.enabled"
|
||||
:value="true"
|
||||
@@ -12,157 +10,148 @@
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
|
||||
<div>
|
||||
<b-form-group
|
||||
:label="$t('name')"
|
||||
:description="$t('desc.name')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-input v-model.trim="value.name" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
<b-form-group
|
||||
:label="$t('name')"
|
||||
:description="$t('desc.name')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-input v-model.trim="value.name" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
|
||||
<h5>
|
||||
{{ $t('certificate') }}
|
||||
</h5>
|
||||
<hr>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('cert.public')"
|
||||
:description="$t('desc.cert.public')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-textarea
|
||||
v-model.trim="value.cert"
|
||||
/>
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
<b-form-group
|
||||
:label="$t('cert.private')"
|
||||
:description="$t('desc.cert.private')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-textarea v-model.trim="value.key" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
<h5>
|
||||
{{ $t('certificate') }}
|
||||
</h5>
|
||||
|
||||
<h5>
|
||||
{{ $t('requests.title') }}
|
||||
</h5>
|
||||
<b-form-group
|
||||
:label="$t('cert.public')"
|
||||
:description="$t('desc.cert.public')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-textarea
|
||||
v-model.trim="value.cert"
|
||||
/>
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
<b-form-group
|
||||
:label="$t('cert.private')"
|
||||
:description="$t('desc.cert.private')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-textarea v-model.trim="value.key" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('requests.sign-requests')"
|
||||
:description="$t('desc.requests.sign-requests')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-checkbox
|
||||
v-model="value['sign-requests']"
|
||||
/>
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
<b-form-group
|
||||
:label="$t('requests.sign-method')"
|
||||
:description="$t('desc.requests.sign-method')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-select
|
||||
v-model.trim="value['sign-method']"
|
||||
:options="signMethods"
|
||||
>
|
||||
<template #first>
|
||||
<b-form-select-option
|
||||
value=""
|
||||
disabled
|
||||
>
|
||||
{{ $t('admin:general.label.selectOption') }}
|
||||
</b-form-select-option>
|
||||
</template>
|
||||
</b-form-select>
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
<hr>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('requests.binding')"
|
||||
:description="$t('desc.requests.binding')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-select
|
||||
v-model.trim="value['binding']"
|
||||
:options="httpBindings"
|
||||
>
|
||||
<template #first>
|
||||
<b-form-select-option
|
||||
value=""
|
||||
disabled
|
||||
>
|
||||
{{ $t('admin:general.label.selectOption') }}
|
||||
</b-form-select-option>
|
||||
</template>
|
||||
</b-form-select>
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
<h5>
|
||||
{{ $t('requests.title') }}
|
||||
</h5>
|
||||
|
||||
<h5
|
||||
class="mt-2"
|
||||
<b-form-group
|
||||
:description="$t('desc.requests.sign-requests')"
|
||||
>
|
||||
<b-form-checkbox
|
||||
v-model="value['sign-requests']"
|
||||
>
|
||||
{{ $t('idp.title') }}
|
||||
</h5>
|
||||
{{ $t('requests.sign-requests') }}
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('idp.url')"
|
||||
:description="$t('desc.idp.url')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-input v-model.trim="value.idp.url" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
<b-form-group
|
||||
:label="$t('requests.sign-method')"
|
||||
:description="$t('desc.requests.sign-method')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-select
|
||||
v-model.trim="value['sign-method']"
|
||||
:options="signMethods"
|
||||
>
|
||||
<template #first>
|
||||
<b-form-select-option
|
||||
value=""
|
||||
disabled
|
||||
>
|
||||
{{ $t('admin:general.label.selectOption') }}
|
||||
</b-form-select-option>
|
||||
</template>
|
||||
</b-form-select>
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('idp.ident-name')"
|
||||
:description="$t('desc.idp.ident-name')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-input v-model.trim="value.idp['ident-name']" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
<b-form-group
|
||||
:label="$t('requests.binding')"
|
||||
:description="$t('desc.requests.binding')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-select
|
||||
v-model.trim="value['binding']"
|
||||
:options="httpBindings"
|
||||
>
|
||||
<template #first>
|
||||
<b-form-select-option
|
||||
value=""
|
||||
disabled
|
||||
>
|
||||
{{ $t('admin:general.label.selectOption') }}
|
||||
</b-form-select-option>
|
||||
</template>
|
||||
</b-form-select>
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('idp.ident-handle')"
|
||||
:description="$t('desc.idp.ident-handle')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-input v-model.trim="value.idp['ident-handle']" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
<hr>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('idp.ident-identifier')"
|
||||
:description="$t('desc.idp.ident-identifier')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-input v-model.trim="value.idp['ident-identifier']" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
</div>
|
||||
<h5>
|
||||
{{ $t('idp.title') }}
|
||||
</h5>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('idp.url')"
|
||||
:description="$t('desc.idp.url')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-input v-model.trim="value.idp.url" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('idp.ident-name')"
|
||||
:description="$t('desc.idp.ident-name')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-input v-model.trim="value.idp['ident-name']" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('idp.ident-handle')"
|
||||
:description="$t('desc.idp.ident-handle')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-input v-model.trim="value.idp['ident-handle']" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('idp.ident-identifier')"
|
||||
:description="$t('desc.idp.ident-identifier')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
<b-form-input v-model.trim="value.idp['ident-identifier']" />
|
||||
</b-input-group>
|
||||
</b-form-group>
|
||||
|
||||
<security
|
||||
v-model="value.security"
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
<hr>
|
||||
|
||||
<h5>
|
||||
{{ $t('title') }}
|
||||
</h5>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('permitted-roles.label')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
class="mb-0"
|
||||
>
|
||||
@@ -19,7 +23,6 @@
|
||||
|
||||
<b-form-group
|
||||
:label="$t('prohibited-roles.label')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
class="mb-0"
|
||||
>
|
||||
@@ -35,7 +38,6 @@
|
||||
|
||||
<b-form-group
|
||||
:label="$t('forced-roles.label')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
class="mb-0"
|
||||
>
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<b-form-group
|
||||
label-cols="3"
|
||||
>
|
||||
<b-form-group>
|
||||
<b-form-checkbox
|
||||
v-model="value.enabled"
|
||||
>
|
||||
@@ -12,7 +10,6 @@
|
||||
|
||||
<b-form-group
|
||||
v-if="value.handle === 'nylas'"
|
||||
label-cols="3"
|
||||
>
|
||||
<b-form-checkbox
|
||||
v-model="providerUsage"
|
||||
@@ -23,7 +20,6 @@
|
||||
|
||||
<b-form-group
|
||||
:label="$t('clientKey')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
@@ -36,7 +32,6 @@
|
||||
|
||||
<b-form-group
|
||||
:label="$t('clientSecret')"
|
||||
label-cols="3"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-input-group>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</h4>
|
||||
</template>
|
||||
|
||||
<b-row cols="12">
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="6"
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
<b-modal
|
||||
v-model="modal.open"
|
||||
:title="modal.title"
|
||||
scrollable
|
||||
size="lg"
|
||||
title-class="text-capitalize"
|
||||
@ok="modal.updater(modal.data)"
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
<b-col
|
||||
v-for="key in themeVariables"
|
||||
:key="key"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t(`theme.variables.${key}.label`)"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<b-row class="mt-3">
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('initial.color')"
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('initial.backgroundColor')"
|
||||
|
||||
@@ -18,9 +18,7 @@
|
||||
@submit.prevent="onPasswordSubmit"
|
||||
>
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('new')"
|
||||
:description="getPasswordWarning"
|
||||
@@ -37,9 +35,7 @@
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('confirm')"
|
||||
:description="getConfirmPasswordWarning"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
header-class="border-bottom"
|
||||
footer-class="border-top"
|
||||
class="shadow-sm h-100"
|
||||
style="min-height: 500px;"
|
||||
>
|
||||
<template #header>
|
||||
<b-card-title title-tag="h4">
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
<b-col cols="4">
|
||||
{{ $t('details.id') }}
|
||||
</b-col>
|
||||
<b-col cols="8">
|
||||
<b-col>
|
||||
{{ a.actionID }}
|
||||
</b-col>
|
||||
</b-row>
|
||||
@@ -193,7 +193,6 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
data-test-id="details-timestamp"
|
||||
cols="8"
|
||||
>
|
||||
{{ a.timestamp | locFullDateTime }}
|
||||
</b-col>
|
||||
@@ -204,7 +203,6 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
data-test-id="details-request-origin"
|
||||
cols="8"
|
||||
>
|
||||
{{ a.requestOrigin }}
|
||||
</b-col>
|
||||
@@ -213,7 +211,7 @@
|
||||
<b-col cols="4">
|
||||
{{ $t('details.requestID') }}
|
||||
</b-col>
|
||||
<b-col cols="8">
|
||||
<b-col>
|
||||
{{ a.requestID }}
|
||||
</b-col>
|
||||
</b-row>
|
||||
@@ -221,7 +219,7 @@
|
||||
<b-col cols="4">
|
||||
{{ $t('details.actorIPAddr') }}
|
||||
</b-col>
|
||||
<b-col cols="8">
|
||||
<b-col>
|
||||
{{ a.actorIPAddr }}
|
||||
</b-col>
|
||||
</b-row>
|
||||
@@ -231,7 +229,6 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
data-test-id="details-user"
|
||||
cols="8"
|
||||
>
|
||||
{{ a.actor }}
|
||||
</b-col>
|
||||
@@ -242,7 +239,6 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
data-test-id="details-user-id"
|
||||
cols="8"
|
||||
>
|
||||
{{ a.actorID }}
|
||||
</b-col>
|
||||
@@ -253,7 +249,6 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
data-test-id="details-severity"
|
||||
cols="8"
|
||||
>
|
||||
{{ getSeverityLabel(a.severity) }}
|
||||
</b-col>
|
||||
@@ -264,7 +259,6 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
data-test-id="details-resource"
|
||||
cols="8"
|
||||
>
|
||||
{{ a.resource }}
|
||||
</b-col>
|
||||
@@ -275,7 +269,6 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
data-test-id="details-action"
|
||||
cols="8"
|
||||
>
|
||||
{{ a.action }}
|
||||
</b-col>
|
||||
@@ -288,7 +281,7 @@
|
||||
<b-col cols="4">
|
||||
{{ $t('details.description') }}
|
||||
</b-col>
|
||||
<b-col cols="8">
|
||||
<b-col>
|
||||
{{ a.description }}
|
||||
</b-col>
|
||||
</b-row>
|
||||
@@ -296,22 +289,26 @@
|
||||
<b-col cols="4">
|
||||
{{ $t('details.error') }}
|
||||
</b-col>
|
||||
<b-col cols="8">
|
||||
<b-col>
|
||||
{{ a.error }}
|
||||
</b-col>
|
||||
</b-row>
|
||||
<hr>
|
||||
<b-row
|
||||
v-for="(val, key) in a.meta"
|
||||
:key="key"
|
||||
>
|
||||
<b-col cols="4">
|
||||
<code>{{ key }}</code>
|
||||
</b-col>
|
||||
<b-col cols="8">
|
||||
<code>{{ val }}</code>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
<template v-if="a.meta">
|
||||
<hr>
|
||||
<h6>{{ $t('details.meta') }}</h6>
|
||||
<b-row
|
||||
v-for="(val, key) in a.meta"
|
||||
:key="key"
|
||||
>
|
||||
<b-col>
|
||||
<code>{{ key }}</code>
|
||||
</b-col>
|
||||
<b-col>
|
||||
<code>{{ val }}</code>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</template>
|
||||
</b-card>
|
||||
</b-card-group>
|
||||
</template>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
v-for="(o, index) in importObj.list"
|
||||
:key="index"
|
||||
cols="12"
|
||||
sm="6"
|
||||
md="6"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-checkbox v-model="o.import">
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
offset-md="6"
|
||||
lg="6"
|
||||
offset-lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.options.label')"
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.fx.label')"
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.options.label')"
|
||||
@@ -92,7 +92,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.angle.start')"
|
||||
@@ -108,7 +108,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.angle.end')"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.dimension.rotate.label')"
|
||||
@@ -44,7 +44,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.yAxis.labelLabel')"
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.yAxis.labelPosition.label')"
|
||||
@@ -83,7 +83,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.yAxis.minLabel')"
|
||||
@@ -99,7 +99,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.yAxis.maxLabel')"
|
||||
@@ -115,7 +115,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.yAxis.rotate.label')"
|
||||
@@ -131,7 +131,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.yAxis.options.label')"
|
||||
@@ -173,7 +173,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.labelLabel')"
|
||||
@@ -197,7 +197,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.output.label')"
|
||||
@@ -217,7 +217,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.fx.label')"
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.options.label')"
|
||||
@@ -283,7 +283,7 @@
|
||||
<b-col
|
||||
v-if="!hasRelativeDisplay(metric)"
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.stack.label')"
|
||||
@@ -299,7 +299,7 @@
|
||||
<b-col
|
||||
v-if="metric.type === 'scatter'"
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.symbol.label')"
|
||||
@@ -324,7 +324,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.tooltip.formatting.label')"
|
||||
@@ -340,7 +340,7 @@
|
||||
<b-col
|
||||
v-if="!hasAxis"
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.tooltip.labelNextToChart')"
|
||||
@@ -366,7 +366,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.offset.default')"
|
||||
@@ -387,7 +387,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.offset.position.top')"
|
||||
@@ -401,7 +401,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.offset.position.right')"
|
||||
@@ -415,7 +415,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.offset.position.bottom')"
|
||||
@@ -429,7 +429,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.offset.position.left')"
|
||||
@@ -441,7 +441,7 @@
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
||||
<b-col cols="12">
|
||||
<b-col>
|
||||
<small class="text-muted">
|
||||
{{ $t('edit.additionalConfig.offset.valueRange') }}
|
||||
</small>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.labelLabel')"
|
||||
@@ -43,7 +43,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.radar.shape.label')"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.module.label')"
|
||||
@@ -31,7 +31,7 @@
|
||||
<b-col
|
||||
v-if="!!module"
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.filter.preset')"
|
||||
@@ -95,7 +95,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.dimension.fieldLabel')"
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.dimension.function.label')"
|
||||
@@ -137,7 +137,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.dimension.defaultValueLabel')"
|
||||
@@ -153,7 +153,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.dimension.options.label')"
|
||||
@@ -243,7 +243,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.fieldLabel')"
|
||||
@@ -262,7 +262,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.metric.function.label')"
|
||||
@@ -312,7 +312,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.legend.orientation.label')"
|
||||
@@ -327,7 +327,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.legend.show')"
|
||||
@@ -347,7 +347,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.legend.align.label')"
|
||||
@@ -363,7 +363,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.legend.options.label')"
|
||||
@@ -390,7 +390,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.legend.position.top')"
|
||||
@@ -404,7 +404,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.legend.position.right')"
|
||||
@@ -418,7 +418,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.legend.position.bottom')"
|
||||
@@ -432,7 +432,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.additionalConfig.legend.position.left')"
|
||||
@@ -444,7 +444,7 @@
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
||||
<b-col cols="12">
|
||||
<b-col>
|
||||
<small class="text-muted">
|
||||
{{ $t('edit.additionalConfig.legend.valueRange') }}
|
||||
</small>
|
||||
|
||||
@@ -74,8 +74,8 @@
|
||||
class="mb-2 mt-2"
|
||||
>
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.height')"
|
||||
@@ -88,8 +88,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.width')"
|
||||
@@ -102,8 +102,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.maxHeight')"
|
||||
@@ -116,8 +116,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.maxWidth')"
|
||||
@@ -130,8 +130,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.borderRadius')"
|
||||
@@ -144,8 +144,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.margin')"
|
||||
@@ -158,8 +158,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.background')"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.number.displayType.label')"
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
label-class="mb-2 text-primary"
|
||||
@@ -45,7 +45,7 @@
|
||||
<template v-if="f.options.display === 'number'">
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.number.prefixLabel')"
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.number.suffixLabel')"
|
||||
@@ -77,7 +77,7 @@
|
||||
<template v-if="f.options.display === 'number'">
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.number.formatLabel')"
|
||||
@@ -138,7 +138,7 @@
|
||||
<template v-if="f.options.display === 'progress'">
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.number.progress.minimumValue')"
|
||||
@@ -154,7 +154,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.number.progress.maximumValue')"
|
||||
@@ -170,7 +170,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.number.progress.variants.default')"
|
||||
@@ -304,7 +304,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-input
|
||||
v-model="liveExample"
|
||||
@@ -315,7 +315,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<field-viewer
|
||||
value-only
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('constraints.valueModifiers')"
|
||||
@@ -157,7 +157,7 @@
|
||||
<b-col
|
||||
v-if="field.isMulti"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('constraints.multiValues')"
|
||||
|
||||
+1
-1
@@ -64,7 +64,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('calendar.view.onEventClick')"
|
||||
|
||||
@@ -39,10 +39,7 @@
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
horizontal
|
||||
:label-cols="3"
|
||||
:label="$t('recordList.record.prefilterLabel')"
|
||||
breakpoint="md"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-form-textarea
|
||||
@@ -64,10 +61,7 @@
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
horizontal
|
||||
:label-cols="3"
|
||||
:label="$t('comment.titleField.label')"
|
||||
breakpoint="md"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-form-select v-model="options.titleField">
|
||||
@@ -87,10 +81,7 @@
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
horizontal
|
||||
:label-cols="3"
|
||||
:label="$t('comment.contentField.label')"
|
||||
breakpoint="md"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-form-select v-model="options.contentField">
|
||||
@@ -109,11 +100,9 @@
|
||||
{{ $t('comment.contentField.footnote') }}
|
||||
</b-form-text>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
horizontal
|
||||
:label-cols="3"
|
||||
:label="$t('comment.referenceField.label')"
|
||||
breakpoint="md"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-form-select v-model="options.referenceField">
|
||||
@@ -132,27 +121,25 @@
|
||||
{{ $t('comment.referenceField.footnote') }}
|
||||
</b-form-text>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label="$t('comment.sortDirection.label')"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-form-select v-model="options.sortDirection">
|
||||
<option
|
||||
v-for="(item, index) in sortDirections"
|
||||
:key="index"
|
||||
:value="item.value"
|
||||
>
|
||||
{{ item.label }}
|
||||
</option>
|
||||
</b-form-select>
|
||||
<b-form-text class="text-secondary small">
|
||||
{{ $t('comment.sortDirection.footnote') }}
|
||||
</b-form-text>
|
||||
</b-form-group>
|
||||
</div>
|
||||
<b-form-group
|
||||
horizontal
|
||||
:label-cols="3"
|
||||
:label="$t('comment.sortDirection.label')"
|
||||
breakpoint="md"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-form-select v-model="options.sortDirection">
|
||||
<option
|
||||
v-for="(item, index) in sortDirections"
|
||||
:key="index"
|
||||
:value="item.value"
|
||||
>
|
||||
{{ item.label }}
|
||||
</option>
|
||||
</b-form-select>
|
||||
<b-form-text class="text-secondary small">
|
||||
{{ $t('comment.sortDirection.footnote') }}
|
||||
</b-form-text>
|
||||
</b-form-group>
|
||||
</b-tab>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
@@ -11,9 +11,7 @@
|
||||
title-item-class="order-first"
|
||||
>
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('general.titleLabel')"
|
||||
label-class="text-primary"
|
||||
@@ -49,9 +47,7 @@
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('general.descriptionLabel')"
|
||||
label-class="text-primary"
|
||||
@@ -88,8 +84,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
class="mb-2"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('general.headerStyle')"
|
||||
@@ -102,38 +97,41 @@
|
||||
:reduce="o => o.value"
|
||||
:placeholder="$t('general.label.none')"
|
||||
label="text"
|
||||
class="mb-1"
|
||||
/>
|
||||
|
||||
<b-form-checkbox
|
||||
v-model="block.style.wrap.kind"
|
||||
value="card"
|
||||
unchecked-value="plain"
|
||||
switch
|
||||
>
|
||||
{{ $t('general.wrap') }}
|
||||
</b-form-checkbox>
|
||||
|
||||
<b-form-checkbox
|
||||
v-model="block.style.border.enabled"
|
||||
switch
|
||||
>
|
||||
{{ $t('general.border.show') }}
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
|
||||
<b-form-checkbox
|
||||
v-model="block.style.wrap.kind"
|
||||
value="card"
|
||||
unchecked-value="plain"
|
||||
switch
|
||||
>
|
||||
{{ $t('general.wrap') }}
|
||||
</b-form-checkbox>
|
||||
|
||||
<b-form-checkbox
|
||||
v-model="block.style.border.enabled"
|
||||
switch
|
||||
>
|
||||
{{ $t('general.border.show') }}
|
||||
</b-form-checkbox>
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
v-if="block.options.showRefresh !== undefined"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('general.refresh.auto')"
|
||||
:description="$t('general.refresh.description')"
|
||||
label-class="text-primary"
|
||||
class="mb-1"
|
||||
>
|
||||
<b-input-group append="s">
|
||||
<b-input-group
|
||||
append="s"
|
||||
class="mb-1"
|
||||
>
|
||||
<b-form-input
|
||||
v-model="block.options.refreshRate"
|
||||
type="number"
|
||||
@@ -142,20 +140,21 @@
|
||||
@blur="updateRefresh"
|
||||
/>
|
||||
</b-input-group>
|
||||
|
||||
<b-form-checkbox
|
||||
v-model="block.options.showRefresh"
|
||||
switch
|
||||
>
|
||||
{{ $t('general.refresh.show') }}
|
||||
</b-form-checkbox>
|
||||
</b-form-group>
|
||||
<b-form-checkbox
|
||||
v-model="block.options.showRefresh"
|
||||
switch
|
||||
class="mb-2"
|
||||
>
|
||||
{{ $t('general.refresh.show') }}
|
||||
</b-form-checkbox>
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
v-if="block.options.magnifyOption !== undefined"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
:offset-lg="block.options.showRefresh !== undefined ? 6 : 0"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('general.magnifyLabel')"
|
||||
|
||||
@@ -66,8 +66,8 @@
|
||||
class="mb-2 mt-2"
|
||||
>
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.height')"
|
||||
@@ -82,8 +82,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.width')"
|
||||
@@ -98,8 +98,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.maxHeight')"
|
||||
@@ -114,8 +114,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.maxWidth')"
|
||||
@@ -130,8 +130,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.borderRadius')"
|
||||
@@ -146,8 +146,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.margin')"
|
||||
@@ -162,8 +162,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="6"
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('kind.file.view.background')"
|
||||
|
||||
+13
-14
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="my-2">
|
||||
<div>
|
||||
<c-map
|
||||
:map="mapOptions"
|
||||
:labels="{
|
||||
@@ -18,14 +18,13 @@
|
||||
{{ $t('geometry.mapHelpText') }}
|
||||
</b-form-text>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<b-row
|
||||
class="mb-2 mt-4"
|
||||
>
|
||||
<b-row>
|
||||
<b-col
|
||||
sm="12"
|
||||
md="4"
|
||||
cols="12"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('geometry.zoom.zoomStartingLabel')"
|
||||
@@ -42,8 +41,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="4"
|
||||
cols="12"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('geometry.zoom.zoomMinLabel')"
|
||||
@@ -62,8 +61,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="4"
|
||||
cols="12"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('geometry.zoom.zoomMaxLabel')"
|
||||
@@ -81,8 +80,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="4"
|
||||
cols="12"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('geometry.bounds.lockBounds')"
|
||||
@@ -100,8 +99,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
sm="12"
|
||||
md="4"
|
||||
cols="12"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('geometry.onMarkerClick')"
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="4"
|
||||
class="mb-2 mb-sm-0"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('navigation.appearance')"
|
||||
@@ -22,9 +21,9 @@
|
||||
>
|
||||
<b-form-radio-group
|
||||
v-model="options.display.appearance"
|
||||
buttons
|
||||
button-variant="outline-primary"
|
||||
:options="appearanceOptions"
|
||||
buttons
|
||||
button-variant="outline-secondary"
|
||||
size="sm"
|
||||
/>
|
||||
</b-form-group>
|
||||
@@ -32,8 +31,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="4"
|
||||
class="mb-2 mb-sm-0"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('navigation.justify')"
|
||||
@@ -42,9 +40,9 @@
|
||||
>
|
||||
<b-form-radio-group
|
||||
v-model="options.display.justify"
|
||||
buttons
|
||||
button-variant="outline-primary"
|
||||
:options="justifyOptions"
|
||||
buttons
|
||||
button-variant="outline-secondary"
|
||||
size="sm"
|
||||
/>
|
||||
</b-form-group>
|
||||
@@ -52,8 +50,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="4"
|
||||
class="mb-2 mb-sm-0"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('navigation.alignment')"
|
||||
@@ -62,9 +59,9 @@
|
||||
>
|
||||
<b-form-radio-group
|
||||
v-model="options.display.alignment"
|
||||
buttons
|
||||
button-variant="outline-primary"
|
||||
:options="alignmentOptions"
|
||||
buttons
|
||||
button-variant="outline-secondary"
|
||||
size="sm"
|
||||
/>
|
||||
</b-form-group>
|
||||
|
||||
@@ -48,8 +48,6 @@
|
||||
|
||||
<td
|
||||
v-if="selectedPageChildren(options.item.pageID).length > 0"
|
||||
cols="12"
|
||||
sm="6"
|
||||
class="align-middle text-center"
|
||||
>
|
||||
<b-form-group
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<template v-if="options.kind === 'Composer'">
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('prefill.to')"
|
||||
@@ -77,7 +77,7 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('prefill.subject')"
|
||||
@@ -96,7 +96,7 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('prefill.body')"
|
||||
@@ -118,7 +118,7 @@
|
||||
<template v-if="options.kind === 'Mailbox'">
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('prefill.queryString')"
|
||||
|
||||
@@ -45,9 +45,7 @@
|
||||
</b-col>
|
||||
|
||||
<template v-if="options.value.moduleID">
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('metric.edit.filterLabel')"
|
||||
label-class="text-primary"
|
||||
@@ -72,7 +70,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('progress.field.label')"
|
||||
@@ -91,7 +89,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('progress.aggregate.label')"
|
||||
@@ -156,9 +154,7 @@
|
||||
</b-col>
|
||||
|
||||
<template v-if="options.minValue.moduleID">
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('metric.edit.filterLabel')"
|
||||
label-class="text-primary"
|
||||
@@ -183,7 +179,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('progress.field.label')"
|
||||
@@ -202,7 +198,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('progress.aggregate.label')"
|
||||
@@ -267,9 +263,7 @@
|
||||
</b-col>
|
||||
|
||||
<template v-if="options.maxValue.moduleID">
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('metric.edit.filterLabel')"
|
||||
label-class="text-primary"
|
||||
@@ -294,7 +288,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('progress.field.label')"
|
||||
@@ -313,7 +307,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('progress.aggregate.label')"
|
||||
@@ -346,7 +340,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('progress.default-variant')"
|
||||
@@ -477,9 +471,7 @@
|
||||
</h6>
|
||||
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<field-viewer
|
||||
value-only
|
||||
v-bind="mock"
|
||||
|
||||
@@ -9,9 +9,7 @@
|
||||
</h5>
|
||||
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<b-form-group
|
||||
:label="$t('general.module')"
|
||||
label-class="text-primary"
|
||||
@@ -27,7 +25,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('record.recordSelectorDisplayOptions')"
|
||||
@@ -42,7 +40,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('record.referenceRecordField')"
|
||||
@@ -63,7 +61,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('record.inlineEdit.enabled')"
|
||||
@@ -79,7 +77,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('record.horizontalFormLayout')"
|
||||
@@ -106,9 +104,7 @@
|
||||
</h5>
|
||||
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
>
|
||||
<b-col cols="12">
|
||||
<field-picker
|
||||
:module="fieldModule"
|
||||
:fields.sync="options.fields"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('general.module')"
|
||||
@@ -35,7 +35,7 @@
|
||||
<b-col
|
||||
v-if="recordListModule && (onRecordPage || options.editable)"
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
label-class="d-flex align-items-center text-primary"
|
||||
@@ -132,7 +132,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.refField.label')"
|
||||
@@ -163,7 +163,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.positionField.label')"
|
||||
@@ -219,7 +219,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.filterHide')"
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.prefilterHideSearch')"
|
||||
@@ -465,7 +465,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.hidePaging')"
|
||||
@@ -482,7 +482,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
horizontal
|
||||
@@ -510,7 +510,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.showTotalCount')"
|
||||
@@ -527,7 +527,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.showRecordPerPageOption')"
|
||||
@@ -545,7 +545,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
label-class="d-flex align-items-center text-primary p-0"
|
||||
@@ -581,7 +581,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.recordDisplayOptions')"
|
||||
@@ -595,7 +595,7 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.recordSelectorDisplayOptions')"
|
||||
@@ -612,7 +612,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.hideAddButton')"
|
||||
@@ -629,7 +629,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.selectable')"
|
||||
@@ -646,7 +646,7 @@
|
||||
<b-col
|
||||
v-if="onRecordPage"
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.linkToParent')"
|
||||
@@ -663,7 +663,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.hideImportButton')"
|
||||
@@ -680,7 +680,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.export.allow')"
|
||||
@@ -696,7 +696,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.inlineEdit.enabled')"
|
||||
@@ -712,7 +712,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.enableBulkRecordEdit')"
|
||||
@@ -728,7 +728,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
label-class="d-flex align-items-center text-primary mb-0"
|
||||
@@ -750,7 +750,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.showDeletedRecordsOption')"
|
||||
@@ -766,7 +766,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('recordList.record.buttons')"
|
||||
|
||||
@@ -39,10 +39,7 @@
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label-cols="3"
|
||||
:label="$t('recordList.record.prefilterLabel')"
|
||||
horizontal
|
||||
breakpoint="md"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-form-textarea
|
||||
@@ -63,10 +60,7 @@
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label-cols="3"
|
||||
:label="$t('recordOrganizer.labelField.label')"
|
||||
horizontal
|
||||
breakpoint="md"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<c-input-select
|
||||
@@ -80,10 +74,7 @@
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label-cols="3"
|
||||
:label="$t('recordOrganizer.descriptionField.label')"
|
||||
horizontal
|
||||
breakpoint="md"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<c-input-select
|
||||
@@ -100,10 +91,7 @@
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label-cols="3"
|
||||
:label="$t('recordOrganizer.positionField.label')"
|
||||
horizontal
|
||||
breakpoint="md"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<b-form-select v-model="options.positionField">
|
||||
@@ -124,10 +112,7 @@
|
||||
</b-form-group>
|
||||
|
||||
<b-form-group
|
||||
:label-cols="3"
|
||||
:label="$t('recordOrganizer.groupField.label')"
|
||||
horizontal
|
||||
breakpoint="md"
|
||||
label-class="text-primary"
|
||||
>
|
||||
<c-input-select
|
||||
@@ -146,9 +131,6 @@
|
||||
<b-form-group
|
||||
v-if="options.groupField"
|
||||
:label="$t('recordOrganizer.group.label')"
|
||||
:label-cols="3"
|
||||
breakpoint="md"
|
||||
horizontal
|
||||
label-class="text-primary"
|
||||
>
|
||||
<field-editor
|
||||
@@ -164,9 +146,6 @@
|
||||
<b-form-group
|
||||
v-if="options.groupField"
|
||||
:label="$t('recordOrganizer.onRecordClick')"
|
||||
:label-cols="3"
|
||||
breakpoint="md"
|
||||
horizontal
|
||||
label-class="text-primary"
|
||||
class="mb-0"
|
||||
>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<b-container class="pt-3">
|
||||
<b-row>
|
||||
<b-col cols="6">
|
||||
<b-col lg="6">
|
||||
<b-card
|
||||
:header="$t('automation.configuredButtons')"
|
||||
footer-class="text-right"
|
||||
@@ -51,7 +51,7 @@
|
||||
</template>
|
||||
</b-card>
|
||||
</b-col>
|
||||
<b-col cols="6">
|
||||
<b-col lg="6">
|
||||
<button-editor
|
||||
v-if="currentButton"
|
||||
:page="page"
|
||||
@@ -65,7 +65,7 @@
|
||||
</b-row>
|
||||
|
||||
<b-row class="mt-4">
|
||||
<b-col cols="12">
|
||||
<b-col>
|
||||
<b-card
|
||||
v-if="available.length > 0"
|
||||
:header="$t('automation.availableScriptsAndWorkflow', { count: available.length })"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="4"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('tabs.style.appearance.label')"
|
||||
@@ -20,7 +20,7 @@
|
||||
v-model="block.options.style.appearance"
|
||||
:options="style.appearance"
|
||||
buttons
|
||||
button-variant="outline-primary"
|
||||
button-variant="outline-secondary"
|
||||
size="sm"
|
||||
/>
|
||||
</b-form-group>
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="4"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('tabs.style.orientation.label')"
|
||||
@@ -38,7 +38,7 @@
|
||||
v-model="block.options.style.orientation"
|
||||
:options="style.orientation"
|
||||
buttons
|
||||
button-variant="outline-primary"
|
||||
button-variant="outline-secondary"
|
||||
size="sm"
|
||||
/>
|
||||
</b-form-group>
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="4"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('tabs.style.position.label')"
|
||||
@@ -56,7 +56,7 @@
|
||||
v-model="block.options.style.position"
|
||||
:options="style.position"
|
||||
buttons
|
||||
button-variant="outline-primary"
|
||||
button-variant="outline-secondary"
|
||||
size="sm"
|
||||
/>
|
||||
</b-form-group>
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="4"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('tabs.style.alignment.label')"
|
||||
@@ -74,7 +74,7 @@
|
||||
v-model="block.options.style.alignment"
|
||||
:options="style.alignment"
|
||||
buttons
|
||||
button-variant="outline-primary"
|
||||
button-variant="outline-secondary"
|
||||
size="sm"
|
||||
/>
|
||||
</b-form-group>
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="4"
|
||||
lg="4"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('tabs.style.justify.label')"
|
||||
@@ -92,7 +92,7 @@
|
||||
v-model="block.options.style.justify"
|
||||
:options="style.justifyOptions"
|
||||
buttons
|
||||
button-variant="outline-primary"
|
||||
button-variant="outline-secondary"
|
||||
size="sm"
|
||||
/>
|
||||
</b-form-group>
|
||||
|
||||
@@ -47,9 +47,7 @@
|
||||
<b-row
|
||||
v-if="rangeType === 'range'"
|
||||
>
|
||||
<b-col
|
||||
md="6"
|
||||
>
|
||||
<b-col lg="6">
|
||||
<b-form-group
|
||||
:label="$t('recordList.export.rangeBy')"
|
||||
label-class="text-primary"
|
||||
@@ -61,9 +59,8 @@
|
||||
/>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
<b-col
|
||||
md="6"
|
||||
>
|
||||
|
||||
<b-col lg="6">
|
||||
<b-form-group
|
||||
:label="$t('recordList.export.dateRange')"
|
||||
label-class="text-primary"
|
||||
@@ -81,9 +78,7 @@
|
||||
<b-row
|
||||
v-if="rangeType === 'range'"
|
||||
>
|
||||
<b-col
|
||||
md="6"
|
||||
>
|
||||
<b-col lg="6">
|
||||
<b-form-group
|
||||
:label="$t('recordList.export.filter.from')"
|
||||
label-class="text-primary"
|
||||
@@ -102,9 +97,7 @@
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
md="6"
|
||||
>
|
||||
<b-col lg="6">
|
||||
<b-form-group
|
||||
:label="$t('recordList.export.filter.to')"
|
||||
label-class="text-primary"
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
|
||||
<b-row no-gutters>
|
||||
<b-col
|
||||
md="7"
|
||||
sm="12"
|
||||
cols="12"
|
||||
lg="7"
|
||||
class="border-right"
|
||||
>
|
||||
<div
|
||||
@@ -49,7 +49,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('name')"
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('handle')"
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('colorScheme.label')"
|
||||
@@ -159,7 +159,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
class="mt-2 mt-md-0"
|
||||
>
|
||||
<b-form-group
|
||||
@@ -250,7 +250,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.toolbox.saveAsImage.label')"
|
||||
@@ -268,7 +268,7 @@
|
||||
<b-col
|
||||
v-if="hasAxis"
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.toolbox.timeline.label')"
|
||||
@@ -288,8 +288,8 @@
|
||||
</b-col>
|
||||
|
||||
<b-col
|
||||
md="5"
|
||||
sm="12"
|
||||
cols="12"
|
||||
lg="5"
|
||||
>
|
||||
<div
|
||||
class="d-flex flex-column position-sticky"
|
||||
|
||||
@@ -170,7 +170,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('newLabel')"
|
||||
@@ -188,7 +188,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('general.label.handle')"
|
||||
|
||||
@@ -56,8 +56,8 @@
|
||||
<b-col
|
||||
v-for="(block, index) in blocks"
|
||||
:key="index"
|
||||
md="3"
|
||||
cols="12"
|
||||
lg="3"
|
||||
style="max-height: 650px; height: 650px;"
|
||||
>
|
||||
<component
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="`${$t('newPlaceholder')} *`"
|
||||
@@ -134,7 +134,7 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('label.handle')"
|
||||
@@ -171,7 +171,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
label-class="d-flex align-items-center text-primary"
|
||||
@@ -205,7 +205,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('edit.otherOptions')"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
no-gutters
|
||||
>
|
||||
<b-col
|
||||
md="12"
|
||||
cols="12"
|
||||
:lg="map.show ? '7' : '12'"
|
||||
:xl="map.show ? '8' : '12'"
|
||||
class="results-container pt-3"
|
||||
@@ -64,7 +64,6 @@
|
||||
<b-col
|
||||
v-for="(hit, i) in filteredHits"
|
||||
:key="i"
|
||||
sm="12"
|
||||
md="6"
|
||||
:lg="map.show ? '6': '4'"
|
||||
class="py-3"
|
||||
@@ -99,7 +98,6 @@
|
||||
|
||||
<b-col
|
||||
v-if="map.show"
|
||||
md="12"
|
||||
lg="5"
|
||||
xl="4"
|
||||
>
|
||||
|
||||
@@ -45,9 +45,8 @@
|
||||
:key="app.applicationID"
|
||||
cols="12"
|
||||
sm="6"
|
||||
md="6"
|
||||
lg="4"
|
||||
xl="3"
|
||||
md="4"
|
||||
lg="3"
|
||||
class="p-0 mb-3 mt-1"
|
||||
:data-v-onboarding="getStepName(app.unify.url)"
|
||||
>
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
v-for="value in r.values"
|
||||
:key="value.name"
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="6"
|
||||
xl="5"
|
||||
>
|
||||
<b-row>
|
||||
<b-col
|
||||
|
||||
+16
-16
@@ -12,7 +12,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('display-element:chart.configurator.type')"
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('display-element:chart.configurator.chart-title')"
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('display-element:chart.configurator.color-scheme')"
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
class="d-flex flex-column justify-content-center"
|
||||
>
|
||||
<b-form-checkbox
|
||||
@@ -342,7 +342,7 @@
|
||||
<b-row v-if="!options.legend.hide">
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('display-element:chart.configurator.legend.align.label')"
|
||||
@@ -359,7 +359,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('display-element:chart.configurator.legend.orientation.label')"
|
||||
@@ -375,7 +375,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-checkbox
|
||||
v-model="options.legend.position.default"
|
||||
@@ -387,7 +387,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-checkbox
|
||||
v-model="options.legend.scrollable"
|
||||
@@ -402,7 +402,7 @@
|
||||
>
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
xl="3"
|
||||
>
|
||||
<b-form-group
|
||||
@@ -417,7 +417,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
xl="3"
|
||||
>
|
||||
<b-form-group
|
||||
@@ -432,7 +432,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
xl="3"
|
||||
>
|
||||
<b-form-group
|
||||
@@ -447,7 +447,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
xl="3"
|
||||
>
|
||||
<b-form-group
|
||||
@@ -502,7 +502,7 @@
|
||||
<b-row v-if="!options.offset.default">
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
xl="3"
|
||||
>
|
||||
<b-form-group
|
||||
@@ -517,7 +517,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
xl="3"
|
||||
>
|
||||
<b-form-group
|
||||
@@ -532,7 +532,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
xl="3"
|
||||
>
|
||||
<b-form-group
|
||||
@@ -547,7 +547,7 @@
|
||||
|
||||
<b-col
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="6"
|
||||
xl="3"
|
||||
>
|
||||
<b-form-group
|
||||
|
||||
@@ -21,7 +21,10 @@
|
||||
<hr>
|
||||
|
||||
<b-row>
|
||||
<b-col cols="6">
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('datasources:primary.source')"
|
||||
label-class="text-primary"
|
||||
@@ -42,7 +45,10 @@
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
||||
<b-col cols="6">
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('datasources:secondary.source')"
|
||||
label-class="text-primary"
|
||||
@@ -65,7 +71,10 @@
|
||||
</b-row>
|
||||
|
||||
<b-row>
|
||||
<b-col cols="6">
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
v-if="step.join.localSource"
|
||||
:label="$t('datasources:primary.column')"
|
||||
@@ -79,7 +88,10 @@
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
|
||||
<b-col cols="6">
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
v-if="step.join.foreignSource"
|
||||
:label="$t('datasources:secondary.column')"
|
||||
|
||||
@@ -21,7 +21,10 @@
|
||||
<hr>
|
||||
|
||||
<b-row>
|
||||
<b-col cols="6">
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('datasources:primary.source')"
|
||||
label-class="text-primary"
|
||||
@@ -41,7 +44,10 @@
|
||||
</b-form-select>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
<b-col cols="6">
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
:label="$t('datasources:secondary.source')"
|
||||
label-class="text-primary"
|
||||
@@ -64,7 +70,10 @@
|
||||
</b-row>
|
||||
|
||||
<b-row>
|
||||
<b-col cols="6">
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
v-if="step.link.localSource"
|
||||
:label="$t('datasources:primary.column')"
|
||||
@@ -77,7 +86,10 @@
|
||||
/>
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
<b-col cols="6">
|
||||
<b-col
|
||||
cols="12"
|
||||
lg="6"
|
||||
>
|
||||
<b-form-group
|
||||
v-if="step.link.foreignSource"
|
||||
:label="$t('datasources:secondary.column')"
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
<b-row>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
xl="4"
|
||||
>
|
||||
<b-form-group
|
||||
@@ -106,7 +106,7 @@
|
||||
</b-col>
|
||||
<b-col
|
||||
cols="12"
|
||||
md="6"
|
||||
lg="6"
|
||||
xl="4"
|
||||
>
|
||||
<b-form-group
|
||||
|
||||
@@ -9,29 +9,30 @@ list:
|
||||
timestamp: Timestamp
|
||||
loading: Loading actions
|
||||
details:
|
||||
id: 'ID'
|
||||
header: 'Details'
|
||||
timestamp: 'Timestamp'
|
||||
requestOrigin: 'Request Origin'
|
||||
requestID: 'Request ID'
|
||||
actorIPAddr: 'Actor/User'
|
||||
actor: 'User'
|
||||
actorID: 'User ID'
|
||||
severity: 'Severity'
|
||||
resource: 'Resource'
|
||||
action: 'Action'
|
||||
headerAdditional: 'Additional information'
|
||||
description: 'Description'
|
||||
error: 'Error'
|
||||
id: ID
|
||||
header: Details
|
||||
timestamp: Timestamp
|
||||
requestOrigin: Request Origin
|
||||
requestID: Request ID
|
||||
actorIPAddr: Actor/User
|
||||
actor: User
|
||||
actorID: User ID
|
||||
severity: Severity
|
||||
resource: Resource
|
||||
action: Action
|
||||
headerAdditional: Additional information
|
||||
description: Description
|
||||
error: Error
|
||||
meta: Meta
|
||||
severity:
|
||||
emergency: 'Emergency'
|
||||
alert: 'Alert'
|
||||
critical: 'Critical'
|
||||
error: 'Error'
|
||||
warning: 'Warning'
|
||||
notice: 'Notice'
|
||||
info: 'Info'
|
||||
debug: 'Debug'
|
||||
emergency: Emergency
|
||||
alert: Alert
|
||||
critical: Critical
|
||||
error: Error
|
||||
warning: Warning
|
||||
notice: Notice
|
||||
info: Info
|
||||
debug: Debug
|
||||
filter:
|
||||
action: Action
|
||||
actor: User ID
|
||||
|
||||
@@ -123,6 +123,7 @@ editor:
|
||||
|
||||
|
||||
security:
|
||||
title: Security
|
||||
prohibited-roles:
|
||||
description: Roles from this list will be removed from security context when authenticates with this provider
|
||||
label: Prohibited roles
|
||||
|
||||
Reference in New Issue
Block a user