mirror of https://github.com/apache/nifi.git
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:
parent
5c577be946
commit
572e661d12
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue