-
Notifications
You must be signed in to change notification settings - Fork 23
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
(Host|Service) Detail view: Introduce parents and children tab #1098
Conversation
59dc8c9
to
74bb945
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.
From the issue:
The tabs are only visible if the object is linked in the database table dependency_node.
The tabs are always visible right now.
c37ece0
to
9ab8072
Compare
Except for the error in the search bar while trying to apply filter in Parents/Children tabs, everything else seems to work as listed out in the issue. |
fb557c7
to
03a160d
Compare
03a160d
to
2caf0ae
Compare
df52697
to
25d1b6b
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.
I still need to review HostController::joinFix
, can't wrap my head around it right now…
013432d
to
0564431
Compare
0564431
to
aa33908
Compare
b08fdea
to
8704ec0
Compare
8704ec0
to
f21a691
Compare
f21a691
to
8090c1f
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.
please rebase
- Otherwise the searchbar uses it as base filter and apply it on the query
- Set the outer tab as active. Previously, the inner tab was activated in the setTitleTab method, but the outer tab does not know about the state of inner tabs. So whenever sendMultipartUpdate() -> getActiveTab() was called, the retured value was always null.
…o `severity` - Disable the default sorting for the `$hasDependencyNode` and UnreachableParent's `$rootQuery`, as sort is not required here and triggers an error, because the sort columns are not retrieved.
…n` for `parent & children tab`
…th context This msg should be handled same as the host <is/on> word, no element wrapping. This way, the margin arround the msg is applied properly. - Add the missing margin-right to subject in case of `.default-layout` list
8090c1f
to
667fd2f
Compare
TODO
Once ObjectSuggestions: Make CustomVar suggestion sources adjustable #1100 is merged, add the following method:
->onlyWithCustomVarSources(['host', 'service', 'hostgroup', 'servicegroup'])
to the chain in
CompleteAction()
ofHost/ServiceController
to fix search suggestions inparents & children
tab.Adjust
redundancy-group-list-item.less
once item-list.less: Always applycalculated
margin to.title
content ipl-web#240 is merged.