-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add Host-/Servicegroup
grid views
#355
Merged
nilmerg
merged 11 commits into
master
from
feature/add-host-servicegroup-grid-views-221
Jun 20, 2023
Merged
Add Host-/Servicegroup
grid views
#355
nilmerg
merged 11 commits into
master
from
feature/add-host-servicegroup-grid-views-221
Jun 20, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yhabteab
added
area/ui
Affects the user interface
enhancement
New feature or improvement
labels
Sep 15, 2021
yhabteab
force-pushed
the
feature/add-host-servicegroup-grid-views-221
branch
4 times, most recently
from
September 16, 2021 15:03
a415d36
to
d85c089
Compare
yhabteab
force-pushed
the
feature/add-host-servicegroup-grid-views-221
branch
from
September 17, 2021 07:21
d85c089
to
105b5d2
Compare
raviks789
force-pushed
the
feature/add-host-servicegroup-grid-views-221
branch
8 times, most recently
from
June 5, 2023 11:32
95b8962
to
62020cf
Compare
raviks789
force-pushed
the
feature/add-host-servicegroup-grid-views-221
branch
3 times, most recently
from
June 5, 2023 11:43
49cf8d0
to
1ab769d
Compare
flourish86
previously approved these changes
Jun 5, 2023
raviks789
force-pushed
the
feature/add-host-servicegroup-grid-views-221
branch
from
June 5, 2023 13:58
1ab769d
to
6cad3a8
Compare
nilmerg
requested changes
Jun 7, 2023
raviks789
force-pushed
the
feature/add-host-servicegroup-grid-views-221
branch
5 times, most recently
from
June 15, 2023 14:17
bc55feb
to
9ce5b57
Compare
nilmerg
requested changes
Jun 20, 2023
raviks789
force-pushed
the
feature/add-host-servicegroup-grid-views-221
branch
2 times, most recently
from
June 20, 2023 09:28
84c70cd
to
62e0f9e
Compare
raviks789
force-pushed
the
feature/add-host-servicegroup-grid-views-221
branch
from
June 20, 2023 09:50
62e0f9e
to
57117c8
Compare
nilmerg
requested changes
Jun 20, 2023
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.
The table layout is broken now
raviks789
force-pushed
the
feature/add-host-servicegroup-grid-views-221
branch
from
June 20, 2023 11:01
57117c8
to
0cfecd3
Compare
nilmerg
reviewed
Jun 20, 2023
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.
Looks fine now. Thanks. Though, please rebase.
…cegroups` & switching to minimal
Host and service groups need to toggle between grid and list view. Hence, a new view mode switcher for this case has been created.
host and service groups need `GridViewModeSwitcher` to toggle between list and grid view.
The newly built `BaseTableRowItem` will be used for `HostgroupGridCell` and `ServicegroupGridCell`.
raviks789
force-pushed
the
feature/add-host-servicegroup-grid-views-221
branch
from
June 20, 2023 11:40
0cfecd3
to
7e746e2
Compare
nilmerg
approved these changes
Jun 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/view
Affects an entire view
cla/signed
CLA is signed by all contributors of a PR
enhancement
New feature or improvement
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolves #221
Blocked by: Icinga/ipl-web#154, Icinga/ipl-web#155