mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Inventory
Fixed inventory edit dialog not showing on inventory tab.
This commit is contained in:
parent
6e76ad4918
commit
aab8125fcb
@ -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>
|
||||
Loading…
x
Reference in New Issue
Block a user