mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Added hotkeys cheatsheet.
Added some hotkeys (not mapped yet). Fixed logging search style.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user