Improve response when press menu icon. Remove transition effects on modals
This commit is contained in:
parent
ae1d2003d0
commit
cd44017167
4 changed files with 47 additions and 5 deletions
|
|
@ -67,7 +67,7 @@
|
|||
<select class="form-control" ng-model="selectedLogLevel" ng-options="o.name for o in availableLogLevels" required>
|
||||
</select>
|
||||
<div translate class="small text-gray">
|
||||
Log level shows information on the console. This is useful to find bugs and to help users. 'debug' is the most verbose level while 'fatal' only shows unexpected errors</a>
|
||||
Log level shows information on the console. This is useful to find bugs and to help users. 'debug' is the most verbose level while 'fatal' only shows unexpected errors
|
||||
</div>
|
||||
</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