Skip to content

Commit

Permalink
[FLINK-3583] User configuration visible in webdashboard when job is r…
Browse files Browse the repository at this point in the history
…unnnig
  • Loading branch information
fijolekProjects authored and aljoscha committed Mar 14, 2016
1 parent 09d1fc4 commit c0d5ba3
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 822 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ table.table.table-properties(ng-if="job['execution-config']['user-config']")
| User configuration

tbody
tr(ng-repeat="property in job['execution-config']['user-config']")
td {{property.name}}
td(table-property value="property.value")
tr(ng-repeat="(propertyName, propertyValue) in job['execution-config']['user-config']")
td {{propertyName}}
td(table-property value="propertyValue")
80 changes: 40 additions & 40 deletions flink-runtime-web/web-dashboard/web/js/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit c0d5ba3

Please sign in to comment.