mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +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: {
|
||||
targets: {
|
||||
endpoint: "targets",
|
||||
endpoint: "targets?state=active",
|
||||
validate: ["data"],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue