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>
<div>
<div class="field is-horizontal">
<div class="field is-horizontal">
<div class="field-label">
<label class="label">Referrer-Policy</label>
</div>
@ -181,6 +181,7 @@ THE SOFTWARE.
import delegatedFromDefaults from '../../util/delegated_from_defaults';
import computedFromDefaults from '../../util/computed_from_defaults';
import PrettyCheck from '../inputs/checkbox';
const defaults = {
referrerPolicy: {
default: 'no-referrer-when-downgrade',
@ -221,6 +222,7 @@ THE SOFTWARE.
enabled: true,
},
};
export default {
name: 'GlobalSecurity', // Component name
display: 'templates.globalSections.security.security', // Display name for tab (i18n key)