15 lines
481 B
Plaintext
15 lines
481 B
Plaintext
<%#
|
|||
|
|
Workers page (WP-C). Grid of worker cards, patched in place on worker_update.
|
||
|
|
%>
|
||
|
|
<%- include('../partials/page-header', {
|
||
|
|
title: 'Workers',
|
||
|
|
subtitle: 'Connected worker agents',
|
||
|
|
actions: '<button type="button" class="lt-btn lt-btn-secondary lt-btn-sm" data-action="app:refresh">↻ Refresh</button>'
|
||
|
|
}) %>
|
||
|
|
|
||
|
|
<div id="wk-grid" class="wk-grid">
|
||
|
|
<div class="lt-empty-state" id="wk-loading">
|
||
|
|
<div class="lt-empty-state-title">Loading…</div>
|
||
|
|
</div>
|
||
|
|
</div>
|