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