fix: styling
parent
8935e9098b
commit
aba750a9a0
|
@ -26,7 +26,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="field is-horizontal">
|
<div class="field is-horizontal">
|
||||||
<div class="field-label">
|
<div class="field-label">
|
||||||
<label class="label">Referrer-Policy</label>
|
<label class="label">Referrer-Policy</label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -181,6 +181,7 @@ THE SOFTWARE.
|
||||||
import delegatedFromDefaults from '../../util/delegated_from_defaults';
|
import delegatedFromDefaults from '../../util/delegated_from_defaults';
|
||||||
import computedFromDefaults from '../../util/computed_from_defaults';
|
import computedFromDefaults from '../../util/computed_from_defaults';
|
||||||
import PrettyCheck from '../inputs/checkbox';
|
import PrettyCheck from '../inputs/checkbox';
|
||||||
|
|
||||||
const defaults = {
|
const defaults = {
|
||||||
referrerPolicy: {
|
referrerPolicy: {
|
||||||
default: 'no-referrer-when-downgrade',
|
default: 'no-referrer-when-downgrade',
|
||||||
|
@ -221,6 +222,7 @@ THE SOFTWARE.
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'GlobalSecurity', // Component name
|
name: 'GlobalSecurity', // Component name
|
||||||
display: 'templates.globalSections.security.security', // Display name for tab (i18n key)
|
display: 'templates.globalSections.security.security', // Display name for tab (i18n key)
|
||||||
|
|
Loading…
Reference in New Issue