From bb9254d76d57c702e9034dcb74ed3c3da38df2fe Mon Sep 17 00:00:00 2001 From: chris Houseknecht Date: Wed, 15 Jan 2014 04:33:27 -0500 Subject: [PATCH] Fixed js compile error. --- awx/ui/static/js/lists/Inventories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/lists/Inventories.js b/awx/ui/static/js/lists/Inventories.js index 115f96c5b6..1ea410568d 100644 --- a/awx/ui/static/js/lists/Inventories.js +++ b/awx/ui/static/js/lists/Inventories.js @@ -109,7 +109,7 @@ angular.module('InventoriesListDefinition', []) ngHref: "\{\{ inventory.failed_hosts_link \}\}", iconClass: "\{\{ 'fa icon-failures-' + inventory.failed_hosts_class \}\}", awToolTip: "\{\{ inventory.failed_hosts_tip \}\}", - dataPlacement: "top", + dataPlacement: "top" }, edit: { label: 'Edit',