NIFI-9411: Adding missing 'setSubtitle' call for Controller Services modal

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5551.
This commit is contained in:
Joe Gresock 2021-11-24 06:28:08 -05:00 committed by Pierre Villard
parent 2dcff09f7f
commit dfd8adfd8e
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 2 additions and 0 deletions

View File

@ -2173,6 +2173,8 @@
nfCommon.populateField('controller-service-bundle', nfCommon.formatBundle(controllerService['bundle'])); nfCommon.populateField('controller-service-bundle', nfCommon.formatBundle(controllerService['bundle']));
nfCommon.populateField('read-only-controller-service-name', controllerService['name']); nfCommon.populateField('read-only-controller-service-name', controllerService['name']);
nfCommon.populateField('read-only-controller-service-comments', controllerService['comments']); nfCommon.populateField('read-only-controller-service-comments', controllerService['comments']);
$('#controller-service-configuration').modal('setSubtitle', nfCommon.formatType(controllerService));
// set the implemented apis // set the implemented apis
if (!nfCommon.isEmpty(controllerService['controllerServiceApis'])) { if (!nfCommon.isEmpty(controllerService['controllerServiceApis'])) {