Adding a way to set the log level from the UI
This commit is contained in:
parent
f586ecf708
commit
7cc6e335a7
4 changed files with 34 additions and 22 deletions
|
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</fieldset>
|
||||
<legend translate>Log level</legend>
|
||||
<select class="form-control" ng-model="selectedLogLevel" ng-options="o for o in availableLogLevels" required>
|
||||
<select class="form-control" ng-model="selectedLogLevel" ng-options="o.name for o in availableLogLevels" required>
|
||||
</select>
|
||||
</fieldset>
|
||||
<button translate type="submit" class="button primary radius expand m0" ng-disabled="settingsForm.$invalid || loading" ng-click="save()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue