From 1bf33e7c2680222f489780ff16dcbee809d538bc Mon Sep 17 00:00:00 2001 From: silversword411 Date: Fri, 5 Sep 2025 11:44:21 -0400 Subject: [PATCH] Remove outdated Antivirus Report template and update to v1.3 with new download URL --- index.json | 4 ---- templates/Antivirus Report.json | 17 ----------------- 2 files changed, 21 deletions(-) delete mode 100644 templates/Antivirus Report.json diff --git a/index.json b/index.json index 8875b91..d576929 100644 --- a/index.json +++ b/index.json @@ -147,10 +147,6 @@ "name": "All Fields Windows Update_By Site w-sort (csv)", "download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/All%20Fields%20Windows%20Update_By%20Site%20w-sort%20%28csv%29.json" }, - { - "name": "Antivirus Report", - "download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Antivirus%20Report.json" - }, { "name": "Antivirus Report v1.3", "download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Antivirus%20Report%20v1.3.json" diff --git a/templates/Antivirus Report.json b/templates/Antivirus Report.json deleted file mode 100644 index bf1ca26..0000000 --- a/templates/Antivirus Report.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "base_template": { - "name": "Bootstrap Base", - "html": "\n\n \n \n \n \n \n {% block content %}{% endblock %}\n {% block header %}{% endblock %}\n \n" - }, - "template": { - "name": "Antivirus Report", - "template_css": "", - "template_md": "{% block content %}\r\n

Audit Log

\r\n\r\n\r\n\r\n \r\n \r\n\t\r\n\t\r\n\t\r\n\t\r\n \r\n \r\n \r\n {% for item in data_sources.agentsList %}\r\n \r\n\t\r\n\t\r\n\t\r\n\t\r\n\r\n \r\n {% endfor %}\r\n \r\n
Device NameUserDevice OSAntivirus
{{ item.hostname }}{{ item.last_logged_in_user }}{{ item.operating_system }}{{ item.custom_fields.Antivirus }}
\r\n\r\n\r\n{% endblock %}", - "type": "html", - "depends_on": [ - "client" - ], - "template_variables": "data_sources:\n agentsList:\n filter:\n site__client_id: \"{{client.id}}\"\n custom_fields:\n - Antivirus\n model: agent\n only:\n - hostname\n - operating_system\n - site__name\n - last_logged_in_user" - }, - "assets": [] -} \ No newline at end of file