Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 16 additions & 20 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Agent%20List_By%20Client%20%28pdf%29.json"
},
{
"name": "Agent List_By Client with Specs (pdf)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Agent%20List_By%20Client%20with%20Specs%20%28pdf%29.json"
},
{
"name": "Agent List_By Client with Specs MultiColour(pdf)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Agent%20List_By%20Client%20with%20Specs%20MultiColour%28pdf%29.json"
"name": "Agent List_By Client with Specs (pdf) v1.2",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Agent%20List_By%20Client%20with%20Specs%20%28pdf%29%20v1.2.json"
},
{
"name": "Agent Specs",
Expand Down Expand Up @@ -124,24 +120,24 @@
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/All%20Fields%20-%20Windows%20Update%20Policies.json"
},
{
"name": "All Fields - Windows Update_Per Site (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/All%20Fields%20-%20Windows%20Update_Per%20Site%20%28csv%29.json"
"name": "All Fields - Windows Update_By Site (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/All%20Fields%20-%20Windows%20Update_By%20Site%20%28csv%29.json"
},
{
"name": "All Fields - Windows Updates",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/All%20Fields%20-%20Windows%20Updates.json"
},
{
"name": "All Fields Windows Update_Per Device (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/All%20Fields%20Windows%20Update_Per%20Device%20%28csv%29.json"
"name": "All Fields Windows Update_By Device (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/All%20Fields%20Windows%20Update_By%20Device%20%28csv%29.json"
},
{
"name": "All Fields Windows Update_Per Site (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/All%20Fields%20Windows%20Update_Per%20Site%20%28csv%29.json"
"name": "All Fields Windows Update_By Site (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/All%20Fields%20Windows%20Update_By%20Site%20%28csv%29.json"
},
{
"name": "All Fields Windows Update_Per Site w-sort (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/All%20Fields%20Windows%20Update_Per%20Site%20w-sort%20%28csv%29.json"
"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",
Expand Down Expand Up @@ -232,20 +228,20 @@
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/WIP-Dashboard%20Demo.json"
},
{
"name": "Windows 11 Compatible List fixed (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Windows%2011%20Compatible%20List%20fixed%20%28csv%29.json"
"name": "Windows 11 Compatible List_By Client (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Windows%2011%20Compatible%20List_By%20Client%20%28csv%29.json"
},
{
"name": "Windows 11 Compatible List_By Client (html) v1.8",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Windows%2011%20Compatible%20List_By%20Client%20%28html%29%20v1.8.json"
},
{
"name": "Windows Update Not Installed _By Client",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Windows%20Update%20Not%20Installed%20_By%20Client.json"
"name": "Windows Update Not Installed_By Client",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Windows%20Update%20Not%20Installed_By%20Client.json"
},
{
"name": "Windows Update Not Installed _By Client (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Windows%20Update%20Not%20Installed%20_By%20Client%20%28csv%29.json"
"name": "Windows Update Not Installed_By Client (csv)",
"download_url": "https://raw.githubusercontent.com/amidaware/reporting-templates/master/templates/Windows%20Update%20Not%20Installed_By%20Client%20%28csv%29.json"
},
{
"name": "Windows Update_Last Install Date (csv)",
Expand Down

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions templates/Agent List_By Client with Specs MultiColour(pdf).json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"base_template": null,
"template": {
"name": "All Fields - Windows Update: Per Site (csv)",
"name": "All Fields - Windows Update_By Site (csv)",
"template_css": "",
"template_md": "Device Name, ID, Agent ID, GUID, KB, Title, Installed, Downloaded, Description, Severity, Categories, Category_ids, KB Article IDs, More Info Urls, Support Url, Revision Number, Action, Result, Date Installed\r\n{% for item in data_sources.allFieldsWindowsUpdates %}{{item.agent__hostname if item.agent__hostname else 'N/A'}},{{item.id if item.id else 'N/A'}},{{item.agent_id if item.agent_id else 'N/A'}},{{item.guid if item.guid else 'N/A'}},{{item.kb if item.kb else 'N/A'}},{{item.title if item.title else 'N/A'}},{{item.installed if item.installed else 'N/A'}},{{item.downloaded if item.downloaded else 'N/A'}},{{item.description if item.description else 'N/A'}},{{item.severity if item.severity else 'N/A'}},{{item.categories if item.categories else 'N/A'}},{{item.category_ids if item.category_ids else 'N/A'}},{{item.kb_article_ids if item.kb_article_ids else 'N/A'}},{{item.more_info_urls if item.more_info_urls else 'N/A'}},{{item.support_url if item.support_url else 'N/A'}},{{item.revision_number if item.revision_number else 'N/A'}},{{item.action if item.action else 'N/A'}},{{item.result if item.result else 'N/A'}},{{item.date_installed if item.date_installed else 'N/A'}},\r\n{% endfor %}",
"type": "plaintext",
Expand Down
Loading