Repository: nifi Updated Branches: refs/heads/master acf05e063 -> b5e1fa7ff
NIFI-4470 - Variables Registry: Increase space... ...between Bulletin icon and Controller Service name This closes #2200 Signed-off-by: Scott Aslan <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b5e1fa7f Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/b5e1fa7f Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/b5e1fa7f Branch: refs/heads/master Commit: b5e1fa7ff66fd81e3f585ca771c90857c1edc011 Parents: acf05e0 Author: yuri1969 <[email protected]> Authored: Sat Oct 7 20:20:51 2017 +0200 Committer: Scott Aslan <[email protected]> Committed: Mon Oct 9 10:10:17 2017 -0400 ---------------------------------------------------------------------- .../src/main/webapp/js/nf/canvas/nf-variable-registry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/b5e1fa7f/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-variable-registry.js ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-variable-registry.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-variable-registry.js index 47b77ac..1614632 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-variable-registry.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-variable-registry.js @@ -770,7 +770,7 @@ $('<div class="referencing-component-bulletins"></div>').addClass(affectedControllerService.id + '-affected-bulletins').appendTo(affectedControllerServiceContainer); // controller service name - $('<span class="link"></span>').text(affectedControllerService.name).on('click', function () { + $('<span class="referencing-component-name link"></span>').text(affectedControllerService.name).on('click', function () { // check if there are outstanding changes handleOutstandingChanges().done(function () { // show the component in question
