aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.html
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-08-16 11:33:56 +0300
committerKoren Lev <korenlev@gmail.com>2017-08-16 11:33:56 +0300
commitef65f0fefeab974ec06426f289469c45e804678a (patch)
tree38c3ce9fcc62c474b45e5ee8960621cee982b75c /ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.html
parent798f7292513d08e0120e52775f0a4952adc7cef3 (diff)
scans,messages - default latest time first, tree as drawer, env re-arranged
Change-Id: Ib6bc2e6d87821c3583b6a0521b759cedcf3a9868 Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.html')
-rw-r--r--ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.html b/ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.html
index 4b141e7..2f986f5 100644
--- a/ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.html
+++ b/ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.html
@@ -24,7 +24,13 @@
<th>Inventory</th>
<th>Object ID</th>
<th>Frequency</th>
- <th>Submit Timestamp</th>
+ <th>
+ <a class="sm-table-header"
+ data-is-sortable="true"
+ data-sort-field="submit_timestamp"
+ >Submit Timestamp<span><i class="{{ fieldSortClass 'submit_timestamp' }}"></i></span>
+ </a>
+ </th>
<th>Action</th>
</tr> </thead>
<tbody>