summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorIftekharul Islam <iislam@us.ibm.com>2017-04-25 09:44:40 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 12:43:05 -0500
commit532763f45b8d263b35e134bb6d144e012a5e6d22 (patch)
tree85b1103015dd3406f353dab2eee3a39b41210c6c /app
parent71ec7454d004974367f4756899e72edfe8848d1e (diff)
downloadphosphor-webui-532763f45b8d263b35e134bb6d144e012a5e6d22.tar.gz
phosphor-webui-532763f45b8d263b35e134bb6d144e012a5e6d22.zip
Making minify vendor a separate task in gulp
Change-Id: I389e2d1184e500473d8d3eb283c4e088fb79d2a1 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
Diffstat (limited to 'app')
-rw-r--r--app/common/services/api-utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/services/api-utils.js b/app/common/services/api-utils.js
index 0c69b9e..d177366 100644
--- a/app/common/services/api-utils.js
+++ b/app/common/services/api-utils.js
@@ -337,7 +337,7 @@ window.angular && (function (angular) {
severityFlags[priority.toLowerCase()] = true;
relatedItems = [];
content.data[key].associations.forEach(function(item){
- relatedItems.push(item[2]); //@TODO: better way to find the third item?
+ relatedItems.push(item[2]);
});
data.push(Object.assign({
OpenPOWER on IntegriCloud