mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -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.put(data)
|
||||
.success(function (data) {
|
||||
if (scope.inventory_variables) {
|
||||
if (scope.variables) {
|
||||
scope.$emit('UpdateInventoryVariables', data);
|
||||
} else {
|
||||
scope.$emit('InventorySaved');
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<div class="tab-pane" id="inventories">
|
||||
<div ng-cloak id="htmlTemplate"></div>
|
||||
<div id="inventory-edit-modal-dialog"></div>
|
||||
<div ng-include="'/static/partials/logviewer.html'"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user