Skip to content

Commit

Permalink
[#1433] addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pzadroga committed Aug 12, 2024
1 parent 53fdff7 commit f0e2b68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webui/src/app/events-panel/events-panel.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
placeholder="any"
showClear="true"
tooltip="Show events related to selected machine"
styleClass="max-w-14rem"
styleClass="max-w-14rem w-12rem"
(onChange)="onMachineSelect($event)"
></p-dropdown>
</div>
Expand All @@ -29,7 +29,7 @@
placeholder="any"
showClear="true"
tooltip="Show events related to selected app type"
styleClass="max-w-14rem"
styleClass="max-w-14rem w-10rem"
(onChange)="onAppTypeSelect($event)"
></p-dropdown>
</div>
Expand All @@ -44,7 +44,7 @@
placeholder="any"
showClear="true"
tooltip="Show events related to selected daemon type"
styleClass="max-w-14rem"
styleClass="max-w-14rem w-10rem"
(onChange)="onDaemonTypeSelect($event)"
></p-dropdown>
</div>
Expand All @@ -59,7 +59,7 @@
placeholder="any"
showClear="true"
tooltip="Show events related to selected user"
styleClass="max-w-14rem"
styleClass="max-w-14rem w-10rem"
(onChange)="onUserSelect($event)"
></p-dropdown>
</div>
Expand Down

0 comments on commit f0e2b68

Please sign in to comment.