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| Device Name | \r\n\tUser | \r\n\tDevice OS | \r\n\tAntivirus | \r\n
|---|---|---|---|
| {{ item.hostname }} | \r\n\t{{ item.last_logged_in_user }} | \r\n\t{{ item.operating_system }} | \r\n\t{{ item.custom_fields.Antivirus }} | \r\n\r\n