mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-17 03:48:25 +00:00
#521 Global Settings
This commit is contained in:
parent
59c5919c1a
commit
300f5632a8
1 changed files with 36 additions and 35 deletions
|
@ -1,12 +1,14 @@
|
|||
<template>
|
||||
<b-container fluid>
|
||||
<div class="col-lg-10 col-md-12 col-xs-12">
|
||||
<h1>{{ $t("Modules.GlobalSettings.Title") }}</h1>
|
||||
<p>{{ $t("Modules.GlobalSettings.Description") }}</p>
|
||||
<b-container class="m-2 mt-2">
|
||||
<div> <!-- Title and desc -->
|
||||
<h2>
|
||||
{{ $t(`Modules.GlobalSettings.Title`) }}
|
||||
</h2>
|
||||
<h5>{{ $t(`Modules.GlobalSettings.Description`) }}</h5>
|
||||
<p>{{ $t("Common.Settings.Global.Info") }}</p>
|
||||
</div>
|
||||
<br>
|
||||
<!-- Link menu -->
|
||||
<div class="text-center">
|
||||
<div class="text-center"> <!-- Link menu -->
|
||||
<h5>
|
||||
<b-link id="general" v-b-tooltip.hover.right="$t('Common.Settings.Global.ttGeneral')" to="/settings/settingsgeneral">* {{ $t("Common.Settings.General.Name") }} </b-link>
|
||||
<br>
|
||||
|
@ -36,7 +38,6 @@
|
|||
<b-button variant="danger" class="mr-1" @click="confirmFactoryReset">{{ $t('Modules.GlobalSettings.FactoryReset') }}</b-button>
|
||||
</b-button-group>
|
||||
</div>
|
||||
</div>
|
||||
</b-container>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue