Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/3366#discussion_r102174918
--- Diff: flink-runtime-web/web-dashboard/app/scripts/index.coffee ---
@@ -30,7 +30,7 @@ angular.module('flinkApp', ['ui.router', 'angularMoment',
'dndLists'])
.value 'flinkConfig', {
jobServer: ''
-# jobServer: 'http://localhost:8081/'
+ # jobServer: 'http://localhost:8081/'
--- End diff --
Can we keep the indentation as before? I think Angular is a little picky
with the config here and if we uncomment this line with the new indentation it
will not parse the jobServer value. I'm not sure about this. If you think it's
not a problem, it's OK to leave it as is.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---