chore: update standalone state hub wiring
This commit is contained in:
parent
d444462de0
commit
fdc395a600
23 changed files with 40 additions and 42 deletions
|
|
@ -107,7 +107,7 @@ const _liveEl = html`<div class="live-indicator">
|
|||
<span style="color:${_ok ? 'var(--theme-foreground-focus)' : 'red'}">●</span>
|
||||
${_ok
|
||||
? `Live · updated ${_ts?.toLocaleTimeString()}`
|
||||
: html`<span style="color:red">Offline — run: <code>cd ~/the-custodian/state-hub && make api</code></span>`}
|
||||
: html`<span style="color:red">Offline — run: <code>cd ~/state-hub && make api</code></span>`}
|
||||
</div>`;
|
||||
withDocHelp(_liveEl, "/docs/live-data");
|
||||
injectTocTop("live-indicator", _liveEl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue