mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
Enhancement: filter prometheus API endpoint for active only (#4701)
This commit is contained in:
@@ -6,7 +6,7 @@ const widget = {
|
||||
|
||||
mappings: {
|
||||
targets: {
|
||||
endpoint: "targets",
|
||||
endpoint: "targets?state=active",
|
||||
validate: ["data"],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user