Improve response when press menu icon. Remove transition effects on modals

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-29 12:39:35 -03:00
commit cd44017167
4 changed files with 47 additions and 5 deletions

View file

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