Merge pull request #45 from bigbosst/reqrep-frontend
added reqrep to the frontend
This commit is contained in:
commit
0d2b72c138
1 changed files with 3 additions and 0 deletions
|
@ -377,6 +377,9 @@ frontend {{ frontend.get('name', frontend_name) }}
|
|||
{%- if 'rspadds' in frontend %}
|
||||
{{- render_list_of_dictionaries('rspadd', frontend.rspadds) }}
|
||||
{%- endif %}
|
||||
{%- if 'reqreps' in frontend %}
|
||||
{{- render_list_of_dictionaries('reqrep', frontend.reqreps) }}
|
||||
{%- endif %}
|
||||
{%- if 'reqadds' in frontend %}
|
||||
{{- render_list_of_dictionaries('reqadd', frontend.reqadds) }}
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in a new issue