Added an explanation
This commit is contained in:
parent
9e5179aa20
commit
de1d230123
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@
|
||||||
<legend translate>Log level</legend>
|
<legend translate>Log level</legend>
|
||||||
<select class="form-control" ng-model="selectedLogLevel" ng-options="o.name for o in availableLogLevels" required>
|
<select class="form-control" ng-model="selectedLogLevel" ng-options="o.name for o in availableLogLevels" required>
|
||||||
</select>
|
</select>
|
||||||
|
<div translate class="small">
|
||||||
|
Log level shows information on the console. This is usefull to find bugs and help users. 'debug' is the most verbose level while 'fatal' only shows unexcpected errors</a>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<button translate type="submit" class="button primary radius expand m0" ng-disabled="settingsForm.$invalid || loading" ng-click="save()">
|
<button translate type="submit" class="button primary radius expand m0" ng-disabled="settingsForm.$invalid || loading" ng-click="save()">
|
||||||
Save
|
Save
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue