mirror of https://github.com/apache/nifi.git
NIFI-13085: (#8687)
- When viewing content, defaulting the Mode to 'Formatted'. This closes #8687
This commit is contained in:
parent
830b7443d5
commit
7c5e6b9e14
|
@ -118,6 +118,7 @@ export class ProvenanceService {
|
||||||
}
|
}
|
||||||
|
|
||||||
const contentViewerParameters: any = {
|
const contentViewerParameters: any = {
|
||||||
|
mode: 'Formatted',
|
||||||
ref: dataUri
|
ref: dataUri
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -108,6 +108,7 @@ export class QueueService {
|
||||||
}
|
}
|
||||||
|
|
||||||
const contentViewerParameters: any = {
|
const contentViewerParameters: any = {
|
||||||
|
mode: 'Formatted',
|
||||||
ref: dataUri
|
ref: dataUri
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -296,6 +296,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
var contentViewerParameters = {
|
var contentViewerParameters = {
|
||||||
|
'mode': 'Formatted',
|
||||||
'ref': dataUri
|
'ref': dataUri
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -144,6 +144,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
var contentViewerParameters = {
|
var contentViewerParameters = {
|
||||||
|
'mode': 'Formatted',
|
||||||
'ref': dataUri
|
'ref': dataUri
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue