You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitb-ui/ui/src/app/pages/admin/user-management/community-reports/conformance-certificate-form/conformance-certificate-form.component.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ export class ConformanceCertificateFormComponent extends BaseCertificateSettings
62
62
{key: Constants.PLACEHOLDER__BADGE,value: 'The badge image corresponding to the current conformance status (original image size).'},
63
63
{key: Constants.PLACEHOLDER__BADGE+'{width}',value: 'The badge image corresponding to the current conformance status (with fixed width in pixels).',select: ()=>Constants.PLACEHOLDER__BADGE+'{100}'},
64
64
{key: Constants.PLACEHOLDER__REPORT_DATE+'{format}',value: 'The report generation date (with date format).',select: ()=>Constants.PLACEHOLDER__REPORT_DATE+'{dd/MM/yyyy}'},
65
-
{key: Constants.PLACEHOLDER__LAST_UPDATE_DATE+'{format}',value: 'The conformance last update time (with date format).',select: ()=>Constants.PLACEHOLDER__LAST_UPDATE_DATE+'{dd/MM/yyyy}'}
65
+
{key: Constants.PLACEHOLDER__LAST_UPDATE_DATE+'{format}',value: 'The conformance last update time (with date format).',select: ()=>Constants.PLACEHOLDER__LAST_UPDATE_DATE+'{dd/MM/yyyy}'},
66
+
{key: Constants.PLACEHOLDER__PAGE_BREAK,value: 'A page break that can be used to force a new page at the specific location.'}
Copy file name to clipboardExpand all lines: gitb-ui/ui/src/app/pages/admin/user-management/community-reports/conformance-overview-certificate-form/conformance-overview-certificate-form.component.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,7 @@ export class ConformanceOverviewCertificateFormComponent extends BaseCertificate
279
279
placeholders.push({key: Constants.PLACEHOLDER__BADGES+'{layout|width}',value: 'The list of all conformance badges (with fixed width in pixels) using a \'horizontal\' (the default) or \'vertical\' layout.',select: ()=>Constants.PLACEHOLDER__BADGES+'{horizontal|100}'})
280
280
placeholders.push({key: Constants.PLACEHOLDER__REPORT_DATE+'{format}',value: 'The report generation date (with date format).',select: ()=>Constants.PLACEHOLDER__REPORT_DATE+'{dd/MM/yyyy}'})
281
281
placeholders.push({key: Constants.PLACEHOLDER__LAST_UPDATE_DATE+'{format}',value: 'The conformance last update time (with date format).',select: ()=>Constants.PLACEHOLDER__LAST_UPDATE_DATE+'{dd/MM/yyyy}'})
282
+
placeholders.push({key: Constants.PLACEHOLDER__PAGE_BREAK,value: 'A page break that can be used to force a new page at the specific location.'})
0 commit comments