Commit e38693aa authored by Oleksandr Karpov's avatar Oleksandr Karpov
Browse files

NAS-118412: Pool processing modal width jumping fix

No related merge requests found
Showing with 2 additions and 3 deletions
+2 -3
......@@ -5,8 +5,8 @@
mat-dialog-content.entity-job-dialog {
max-height: 350px;
max-width: 500px;
min-width: 200px;
max-width: 400px;
min-width: 400px;
.mat-dialog-content {
overflow: auto !important;
......
......@@ -42,7 +42,6 @@
<ng-container *ngIf="!isEmptyPools && !(arePoolsLoading$ | async)">
<div fxFlex="100%" fxLayout="column">
<!-- TODO: https://ixsystems.atlassian.net/browse/NAS-117820 -->
<ix-unused-resources
*ngIf="!isEmptyPools"
[pools]="pools$ | async"
......
Markdown is supported
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