NIFI-13085: (#8687)

- When viewing content, defaulting the Mode to 'Formatted'.

This closes #8687
This commit is contained in:
Matt Gilman 2024-04-22 18:24:12 -04:00 committed by GitHub
parent 830b7443d5
commit 7c5e6b9e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,7 @@ export class ProvenanceService {
}
const contentViewerParameters: any = {
mode: 'Formatted',
ref: dataUri
};

View File

@ -108,6 +108,7 @@ export class QueueService {
}
const contentViewerParameters: any = {
mode: 'Formatted',
ref: dataUri
};

View File

@ -296,6 +296,7 @@
}
var contentViewerParameters = {
'mode': 'Formatted',
'ref': dataUri
};

View File

@ -144,6 +144,7 @@
}
var contentViewerParameters = {
'mode': 'Formatted',
'ref': dataUri
};