mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
Moved inventory detail load procedure from inventory controller to the helper so that it can be called when the detail page first loads and anytime we need to refresh tree data. Working on a way to refresh tree data, re-open previously open nodes and re-select previously active node after add/edit/delete of a group. Any change to tree data should be instantly reflect in the tree in an ajax/async fashion.
This commit is contained in:
@@ -348,4 +348,8 @@
|
||||
|
||||
#hosts-title {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#tree-view {
|
||||
min-height: 100px;
|
||||
}
|
||||
Reference in New Issue
Block a user