Make list of APIs on the index a table.
This commit is contained in:
parent
4b27d6a7a4
commit
5b18db9096
6 changed files with 50 additions and 9 deletions
|
@ -176,3 +176,8 @@ class MatrixSections(Sections):
|
|||
def render_common_state_event_fields(self):
|
||||
return self._render_ce_type("state_event")
|
||||
|
||||
def render_apis(self):
|
||||
template = self.env.get_template("apis.tmpl")
|
||||
apis = self.units.get("apis")
|
||||
return template.render(apis=apis)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue