mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 03:23:05 +00:00
#521 Global Settings General
This commit is contained in:
parent
300f5632a8
commit
fe68e9da9a
1 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<b-container fluid>
|
<b-container class="m-2 mt-2">
|
||||||
<div class="col-lg-10 col-md-12 col-xs-12">
|
<div> <!-- Title and desc -->
|
||||||
<h1>{{ $t("Common.Settings.General.Name") }}</h1>
|
<h2>
|
||||||
<p>{{ $t("Common.Settings.General.Description") }}</p>
|
{{ $t(`Common.Settings.General.Name`) }}
|
||||||
|
</h2>
|
||||||
|
<h5>{{ $t(`Common.Settings.General.Description`) }}</h5>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<b-input-group id="LogLevelGrp" :prepend="$t('Modules.GlobalSettings.LogLevelFile')" class="mt-3">
|
<b-input-group id="LogLevelGrp" :prepend="$t('Modules.GlobalSettings.LogLevelFile')" class="mt-3">
|
||||||
|
|
Loading…
Reference in a new issue