NYUDevOpsInventory / inventory

0 stars 1 forks source link

Fix bluemix ui bug #117

Closed MingshiPeng closed 6 years ago

MingshiPeng commented 6 years ago

Fix the bug that prevents Bluemix App UI from responding normally as stated in #116 .

MingshiPeng commented 6 years ago

Solution: When app is deployed to Bluemix, the index.html should get jquery.js from CDN so that jquery function could work properly.

The endpoint to our bluemix app starts with "https", which requires all access to the service should also start with "https". In the earlier version of app, I used a CDN that starts with "http", which prevents the jquery.js from loading, thus the UI can not access all jquery functions and stops functioning.

majia67 commented 6 years ago

IBM Cloud toolchain: Delivery Pipeline deployed inventory to dev, including commit 7c25fa276becd957be67d94804481c8410c1d821

majia67 commented 6 years ago

IBM Cloud toolchain: Delivery Pipeline deployed inventory to prod, including commit 7c25fa276becd957be67d94804481c8410c1d821