mirror of https://github.com/apache/nifi.git
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:
parent
2dcff09f7f
commit
dfd8adfd8e
|
@ -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'])) {
|
||||||
|
|
Loading…
Reference in New Issue