mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Fix typo in the Insights inventory url
This commit is contained in:
@@ -41,7 +41,7 @@ function (data, $scope, moment, $state, InventoryData, InsightsService,
|
|||||||
};
|
};
|
||||||
|
|
||||||
$scope.viewDataInInsights = function(){
|
$scope.viewDataInInsights = function(){
|
||||||
window.open(`https://cloud.redhat.com/insights/inventory/${$scope.platform_id}/insights`, '_blank');
|
window.open(`https://cloud.redhat.com/insights/inventory/${$scope.platformId}/insights`, '_blank');
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.remediateInventory = function(inv_id, insights_credential){
|
$scope.remediateInventory = function(inv_id, insights_credential){
|
||||||
|
|||||||
Reference in New Issue
Block a user