NIFI-4470 - Variables Registry: Increase space...

...between Bulletin icon and Controller Service name

This closes #2200

Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
This commit is contained in:
yuri1969 2017-10-07 20:20:51 +02:00 committed by Scott Aslan
parent acf05e0636
commit b5e1fa7ff6
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@
$('<div class="referencing-component-bulletins"></div>').addClass(affectedControllerService.id + '-affected-bulletins').appendTo(affectedControllerServiceContainer); $('<div class="referencing-component-bulletins"></div>').addClass(affectedControllerService.id + '-affected-bulletins').appendTo(affectedControllerServiceContainer);
// controller service name // 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 // check if there are outstanding changes
handleOutstandingChanges().done(function () { handleOutstandingChanges().done(function () {
// show the component in question // show the component in question