Updated API Dashboard
This commit is contained in:
@@ -8,7 +8,7 @@ class DeploymentReport(FPDF):
|
||||
self.set_font('Arial', 'B', 16)
|
||||
self.cell(0, 20, 'Deployment Analysis Report', ln=True, align='C')
|
||||
self.set_font('Arial', '', 12)
|
||||
self.cell(0, 10, 'Positeasy Clone - Canteen Automation Ecosystem', ln=True, align='C')
|
||||
self.cell(0, 10, 'Tillo - Canteen Automation Ecosystem', ln=True, align='C')
|
||||
self.ln(20)
|
||||
|
||||
def footer(self):
|
||||
@@ -107,4 +107,4 @@ ops_text = (
|
||||
)
|
||||
pdf.section_body(ops_text)
|
||||
|
||||
pdf.output("Deployment_Report_Positeasy.pdf")
|
||||
pdf.output("Deployment_Report_Tillo.pdf")
|
||||
|
||||
Reference in New Issue
Block a user