src/stepfunctions/workflow/widgets/executions_table.py [139:145]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.template = Template(TABLE_TEMPLATE.format(table_rows='\n'.join(table_rows)))

    def show(self):
        return self.template.substitute({
            'aws_table_css': AWS_TABLE_CSS,
            'custom_css': CSS_TEMPLATE
        })
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/stepfunctions/workflow/widgets/workflows_table.py [123:129]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.template = Template(TABLE_TEMPLATE.format(table_rows='\n'.join(table_rows)))

    def show(self):
        return self.template.substitute({
            'aws_table_css': AWS_TABLE_CSS,
            'custom_css': CSS_TEMPLATE
        })
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



