feat(card): jobs / capture queue
This commit is contained in:
@@ -6,8 +6,9 @@ import { orderCards } from './cards/registry.js';
|
||||
import clock from './cards/clock.js';
|
||||
import weather from './cards/weather.js';
|
||||
import hostPerf from './cards/host_perf.js';
|
||||
import jobs from './cards/jobs.js';
|
||||
|
||||
const CARD_MODULES = [clock, weather, hostPerf]; // grows in later tasks
|
||||
const CARD_MODULES = [clock, weather, hostPerf, jobs]; // grows in later tasks
|
||||
let active = []; // mounted cards needing stop()
|
||||
|
||||
export async function render(main) {
|
||||
|
||||
Reference in New Issue
Block a user