Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
webui
Commits
e38693aa
Commit
e38693aa
authored
2 years ago
by
Oleksandr Karpov
Browse files
Options
Download
Email Patches
Plain Diff
NAS-118412: Pool processing modal width jumping fix
parent
1d7669b0
feature/NAS-118412-pool-processing-modal
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/modules/entity/entity-job/entity-job.component.scss
+2
-2
src/app/modules/entity/entity-job/entity-job.component.scss
src/app/pages/storage/components/pools-dashboard/pools-dashboard.component.html
+0
-1
...components/pools-dashboard/pools-dashboard.component.html
with
2 additions
and
3 deletions
+2
-3
src/app/modules/entity/entity-job/entity-job.component.scss
View file @
e38693aa
...
...
@@ -5,8 +5,8 @@
mat-dialog-content
.entity-job-dialog
{
max-height
:
350px
;
max-width
:
5
00px
;
min-width
:
2
00px
;
max-width
:
4
00px
;
min-width
:
4
00px
;
.mat-dialog-content
{
overflow
:
auto
!
important
;
...
...
This diff is collapsed.
Click to expand it.
src/app/pages/storage/components/pools-dashboard/pools-dashboard.component.html
View file @
e38693aa
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help