Sameer Shaikh created KNOX-1424:
-----------------------------------
Summary: knox renaming "app" to "/gateway/ui_ns1/zeppelin/app"
Key: KNOX-1424
URL: https://issues.apache.org/jira/browse/KNOX-1424
Project: Apache Knox
Issue Type: Bug
Affects Versions: 0.14.0
Reporter: Sameer Shaikh
While running the zeppelin through Knox proxy, the variable "app" got
explicitly replace with the string "/gateway/ui_ns1/zeppelin/app".
Original code: ng-repeat="app in apps"
Knox code: ng-repeat="/gateway/ui_ns1/zeppelin/app in apps"
In two files
a] result.html
b] result-chart-selector.html
Due to which the UI breaks
Error:
[ngRepeat:iidexp|https://hortonworks.jira.com/wiki/display/ngRepeat/iidexp]
'_item_' in '_item_ in _collection_' should be an identifier or '(_key_,
_value_)' expression
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)