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

Commit ab5b6ef

Browse files
Daniel PataninDaniel Patanin
authored andcommitted
Fix forms naming issue
1 parent bd7080d commit ab5b6ef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ <h2>SSH scan results for "{{ target.name }}"</h2>
5151
<div class="col-xs-2"><label>Business Context:</label></div>
5252
<div class="col-xs-10">{{ context }}</div>
5353
</div>
54-
<blockquote>Scanner Results "{{ $scope.scannerResult }}"</blockquote>
5554
<div class="row">
5655
<div class="col-xs-12">
5756
<div class="well well-sm"

scb-scanprocesses/ssh-process/src/main/resources/forms/ssh/configure-target.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ <h2>Please configure the SSH Scan</h2>
5151
});
5252

5353
camForm.on('submit', function () {
54-
camForm.variableManager.destroyVariable('PROCESS_TARGETS');
5554
camForm.variableManager.createVariable({
5655
name: 'PROCESS_TARGETS',
5756
type: 'Object',

0 commit comments

Comments
 (0)