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