#521 Global Settings General

This commit is contained in:
Tommy Mikkelsen 2022-07-04 23:51:23 +02:00
parent 300f5632a8
commit fe68e9da9a

View file

@ -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">