Report fix + missing-in-last-scan functionality

This commit is contained in:
Jokob-sk
2023-08-20 11:26:58 +10:00
parent 75c5ec1215
commit 609e118a7a
11 changed files with 120 additions and 43 deletions

View File

@@ -212,7 +212,11 @@
},
{
"equals": "new",
"replacement": "<div style='text-align:center'><i class='fa-solid fa-circle-plus'></i></div>"
"replacement": "<div style='text-align:center'><i class='fa-solid fa-circle-plus'></i></div>"
},
{
"equals": "missing-in-last-scan",
"replacement": "<div style='text-align:center'><i class='fa-solid fa-question'></i></div>"
}
],
"localized": ["name"],
@@ -321,7 +325,7 @@
"function": "REPORT_ON",
"type": "text.multiselect",
"default_value":["new","watched-changed"],
"options": ["new","watched-changed","watched-not-changed"],
"options": ["new","watched-changed","watched-not-changed", "missing-in-last-scan"],
"localized": ["name", "description"],
"name" :[{
"language_code":"en_us",