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>
|
||||
<b-container fluid>
|
||||
<div class="col-lg-10 col-md-12 col-xs-12">
|
||||
<h1>{{ $t("Common.Settings.General.Name") }}</h1>
|
||||
<p>{{ $t("Common.Settings.General.Description") }}</p>
|
||||
<b-container class="m-2 mt-2">
|
||||
<div> <!-- Title and desc -->
|
||||
<h2>
|
||||
{{ $t(`Common.Settings.General.Name`) }}
|
||||
</h2>
|
||||
<h5>{{ $t(`Common.Settings.General.Description`) }}</h5>
|
||||
</div>
|
||||
<br>
|
||||
<b-input-group id="LogLevelGrp" :prepend="$t('Modules.GlobalSettings.LogLevelFile')" class="mt-3">
|
||||
|
|
Loading…
Reference in a new issue