feat(web): add jobs audit and settings workspaces

This commit is contained in:
chick
2026-07-17 23:08:03 +08:00
parent 5eb8680393
commit e46e81ea77
9 changed files with 1834 additions and 1 deletions
+17
View File
@@ -131,4 +131,21 @@ export {
type OtaSnapshot,
} from './instances/ota-module.js';
export {
AuditPage,
sanitizeAuditPage,
type AuditDataSource,
type AuditPageProps,
} from './audit/audit-page.js';
export {
JobsPage,
sanitizeJobPage,
type JobsDataSource,
type JobsPageProps,
} from './jobs/jobs-page.js';
export {
InstanceSettingsPage,
type InstanceSettingsPageProps,
} from './settings/instance-settings-page.js';
export const webWorkspaceReady = true;