fix: styling

pull/388/head
Robert 2022-10-02 19:13:35 +03:00 committed by GitHub
parent 8935e9098b
commit aba750a9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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)