Skip to content

Commit

Permalink
GUI => changes in sut form fields names
Browse files Browse the repository at this point in the history
  • Loading branch information
EduJGURJC committed Dec 19, 2017
1 parent 69c8c72 commit ad6dab2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
<!-- SuT Type -->
<md-radio-group #radioGroup (change)="sutBy(managedSut.checked ? 'managedSut' : (deployedSut.checked ? 'deployedSut' : 'repository'))">
<md-radio-button #managedSut name="managedSut" value="managedChecked" [checked]="managedChecked" class="push-right">
Dockerized SuT
Deployed by ElasTest
</md-radio-button>

<md-radio-button #deployedSut name="deployedSut" value="deployedChecked" [checked]="deployedChecked">
Deployed SuT
Deployed outside ElasTest
</md-radio-button>
</md-radio-group>

<!-- Deployed types -->
<div layout="row" class="push-top" *ngIf="deployedChecked">
<md-radio-group #radioGroupDeployed (change)="deployedType(withoutIns.checked ? 'withoutIns' : (adminIns.checked ? 'adminIns' : 'elastestIns'))">
<md-radio-button #withoutIns name="withoutIns" value="withoutInsCheck" [checked]="withoutInsCheck" class="push-right">
Without Instrumentation
No Instrumentation
</md-radio-button>

<md-radio-button #elastestIns name="elastestIns" value="elastestInsCheck" [checked]="elastestInsCheck" class="push-right" *ngIf="elasTestExecMode !== 'normal'">
Instrumented by ElasTest
</md-radio-button>

<md-radio-button #adminIns name="adminIns" value="adminInsCheck" [checked]="adminInsCheck">
Instrumented by SuT Admin
Manual Instrumentation
</md-radio-button>
</md-radio-group>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad6dab2

Please sign in to comment.