mirror of
https://github.com/opnsense/docs.git
synced 2026-04-15 21:49:34 -04:00
10 lines
428 B
Text
10 lines
428 B
Text
{{ title }}
|
|
{{ title_underline }}
|
|
{% for controller in controllers %}
|
|
.. csv-table:: {{controller.type}} ({{controller.filename}})
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
{% for endpoint in controller.endpoints %}
|
|
"``{{endpoint.method}}``","{{endpoint.module}}","{{endpoint.controller}}","{{endpoint.command}}","{{endpoint.parameters}}"
|
|
{%- endfor %}
|
|
{% endfor %}
|