mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Inventory
Fixed inventory edit dialog not showing on inventory tab.
This commit is contained in:
@@ -164,7 +164,7 @@ angular.module('InventoryHelper', ['RestServices', 'Utilities', 'OrganizationLis
|
|||||||
Rest.setUrl(defaultUrl + scope.inventory_id + '/');
|
Rest.setUrl(defaultUrl + scope.inventory_id + '/');
|
||||||
Rest.put(data)
|
Rest.put(data)
|
||||||
.success(function (data) {
|
.success(function (data) {
|
||||||
if (scope.inventory_variables) {
|
if (scope.variables) {
|
||||||
scope.$emit('UpdateInventoryVariables', data);
|
scope.$emit('UpdateInventoryVariables', data);
|
||||||
} else {
|
} else {
|
||||||
scope.$emit('InventorySaved');
|
scope.$emit('InventorySaved');
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<div class="tab-pane" id="inventories">
|
<div class="tab-pane" id="inventories">
|
||||||
<div ng-cloak id="htmlTemplate"></div>
|
<div ng-cloak id="htmlTemplate"></div>
|
||||||
|
<div id="inventory-edit-modal-dialog"></div>
|
||||||
<div ng-include="'/static/partials/logviewer.html'"></div>
|
<div ng-include="'/static/partials/logviewer.html'"></div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user