[ https://issues.apache.org/jira/browse/FLINK-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15048476#comment-15048476 ]
ASF GitHub Bot commented on FLINK-3023: --------------------------------------- Github user sachingoel0101 commented on a diff in the pull request: https://github.com/apache/flink/pull/1422#discussion_r47076123 --- Diff: flink-runtime-web/web-dashboard/app/partials/overview.jade --- @@ -22,6 +22,12 @@ nav.navbar.navbar-default.navbar-fixed-top.navbar-main .navbar-title | Overview + .navbar-info.last.first + | Version: {{overview['flink-version']}} + + .navbar-info.last.first(ng-if="overview['flink-commit']") + | Commit: {{overview['flink-commit']}} --- End diff -- It will not be displayed at all. > Show Flink version + commit id for -SNAPSHOT versions in web frontend > --------------------------------------------------------------------- > > Key: FLINK-3023 > URL: https://issues.apache.org/jira/browse/FLINK-3023 > Project: Flink > Issue Type: Improvement > Components: Webfrontend > Reporter: Robert Metzger > Assignee: Sachin Goel > > The old frontend was showing the Flink version and the commit id for SNAPSHOT > builds. > This is a helpful feature to quickly see which Flink version is running. > It would be nice to add this again to the web interface. -- This message was sent by Atlassian JIRA (v6.3.4#6332)