-
Notifications
You must be signed in to change notification settings - Fork 6k
mgr/dashboard: fix host form issues #60799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
any screenshot or recording of the workflow? |
@cloudbehl attached now in the description |
26887c0
to
e669fa9
Compare
e669fa9
to
ae376c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @nizamial09,
tested the changes, LGTM.
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.html
Outdated
Show resolved
Hide resolved
ae376c6
to
74f32d2
Compare
There's an issue with the alignment of helper popover, which is being addressed by @pujaoshahu in a different PR. So I won't be repeating here. |
@@ -1,7 +1,6 @@ | |||
<cds-modal size="md" | |||
[open]="open" | |||
[hasScrollingContent]="true" | |||
(overlaySelected)="closeModal()"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing this so that modal won't close when you click outside the modal body. Its okay for a normal modal but when the modal is routed, its not expected to close on the outside click.
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.html
Outdated
Show resolved
Hide resolved
jenkins test make check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
jenkins test dashboard |
jenkins test make check |
This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved |
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.html
Outdated
Show resolved
Hide resolved
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.html
Outdated
Show resolved
Hide resolved
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.ts
Outdated
Show resolved
Hide resolved
src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.scss
Outdated
Show resolved
Hide resolved
18c2948
to
c1b0bf1
Compare
jenkins test windows |
Hi @nizamial09 , This is what I am reading from carbon: Hence I dont think we should be using here tooltip, the precious was fine. |
i read that before and the guideline says 'information the user needs to complete the task.' but for the host form, that information is not needed for completing the form. anyways, I can go ahead and leave that as it is before.
is it okay if i open a separate PR to do that? The jenkins is broken for a long time and this is one of the PR that intents to fix it so if we could I would really hope to finish that soon. |
c1b0bf1
to
19f5675
Compare
@afreen23 i reverted it back to the older form btw |
|
Addressing the review comments in ceph#60355 (review) Issues fixing - cluster expansion host form not closing form when submitting it - cluster expansion host form changing the location when closing it - put the helper text inside helper component since its longer - maintenance field should be hidden in cluster expansion form since its not a valid option while expanding a cluster. We already add host in _no_schedule Fixes: https://tracker.ceph.com/issues/69020 Signed-off-by: Nizamudeen A <[email protected]>
thanks @afreen23. fixed it |
19f5675
to
9bc969b
Compare
jenkins test make check |
jenkins test api |
Addressing the review comments in #60355 (review)
Issues fixing
blob.8.mp4
Fixes: https://tracker.ceph.com/issues/69020
Contribution Guidelines
To sign and title your commits, please refer to Submitting Patches to Ceph.
If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.
When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an
x
between the brackets:[x]
. Spaces and capitalization matter when checking off items this way.Checklist
Show available Jenkins commands
jenkins retest this please
jenkins test classic perf
jenkins test crimson perf
jenkins test signed
jenkins test make check
jenkins test make check arm64
jenkins test submodules
jenkins test dashboard
jenkins test dashboard cephadm
jenkins test api
jenkins test docs
jenkins render docs
jenkins test ceph-volume all
jenkins test ceph-volume tox
jenkins test windows
jenkins test rook e2e