Github user tasanuma commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2503#discussion_r172100595
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/resources/templates/index.html.hbs
---
@@ -675,6 +676,14 @@
</div>
<div id="system-diagnostic-endpoints" class="section-endpoints
hidden"></div>
</div>
+ <div class="section">
+ <div class="section-header">
+ <div class="title link">Versions</div>
+ <div class="sub-title section-description">Versioning</div>
--- End diff --
Thanks for the review, @zenfenan! Updated the pull-request addressing your
comments.
---