Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 7075370

Browse files
committed
Added description to result display
1 parent ab5b6ef commit 7075370

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scb-scanprocesses/ssh-process/src/main/resources/forms/ssh/approve-results.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,15 @@ <h2>SSH scan results for "{{ target.name }}"</h2>
5959
<tr>
6060
<th>Host:</th>
6161
<th>Name:</th>
62+
<th>Description:</th>
6263
<th>Category:</th>
6364
<th>Severity:</th>
6465
<th>Reference:</th>
6566
</tr>
6667
<tr class="danger" ng-repeat="result in scannerResult">
6768
<td>{{ result.location }}</td>
6869
<td>{{ result.name }}</td>
70+
<td>{{ result.description }}</td>
6971
<td>{{ result.category }}</td>
7072
<td>
7173
<div ng-switch on="result.severity">
@@ -94,8 +96,7 @@ <h2>SSH scan results for "{{ target.name }}"</h2>
9496
</span>
9597
</div>
9698
</td>
97-
<td> {{ result.reference.id }}
98-
</td>
99+
<td>{{ result.reference.id }}</td>
99100
</tr>
100101
</table>
101102
</div>

0 commit comments

Comments
 (0)