frontends tab proper hierarchy
This commit is contained in:
parent
114d49b6d6
commit
b73c9ae4e8
2 changed files with 4 additions and 3 deletions
|
|
@ -4,14 +4,14 @@
|
||||||
:label="$t('admin_dash.tabs.frontends')"
|
:label="$t('admin_dash.tabs.frontends')"
|
||||||
>
|
>
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<h2>{{ $t('admin_dash.tabs.frontends') }}</h2>
|
<h3>{{ $t('admin_dash.frontend.title') }}</h3>
|
||||||
<p>{{ $t('admin_dash.frontend.wip_notice') }}</p>
|
<p>{{ $t('admin_dash.frontend.wip_notice') }}</p>
|
||||||
<ul
|
<ul
|
||||||
v-if="adminDraft"
|
v-if="adminDraft"
|
||||||
class="setting-list"
|
class="setting-list"
|
||||||
>
|
>
|
||||||
<li>
|
<li>
|
||||||
<h3>{{ $t('admin_dash.frontend.default_frontend') }}</h3>
|
<h4>{{ $t('admin_dash.frontend.default_frontend') }}</h4>
|
||||||
<p>{{ $t('admin_dash.frontend.default_frontend_tip') }}</p>
|
<p>{{ $t('admin_dash.frontend.default_frontend_tip') }}</p>
|
||||||
<ul class="setting-list">
|
<ul class="setting-list">
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
v-if="working"
|
v-if="working"
|
||||||
class="overlay"
|
class="overlay"
|
||||||
/>
|
/>
|
||||||
<h3>{{ $t('admin_dash.frontend.available_frontends') }}</h3>
|
<h4>{{ $t('admin_dash.frontend.available_frontends') }}</h4>
|
||||||
<ul class="cards-list">
|
<ul class="cards-list">
|
||||||
<li
|
<li
|
||||||
v-for="frontend in frontends"
|
v-for="frontend in frontends"
|
||||||
|
|
|
||||||
|
|
@ -1209,6 +1209,7 @@
|
||||||
"user_uploads": "Profile media limits"
|
"user_uploads": "Profile media limits"
|
||||||
},
|
},
|
||||||
"frontend": {
|
"frontend": {
|
||||||
|
"title": "Frontend management",
|
||||||
"repository": "Repository link",
|
"repository": "Repository link",
|
||||||
"versions": "Available versions",
|
"versions": "Available versions",
|
||||||
"build_url": "Build URL",
|
"build_url": "Build URL",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue