diff --git a/frontend/packages/dashboard/src/schedules.js b/frontend/packages/dashboard/src/schedules.js index 6bb5cf7b..410567c0 100644 --- a/frontend/packages/dashboard/src/schedules.js +++ b/frontend/packages/dashboard/src/schedules.js @@ -11,7 +11,7 @@ // tracking); reads the shared agent roster from state.js for the // target-chip pickers. Render + format helpers come from util.js. -import { $, el } from './common.js'; +import { $, el, appendLinkified } from './common.js'; import { themedConfirm, themedToast } from './modal.js'; import { paintAtomic, fmtAgo, fmtDuration } from './util.js'; import { containersState } from './state.js';