Custom Dashboards - Agent Driven Dashboards
CI / test (push) Successful in 2m42s
Release rolling / release (push) Canceled after 3m44s

This commit is contained in:
Raven Scott
2026-07-30 16:48:28 -04:00
parent 6119ba6e46
commit 0699c42c28
10 changed files with 1244 additions and 21 deletions
+1
View File
@@ -63,6 +63,7 @@ export function createQvacView(opts) {
onOpenChart: opts.onOpenChart,
onOpenView: opts.onOpenView,
charts: opts.charts,
dashboards: opts.dashboards,
confirmAction: (msg) => {
try {
return typeof confirm === 'function' ? confirm(msg) : true