refactor: move service administration into settings

This commit is contained in:
Developer
2026-07-14 15:47:54 +00:00
parent a9488af0b4
commit 70511d97f9
5 changed files with 73 additions and 21 deletions
+5 -3
View File
@@ -285,9 +285,11 @@ values missing an `http://` or `https://` schema with a clear validation error
passphrase; provides a task-output widget. Tasks stay in the global saved-task
registry; every run is recorded in `service_task_runs` as history.
Multiple instances per service type are supported. Services are managed from the
**Services** page (`/services`) and each instance has a detail page at
`/services/:serviceType/:serviceId`.
Multiple instances per service type are supported. Services are managed from
**Settings → Services**, which provides a **List** subtab for creating and editing
instances and a **Dashboards** subtab for named dashboard management. Each
instance retains its operational detail page at `/services/:serviceType/:serviceId`;
legacy `/services` navigation redirects to Settings.
### Built-in widgets