mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Enhancement: filter prometheus API endpoint for active only (#4701)
This commit is contained in:
parent
07dff4c8a5
commit
873c265205
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const widget = {
|
||||||
|
|
||||||
mappings: {
|
mappings: {
|
||||||
targets: {
|
targets: {
|
||||||
endpoint: "targets",
|
endpoint: "targets?state=active",
|
||||||
validate: ["data"],
|
validate: ["data"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue