diff --git a/docs/configs/docker.md b/docs/configs/docker.md index 2eaf2683..4d3026db 100644 --- a/docs/configs/docker.md +++ b/docs/configs/docker.md @@ -164,10 +164,10 @@ labels: - homepage.description=Media server - homepage.widget.type=customapi - homepage.widget.url=http://argus.service/api/v1/service/summary/emby - - homepage.widget.field[0].label=Deployed Version - - homepage.widget.field[0].field.status=deployed_version - - homepage.widget.field[1].label=Latest Version - - homepage.widget.field[1].field.status=latest_version + - homepage.widget.mappings[0].label=Deployed Version + - homepage.widget.mappings[0].field.status=deployed_version + - homepage.widget.mappings[1].label=Latest Version + - homepage.widget.mappings[1].field.status=latest_version ``` ## Docker Swarm diff --git a/docs/widgets/services/calendar.md b/docs/widgets/services/calendar.md index f9ed6284..74751f6e 100644 --- a/docs/widgets/services/calendar.md +++ b/docs/widgets/services/calendar.md @@ -27,6 +27,7 @@ widget: url: https://domain.url/with/link/to.ics # URL with calendar events name: My Events # required - name for these calendar events color: zinc # optional - defaults to pre-defined color for the service (zinc for ical) + timezone: America/Los_Angeles # optional - force timezone for events (if it's the same - no change, if missing or different in ical - will be converted to this timezone) params: # optional - additional params for the service showName: true # optional - show name before event title in event line - defaults to false ``` diff --git a/docs/widgets/services/healthchecks.md b/docs/widgets/services/healthchecks.md index ae8f1e26..b438e153 100644 --- a/docs/widgets/services/healthchecks.md +++ b/docs/widgets/services/healthchecks.md @@ -3,18 +3,21 @@ title: Health checks description: Health checks Widget Configuration --- -To use the Health Checks widget, you first need to generate an API key. To do this, follow these steps: +Specify a single check by including the `uuid` field or show the total 'up' and 'down' for all +checks by leaving off the `uuid` field. -1. Go to Settings in your check dashboard. +To use the Health Checks widget, you first need to generate an API key. + +1. In your project, go to project Settings on the navigation bar. 2. Click on API key (read-only) and then click _Create_. 3. Copy the API key that is generated for you. -Allowed fields: `["status", "last_ping"]`. +Allowed fields: `["status", "last_ping"]` for single checks, `["up", "down"]` for total stats. ```yaml widget: type: healthchecks url: http://healthchecks.host.or.ip:port key: - uuid: + uuid: # optional, if not included total statistics for all checks is shown ``` diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 8ba3c44a..3299913c 100755 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -491,9 +491,9 @@ }, "healthchecks": { "new": "New", - "up": "Online", + "up": "Up", "grace": "In Grace Period", - "down": "Offline", + "down": "Down", "paused": "Paused", "status": "Status", "last_ping": "Last Ping", diff --git a/src/components/quicklaunch.jsx b/src/components/quicklaunch.jsx index a356fdee..7fb1460a 100644 --- a/src/components/quicklaunch.jsx +++ b/src/components/quicklaunch.jsx @@ -199,7 +199,7 @@ export default function QuickLaunch({ {results.length > 0 && (
    {results.map((r, i) => ( -
  • +
  • s).join("-")}>