Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Smejkal
Pa165 Secret Archive
Commits
8e6c0fbf
Commit
8e6c0fbf
authored
May 25, 2022
by
Tomáš Biloš
Browse files
fix UI
parent
5012a2f9
Pipeline
#142554
waiting for manual action with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/app/agent/edit-agent.component.html
View file @
8e6c0fbf
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment