aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/scans-list
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-09-06 19:47:54 +0300
committerKoren Lev <korenlev@gmail.com>2017-09-06 19:47:54 +0300
commitfc2702ba260b7a8705ee9f2d1f606af8dfa768da (patch)
tree1a9be5648c0148a0624de550351b5dfe75b6c5d4 /ui/imports/ui/components/scans-list
parent7e0fce9122cc61aef397c7a4e2780fb018404513 (diff)
ui updates
Change-Id: I2d3f87e34a74ce21bbb9e3df989b6527337b7228 Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'ui/imports/ui/components/scans-list')
-rw-r--r--ui/imports/ui/components/scans-list/scans-list.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/imports/ui/components/scans-list/scans-list.html b/ui/imports/ui/components/scans-list/scans-list.html
index f8998dd..6466068 100644
--- a/ui/imports/ui/components/scans-list/scans-list.html
+++ b/ui/imports/ui/components/scans-list/scans-list.html
@@ -27,7 +27,6 @@
<th>Scan Only Iventory</th>
<th>Scan Only Links</th>
<th>Scan Only Cliques</th>
- <th>Scan Completed</th>
<th>
<a class="sm-table-header"
data-is-sortable="true"
@@ -63,7 +62,6 @@
<td>{{ scan.scan_only_inventory }}</td>
<td>{{ scan.scan_only_links }}</td>
<td>{{ scan.scan_only_cliques }}</td>
- <td>{{ scan.scan_completed }}</td>
<td>{{ scan.submit_timestamp }}</td>
<td>{{ scan.start_timestamp }}</td>
<td>{{ scan.end_timestamp }}</td>