diff --git a/apps/ui/src/App.vue b/apps/ui/src/App.vue index 59c398d..b24f6c8 100644 --- a/apps/ui/src/App.vue +++ b/apps/ui/src/App.vue @@ -191,7 +191,7 @@ void settings;
{{ emptyText ?? 'No output.' }}
- To take an export, run pstack pull config -o host.sealed on a machine
- that holds this host's PSTACK_TOKEN. It is deliberately not possible from a
- browser session: one click would otherwise hand over every credential on the host.
+ Take an export with pstack pull config -o host.sealed on a machine holding this
+ host's PSTACK_TOKEN.
| Service | -Image | -State | -Restarts | -Memory limit | -Started | -+ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Service | +Image | +State | +Restarts | +Memory limit | +Started | +||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| {{ c.service || c.name }} - this API + This API | -{{ c.image }} | -+ | {{ c.image }} | +{{ sentence(c.state) }} · {{ c.health }} | -+ | {{ c.restartCount }} { >OOM | -{{ mem(c.memLimitBytes) }} | -{{ c.startedAt ? ago(c.startedAt) : '—' }} | -+ | {{ mem(c.memLimitBytes) }} | +{{ c.startedAt ? ago(c.startedAt) : '—' }} | +
+
state.jobs.slice(0, 8));
Nothing is running in this project.
-
-
+
state.deployments.filter((d) => d.unresolv
| |||||||||||||||||||||||||||||||||||||||||||||