NIFI-11901 Added name and version subtitle in Processor Details view

This closes #7563

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2023-08-02 21:21:38 +02:00 committed by exceptionfactory
parent 5c577be946
commit 572e661d12
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 3 additions and 0 deletions

View File

@ -221,6 +221,9 @@
// record the processor details
$('#processor-details').data('processorDetails', details);
// add subtitle with component type details
$('#processor-details').modal('setSubtitle', nfCommon.formatType(details));
// populate the processor settings
nfCommon.populateField('read-only-processor-id', details['id']);
nfCommon.populateField('read-only-processor-type', nfCommon.formatType(details));