Skip to content
Snippets Groups Projects
Commit dcdc4c83 authored by Joanna Kaźmierczak's avatar Joanna Kaźmierczak
Browse files

fixed dropdown

parent 0faa859a
No related branches found
No related tags found
1 merge request!22Resolve "Version selector dropdown does not work when choosing a new version of manually updated instance"
......@@ -78,4 +78,7 @@
:host ::ng-deep .p-dropdown {
width: 200px;
}
.ui-dropdown-panel {
max-height: 150px;
overflow-y: auto;
}
......@@ -224,7 +224,7 @@
<h4 style="text-align: center">{{'APP_INSTANCES.MANUAL_UPDATE.HEADER' | translate}}</h4>
</div>
<div class="nmaas-modal-body">
<div class="" style="height: 150px">
<div class="" style="height: 250px">
<p>{{'APP_INSTANCES.MANUAL_UPDATE.BODY' | translate}}</p>
<div *ngIf="appVersions.length > 0">
<p-dropdown id="manualUpdate" [options]="appVersions" optionLabel="version" optionValue="version"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment