mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
add prometheus widget data validation
This commit is contained in:
@@ -6,7 +6,10 @@ const widget = {
|
|||||||
|
|
||||||
mappings: {
|
mappings: {
|
||||||
targets: {
|
targets: {
|
||||||
endpoint: "targets"
|
endpoint: "targets",
|
||||||
|
validate: [
|
||||||
|
"data"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user