mirror of https://github.com/apache/nifi.git
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:
parent
acf05e0636
commit
b5e1fa7ff6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue