mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 12:11:46 +08:00
v1 vsersion
This commit is contained in:
19
templates/search_tidy.xml
Normal file
19
templates/search_tidy.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<responce>
|
||||
<code>{{ code }}</code>
|
||||
<cis>
|
||||
{% for k, v in ret.items() %}
|
||||
<group by="{{ k }}">
|
||||
{% for ci in v %}
|
||||
|
||||
<ci>
|
||||
{% for item in ci|convert_to_list %}
|
||||
<attribute name="{{ k }}">{{ item }}</attribute>
|
||||
{% endfor %}
|
||||
</ci>
|
||||
|
||||
{% endfor %}
|
||||
</group>
|
||||
{% endfor %}
|
||||
</cis>
|
||||
</responce>
|
Reference in New Issue
Block a user