mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 06:48:47 +00:00
Feature: support multiple checks for healthchecks widget (#2580)
* Change healthchecks online/offline with the original up/down * Add group statistics to healthcheck widget * Update healthchecks docs --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
50c989e36a
commit
1103df2b64
5 changed files with 51 additions and 13 deletions
|
@ -397,6 +397,9 @@ export function cleanServiceGroups(groups) {
|
|||
// glances, customapi, iframe
|
||||
refreshInterval,
|
||||
|
||||
// healthchecks
|
||||
uuid,
|
||||
|
||||
// iframe
|
||||
allowFullscreen,
|
||||
allowPolicy,
|
||||
|
@ -536,6 +539,9 @@ export function cleanServiceGroups(groups) {
|
|||
if (previousDays) cleanedService.widget.previousDays = previousDays;
|
||||
if (showTime) cleanedService.widget.showTime = showTime;
|
||||
}
|
||||
if (type === "healthchecks") {
|
||||
if (uuid !== undefined) cleanedService.widget.uuid = uuid;
|
||||
}
|
||||
}
|
||||
|
||||
return cleanedService;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue