From b5e1fa7ff66fd81e3f585ca771c90857c1edc011 Mon Sep 17 00:00:00 2001 From: yuri1969 <1969yuri1969@gmail.com> Date: Sat, 7 Oct 2017 20:20:51 +0200 Subject: [PATCH] NIFI-4470 - Variables Registry: Increase space... ...between Bulletin icon and Controller Service name This closes #2200 Signed-off-by: Scott Aslan --- .../src/main/webapp/js/nf/canvas/nf-variable-registry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 47b77ac851..1614632a13 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 @@ $('
').addClass(affectedControllerService.id + '-affected-bulletins').appendTo(affectedControllerServiceContainer); // controller service name - $('').text(affectedControllerService.name).on('click', function () { + $('').text(affectedControllerService.name).on('click', function () { // check if there are outstanding changes handleOutstandingChanges().done(function () { // show the component in question