Adding a way to set the log level from the UI

This commit is contained in:
Matias Pando 2014-10-30 16:53:30 -03:00
commit 7cc6e335a7
4 changed files with 34 additions and 22 deletions

View file

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