mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Latest inventory detail page modifications.
This commit is contained in:
@@ -609,7 +609,7 @@ angular.module('FormGenerator', ['GeneratorHelpers'])
|
||||
}
|
||||
}
|
||||
|
||||
if (this.form.name == 'inventory') {
|
||||
if (this.form.name == 'inventory' && options.mode == 'edit') {
|
||||
html += this.buildTree();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user