Added hotkeys cheatsheet.

Added some hotkeys (not mapped yet).
Fixed logging search style.
This commit is contained in:
Gunther Brunner
2014-07-03 22:24:40 +09:00
parent 6715bff634
commit 01aefb441a
4 changed files with 62 additions and 26 deletions

View File

@@ -44,17 +44,17 @@
select(ng-model='filters.priority', ng-options='l.name for l in filters.levelNumbers')
option(value='', disabled, selected) {{"Level"|translate}}
td(width='10%')
input(ng-model='filters.date', type='text', placeholder='{{"Time"|translate}}')
input(ng-model='filters.date', type='text', placeholder='{{"Time"|translate}}').input-sm.form-control
td(width='8%', ng-if='$root.platform == "native"')
input(ng-model='filters.pid', type='text', placeholder='{{"PID"|translate}}')
input(ng-model='filters.pid', type='text', placeholder='{{"PID"|translate}}').input-sm.form-control
td(width='8%', ng-if='$root.platform == "native"')
input(ng-model='filters.tid', type='text', placeholder='{{"TID"|translate}}')
input(ng-model='filters.tid', type='text', placeholder='{{"TID"|translate}}').input-sm.form-control
//td(width='14%', ng-if='$root.platform == "native"')
input(ng-model='filters.app', type='text', placeholder='{{"App"|translate}}')
input(ng-model='filters.app', type='text', placeholder='{{"App"|translate}}').input-sm.form-control
td(width='14%', ng-if='$root.platform == "native"')
input(ng-model='filters.tag', type='text', placeholder='{{"Tag"|translate}}')
input(ng-model='filters.tag', type='text', placeholder='{{"Tag"|translate}}').input-sm.form-control
td(width='40%')
input(ng-model='filters.message', type='text', placeholder='{{"Text"|translate}}')
input(ng-model='filters.message', type='text', placeholder='{{"Text"|translate}}').input-sm.form-control
td(width='0')
button(ng-click='clearTable()', ng-disabled='false', title='{{"Clear"|translate}}').btn.btn-xs.btn-danger-outline
i.fa.fa-trash-o