Commit 8e6c0fbf authored by Tomáš Biloš's avatar Tomáš Biloš
Browse files

fix UI

parent 5012a2f9
Pipeline #142554 waiting for manual action with stage
......@@ -54,15 +54,6 @@
<mat-icon mat-list-icon>badge</mat-icon>
<h2 mat-line>{{ codeName.codeName }}</h2>
</mat-list-item>
<mat-form-field appearance="fill">
<mat-label>Agent role</mat-label>
<mat-select [(value)]="selectedRole">
<mat-option *ngFor="let role of roles" [value]="role">
{{ role }}
</mat-option>
</mat-select>
</mat-form-field>
</mat-list>
<mat-list>
<mat-list-item>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment