mirror of
https://github.com/sstent/node.git
synced 2026-01-27 07:33:13 +00:00
15 lines
388 B
HTML
15 lines
388 B
HTML
<alert:>
|
|
<div id=alert>
|
|
{#unless connected}
|
|
<p>
|
|
{#if canConnect}
|
|
<!-- Leading space is removed, and trailing space is maintained -->
|
|
Offline
|
|
{#if _showReconnect}– <a x-bind=click:connect>Reconnect</a>{/}
|
|
{else}
|
|
Unable to reconnect – <a x-bind=click:reload>Reload</a>
|
|
{/}
|
|
</p>
|
|
{/}
|
|
</div>
|