aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/scheduled-scans-list/scheduled-scans-list.html
diff options
context:
space:
mode:
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>