From 5bb2ff7f0c254c340d30c7cd977c507ffa7d21be Mon Sep 17 00:00:00 2001 From: j3ssie Date: Tue, 27 Jan 2026 01:28:21 +0800 Subject: [PATCH] build: update dashboard artifacts and add repeat-modules test workflow --- docs/api-swagger/docs.go | 4 + docs/api-swagger/swagger.json | 4 + docs/api-swagger/swagger.yaml | 3 + docs/api/README.md | 65 -------- docs/api/README.mdx | 73 +++++++++ docs/api/artifacts.mdx | 116 ++++++++++++++ docs/api/{assets.md => assets.mdx} | 5 + .../{authentication.md => authentication.mdx} | 27 ++++ docs/api/database.mdx | 73 +++++++++ docs/api/{distributed.md => distributed.mdx} | 5 + docs/api/{event-logs.md => event-logs.mdx} | 5 + docs/api/event-receiver.mdx | 147 ++++++++++++++++++ docs/api/{functions.md => functions.mdx} | 5 + docs/api/{install.md => install.mdx} | 5 + docs/api/{llm.md => llm.mdx} | 5 + docs/api/{public.md => public.mdx} | 5 + docs/api/{reference.md => reference.mdx} | 5 + docs/api/{runs.md => runs.mdx} | 126 ++++++++++++++- docs/api/{schedules.md => schedules.mdx} | 5 + docs/api/{settings.md => settings.mdx} | 53 +++++++ docs/api/{snapshots.md => snapshots.mdx} | 5 + docs/api/{steps.md => steps.mdx} | 5 + docs/api/{system.md => system.mdx} | 5 + docs/api/{uploads.md => uploads.mdx} | 5 + ...vulnerabilities.md => vulnerabilities.mdx} | 5 + docs/api/{workflows.md => workflows.mdx} | 6 +- docs/api/{workspaces.md => workspaces.mdx} | 30 +++- pkg/server/handlers/runs.go | 49 ++++-- public/ui/404.html | 4 +- .../ui/__next.!KGRhc2hib2FyZCk.__PAGE__.txt | 4 +- public/ui/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/__next._full.txt | 6 +- public/ui/__next._head.txt | 2 +- public/ui/__next._index.txt | 4 +- public/ui/__next._tree.txt | 4 +- .../_buildManifest.js | 0 .../_clientMiddlewareManifest.json | 0 .../_ssgManifest.js | 0 .../_next/static/chunks/194a3c33c82e4432.js | 3 + .../_next/static/chunks/1baa988059730530.js | 1 + .../_next/static/chunks/411ba98ac14f065c.js | 1 + .../_next/static/chunks/552e3049a6bb6b15.css | 1 - .../_next/static/chunks/5c4ce53301a633af.js | 1 - .../_next/static/chunks/f3f69758009dd61d.js | 3 - .../_next/static/chunks/f8d2545d8a4f8c3d.js | 1 - .../_next/static/chunks/f8e662a156648bdd.css | 1 + public/ui/_not-found.html | 4 +- public/ui/_not-found.txt | 4 +- public/ui/_not-found/__next._full.txt | 4 +- public/ui/_not-found/__next._head.txt | 2 +- public/ui/_not-found/__next._index.txt | 4 +- .../_not-found/__next._not-found.__PAGE__.txt | 2 +- public/ui/_not-found/__next._not-found.txt | 2 +- public/ui/_not-found/__next._tree.txt | 4 +- public/ui/api/mock/api/assets | 2 +- public/ui/api/mock/api/tasks | 2 +- public/ui/api/mock/api/workflows-list | 2 +- public/ui/api/mock/api/workspaces | 2 +- public/ui/assets.html | 4 +- public/ui/assets.txt | 4 +- ..._next.!KGRhc2hib2FyZCk.assets.__PAGE__.txt | 2 +- .../assets/__next.!KGRhc2hib2FyZCk.assets.txt | 2 +- public/ui/assets/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/assets/__next._full.txt | 4 +- public/ui/assets/__next._head.txt | 2 +- public/ui/assets/__next._index.txt | 4 +- public/ui/assets/__next._tree.txt | 4 +- public/ui/assets/workspaces/default.html | 4 +- public/ui/assets/workspaces/default.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.assets.txt | 2 +- ...FyZCk.assets.workspaces.$d$id.__PAGE__.txt | 2 +- ...GRhc2hib2FyZCk.assets.workspaces.$d$id.txt | 2 +- ...ext.!KGRhc2hib2FyZCk.assets.workspaces.txt | 2 +- .../default/__next.!KGRhc2hib2FyZCk.txt | 2 +- .../workspaces/default/__next._full.txt | 4 +- .../workspaces/default/__next._head.txt | 2 +- .../workspaces/default/__next._index.txt | 4 +- .../workspaces/default/__next._tree.txt | 4 +- public/ui/events.html | 4 +- public/ui/events.txt | 4 +- ..._next.!KGRhc2hib2FyZCk.events.__PAGE__.txt | 2 +- .../events/__next.!KGRhc2hib2FyZCk.events.txt | 2 +- public/ui/events/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/events/__next._full.txt | 4 +- public/ui/events/__next._head.txt | 2 +- public/ui/events/__next._index.txt | 4 +- public/ui/events/__next._tree.txt | 4 +- public/ui/index.html | 4 +- public/ui/index.txt | 6 +- public/ui/inventory.html | 4 +- public/ui/inventory.txt | 4 +- ...xt.!KGRhc2hib2FyZCk.inventory.__PAGE__.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.inventory.txt | 2 +- .../ui/inventory/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/inventory/__next._full.txt | 4 +- public/ui/inventory/__next._head.txt | 2 +- public/ui/inventory/__next._index.txt | 4 +- public/ui/inventory/__next._tree.txt | 4 +- public/ui/inventory/artifacts.html | 4 +- public/ui/inventory/artifacts.txt | 4 +- ...hib2FyZCk.inventory.artifacts.__PAGE__.txt | 2 +- ...t.!KGRhc2hib2FyZCk.inventory.artifacts.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.inventory.txt | 2 +- .../artifacts/__next.!KGRhc2hib2FyZCk.txt | 2 +- .../ui/inventory/artifacts/__next._full.txt | 4 +- .../ui/inventory/artifacts/__next._head.txt | 2 +- .../ui/inventory/artifacts/__next._index.txt | 4 +- .../ui/inventory/artifacts/__next._tree.txt | 4 +- public/ui/inventory/assets.html | 4 +- public/ui/inventory/assets.txt | 4 +- ...hc2hib2FyZCk.inventory.assets.__PAGE__.txt | 2 +- ...next.!KGRhc2hib2FyZCk.inventory.assets.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.inventory.txt | 2 +- .../assets/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/inventory/assets/__next._full.txt | 4 +- public/ui/inventory/assets/__next._head.txt | 2 +- public/ui/inventory/assets/__next._index.txt | 4 +- public/ui/inventory/assets/__next._tree.txt | 4 +- public/ui/inventory/workspaces.html | 4 +- public/ui/inventory/workspaces.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.inventory.txt | 2 +- ...ib2FyZCk.inventory.workspaces.__PAGE__.txt | 2 +- ....!KGRhc2hib2FyZCk.inventory.workspaces.txt | 2 +- .../workspaces/__next.!KGRhc2hib2FyZCk.txt | 2 +- .../ui/inventory/workspaces/__next._full.txt | 4 +- .../ui/inventory/workspaces/__next._head.txt | 2 +- .../ui/inventory/workspaces/__next._index.txt | 4 +- .../ui/inventory/workspaces/__next._tree.txt | 4 +- public/ui/inventory/workspaces/default.html | 4 +- public/ui/inventory/workspaces/default.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.inventory.txt | 2 +- ...Ck.inventory.workspaces.$d$id.__PAGE__.txt | 2 +- ...c2hib2FyZCk.inventory.workspaces.$d$id.txt | 2 +- ....!KGRhc2hib2FyZCk.inventory.workspaces.txt | 2 +- .../default/__next.!KGRhc2hib2FyZCk.txt | 2 +- .../workspaces/default/__next._full.txt | 4 +- .../workspaces/default/__next._head.txt | 2 +- .../workspaces/default/__next._index.txt | 4 +- .../workspaces/default/__next._tree.txt | 4 +- public/ui/llm.html | 4 +- public/ui/llm.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.llm.__PAGE__.txt | 2 +- public/ui/llm/__next.!KGRhc2hib2FyZCk.llm.txt | 2 +- public/ui/llm/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/llm/__next._full.txt | 4 +- public/ui/llm/__next._head.txt | 2 +- public/ui/llm/__next._index.txt | 4 +- public/ui/llm/__next._tree.txt | 4 +- public/ui/login.html | 4 +- public/ui/login.txt | 4 +- .../login/__next.!KGF1dGgp.login.__PAGE__.txt | 2 +- public/ui/login/__next.!KGF1dGgp.login.txt | 2 +- public/ui/login/__next.!KGF1dGgp.txt | 2 +- public/ui/login/__next._full.txt | 4 +- public/ui/login/__next._head.txt | 2 +- public/ui/login/__next._index.txt | 4 +- public/ui/login/__next._tree.txt | 4 +- public/ui/registry.html | 4 +- public/ui/registry.txt | 4 +- ...ext.!KGRhc2hib2FyZCk.registry.__PAGE__.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.registry.txt | 2 +- .../ui/registry/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/registry/__next._full.txt | 4 +- public/ui/registry/__next._head.txt | 2 +- public/ui/registry/__next._index.txt | 4 +- public/ui/registry/__next._tree.txt | 4 +- public/ui/scans.html | 4 +- public/ui/scans.txt | 6 +- ...__next.!KGRhc2hib2FyZCk.scans.__PAGE__.txt | 4 +- .../scans/__next.!KGRhc2hib2FyZCk.scans.txt | 2 +- public/ui/scans/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/scans/__next._full.txt | 6 +- public/ui/scans/__next._head.txt | 2 +- public/ui/scans/__next._index.txt | 4 +- public/ui/scans/__next._tree.txt | 4 +- public/ui/scans/new.html | 4 +- public/ui/scans/new.txt | 8 +- ...xt.!KGRhc2hib2FyZCk.scans.new.__PAGE__.txt | 4 +- .../new/__next.!KGRhc2hib2FyZCk.scans.new.txt | 2 +- .../new/__next.!KGRhc2hib2FyZCk.scans.txt | 2 +- .../ui/scans/new/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/scans/new/__next._full.txt | 8 +- public/ui/scans/new/__next._head.txt | 2 +- public/ui/scans/new/__next._index.txt | 4 +- public/ui/scans/new/__next._tree.txt | 4 +- public/ui/schedules.html | 4 +- public/ui/schedules.txt | 4 +- ...xt.!KGRhc2hib2FyZCk.schedules.__PAGE__.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.schedules.txt | 2 +- .../ui/schedules/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/schedules/__next._full.txt | 4 +- public/ui/schedules/__next._head.txt | 2 +- public/ui/schedules/__next._index.txt | 4 +- public/ui/schedules/__next._tree.txt | 4 +- public/ui/settings.html | 4 +- public/ui/settings.txt | 4 +- ...ext.!KGRhc2hib2FyZCk.settings.__PAGE__.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.settings.txt | 2 +- .../ui/settings/__next.!KGRhc2hib2FyZCk.txt | 2 +- public/ui/settings/__next._full.txt | 4 +- public/ui/settings/__next._head.txt | 2 +- public/ui/settings/__next._index.txt | 4 +- public/ui/settings/__next._tree.txt | 4 +- public/ui/utilities.html | 4 +- public/ui/utilities.txt | 4 +- .../ui/utilities/__next.!KGRhc2hib2FyZCk.txt | 2 +- ...xt.!KGRhc2hib2FyZCk.utilities.__PAGE__.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.utilities.txt | 2 +- public/ui/utilities/__next._full.txt | 4 +- public/ui/utilities/__next._head.txt | 2 +- public/ui/utilities/__next._index.txt | 4 +- public/ui/utilities/__next._tree.txt | 4 +- public/ui/vulnerabilities.html | 4 +- public/ui/vulnerabilities.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.txt | 2 +- ...Rhc2hib2FyZCk.vulnerabilities.__PAGE__.txt | 2 +- ..._next.!KGRhc2hib2FyZCk.vulnerabilities.txt | 2 +- public/ui/vulnerabilities/__next._full.txt | 4 +- public/ui/vulnerabilities/__next._head.txt | 2 +- public/ui/vulnerabilities/__next._index.txt | 4 +- public/ui/vulnerabilities/__next._tree.txt | 4 +- public/ui/workflows-editor.html | 4 +- public/ui/workflows-editor.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.txt | 2 +- ...hc2hib2FyZCk.workflows-editor.__PAGE__.txt | 2 +- ...next.!KGRhc2hib2FyZCk.workflows-editor.txt | 2 +- public/ui/workflows-editor/__next._full.txt | 4 +- public/ui/workflows-editor/__next._head.txt | 2 +- public/ui/workflows-editor/__next._index.txt | 4 +- public/ui/workflows-editor/__next._tree.txt | 4 +- public/ui/workflows.html | 4 +- public/ui/workflows.txt | 4 +- .../ui/workflows/__next.!KGRhc2hib2FyZCk.txt | 2 +- ...xt.!KGRhc2hib2FyZCk.workflows.__PAGE__.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- public/ui/workflows/__next._full.txt | 4 +- public/ui/workflows/__next._head.txt | 2 +- public/ui/workflows/__next._index.txt | 4 +- public/ui/workflows/__next._tree.txt | 4 +- .../ui/workflows/docker-runner-example.html | 4 +- public/ui/workflows/docker-runner-example.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.txt | 2 +- ...Rhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt | 2 +- ..._next.!KGRhc2hib2FyZCk.workflows.$d$id.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- .../docker-runner-example/__next._full.txt | 4 +- .../docker-runner-example/__next._head.txt | 2 +- .../docker-runner-example/__next._index.txt | 4 +- .../docker-runner-example/__next._tree.txt | 4 +- .../mock-all-step-types-example.html | 4 +- .../workflows/mock-all-step-types-example.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.txt | 2 +- ...Rhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt | 2 +- ..._next.!KGRhc2hib2FyZCk.workflows.$d$id.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- .../__next._full.txt | 4 +- .../__next._head.txt | 2 +- .../__next._index.txt | 4 +- .../__next._tree.txt | 4 +- .../mock-comprehensive-flow-example.html | 4 +- .../mock-comprehensive-flow-example.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.txt | 2 +- ...Rhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt | 2 +- ..._next.!KGRhc2hib2FyZCk.workflows.$d$id.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- .../__next._full.txt | 4 +- .../__next._head.txt | 2 +- .../__next._index.txt | 4 +- .../__next._tree.txt | 4 +- public/ui/workflows/ssh-runner-example.html | 4 +- public/ui/workflows/ssh-runner-example.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.txt | 2 +- ...Rhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt | 2 +- ..._next.!KGRhc2hib2FyZCk.workflows.$d$id.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- .../ssh-runner-example/__next._full.txt | 4 +- .../ssh-runner-example/__next._head.txt | 2 +- .../ssh-runner-example/__next._index.txt | 4 +- .../ssh-runner-example/__next._tree.txt | 4 +- .../test-complex-docker-workflow.html | 4 +- .../test-complex-docker-workflow.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.txt | 2 +- ...Rhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt | 2 +- ..._next.!KGRhc2hib2FyZCk.workflows.$d$id.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- .../__next._full.txt | 4 +- .../__next._head.txt | 2 +- .../__next._index.txt | 4 +- .../__next._tree.txt | 4 +- public/ui/workflows/test-decision.html | 4 +- public/ui/workflows/test-decision.txt | 4 +- .../test-decision/__next.!KGRhc2hib2FyZCk.txt | 2 +- ...Rhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt | 2 +- ..._next.!KGRhc2hib2FyZCk.workflows.$d$id.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- .../workflows/test-decision/__next._full.txt | 4 +- .../workflows/test-decision/__next._head.txt | 2 +- .../workflows/test-decision/__next._index.txt | 4 +- .../workflows/test-decision/__next._tree.txt | 4 +- public/ui/workflows/test-docker-flow.html | 4 +- public/ui/workflows/test-docker-flow.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.txt | 2 +- ...Rhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt | 2 +- ..._next.!KGRhc2hib2FyZCk.workflows.$d$id.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- .../test-docker-flow/__next._full.txt | 4 +- .../test-docker-flow/__next._head.txt | 2 +- .../test-docker-flow/__next._index.txt | 4 +- .../test-docker-flow/__next._tree.txt | 4 +- public/ui/workflows/test-loop.html | 4 +- public/ui/workflows/test-loop.txt | 4 +- .../test-loop/__next.!KGRhc2hib2FyZCk.txt | 2 +- ...Rhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt | 2 +- ..._next.!KGRhc2hib2FyZCk.workflows.$d$id.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- .../ui/workflows/test-loop/__next._full.txt | 4 +- .../ui/workflows/test-loop/__next._head.txt | 2 +- .../ui/workflows/test-loop/__next._index.txt | 4 +- .../ui/workflows/test-loop/__next._tree.txt | 4 +- public/ui/workflows/triggers-example.html | 4 +- public/ui/workflows/triggers-example.txt | 4 +- .../__next.!KGRhc2hib2FyZCk.txt | 2 +- ...Rhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt | 2 +- ..._next.!KGRhc2hib2FyZCk.workflows.$d$id.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- .../triggers-example/__next._full.txt | 4 +- .../triggers-example/__next._head.txt | 2 +- .../triggers-example/__next._index.txt | 4 +- .../triggers-example/__next._tree.txt | 4 +- public/ui/workflows/upload.html | 4 +- public/ui/workflows/upload.txt | 4 +- .../upload/__next.!KGRhc2hib2FyZCk.txt | 2 +- .../__next.!KGRhc2hib2FyZCk.workflows.txt | 2 +- ...hc2hib2FyZCk.workflows.upload.__PAGE__.txt | 2 +- ...next.!KGRhc2hib2FyZCk.workflows.upload.txt | 2 +- public/ui/workflows/upload/__next._full.txt | 4 +- public/ui/workflows/upload/__next._head.txt | 2 +- public/ui/workflows/upload/__next._index.txt | 4 +- public/ui/workflows/upload/__next._tree.txt | 4 +- .../modules/test-echo.yaml | 46 ++++++ .../modules/test-loop.yaml | 61 ++++++++ .../test-repeat-modules-flow.yaml | 85 ++++++++++ test/testdata/workflows/test-sleep-flow.yaml | 26 ---- 343 files changed, 1433 insertions(+), 577 deletions(-) delete mode 100644 docs/api/README.md create mode 100644 docs/api/README.mdx create mode 100644 docs/api/artifacts.mdx rename docs/api/{assets.md => assets.mdx} (98%) rename docs/api/{authentication.md => authentication.mdx} (91%) create mode 100644 docs/api/database.mdx rename docs/api/{distributed.md => distributed.mdx} (98%) rename docs/api/{event-logs.md => event-logs.mdx} (98%) create mode 100644 docs/api/event-receiver.mdx rename docs/api/{functions.md => functions.mdx} (98%) rename docs/api/{install.md => install.mdx} (98%) rename docs/api/{llm.md => llm.mdx} (97%) rename docs/api/{public.md => public.mdx} (94%) rename docs/api/{reference.md => reference.mdx} (98%) rename docs/api/{runs.md => runs.mdx} (76%) rename docs/api/{schedules.md => schedules.mdx} (98%) rename docs/api/{settings.md => settings.mdx} (64%) rename docs/api/{snapshots.md => snapshots.mdx} (98%) rename docs/api/{steps.md => steps.mdx} (98%) rename docs/api/{system.md => system.mdx} (95%) rename docs/api/{uploads.md => uploads.mdx} (93%) rename docs/api/{vulnerabilities.md => vulnerabilities.mdx} (99%) rename docs/api/{workflows.md => workflows.mdx} (99%) rename docs/api/{workspaces.md => workspaces.mdx} (91%) rename public/ui/_next/static/{grDRsQ3pDvKOkAGVmf-Eh => 07lkKL2yG-FqbafnB4--5}/_buildManifest.js (100%) rename public/ui/_next/static/{grDRsQ3pDvKOkAGVmf-Eh => 07lkKL2yG-FqbafnB4--5}/_clientMiddlewareManifest.json (100%) rename public/ui/_next/static/{grDRsQ3pDvKOkAGVmf-Eh => 07lkKL2yG-FqbafnB4--5}/_ssgManifest.js (100%) create mode 100644 public/ui/_next/static/chunks/194a3c33c82e4432.js create mode 100644 public/ui/_next/static/chunks/1baa988059730530.js create mode 100644 public/ui/_next/static/chunks/411ba98ac14f065c.js delete mode 100644 public/ui/_next/static/chunks/552e3049a6bb6b15.css delete mode 100644 public/ui/_next/static/chunks/5c4ce53301a633af.js delete mode 100644 public/ui/_next/static/chunks/f3f69758009dd61d.js delete mode 100644 public/ui/_next/static/chunks/f8d2545d8a4f8c3d.js create mode 100644 public/ui/_next/static/chunks/f8e662a156648bdd.css create mode 100644 test/testdata/workflows/test-repeat-modules/modules/test-echo.yaml create mode 100644 test/testdata/workflows/test-repeat-modules/modules/test-loop.yaml create mode 100644 test/testdata/workflows/test-repeat-modules/test-repeat-modules-flow.yaml delete mode 100644 test/testdata/workflows/test-sleep-flow.yaml diff --git a/docs/api-swagger/docs.go b/docs/api-swagger/docs.go index 9d1c1f1..c544554 100644 --- a/docs/api-swagger/docs.go +++ b/docs/api-swagger/docs.go @@ -3415,6 +3415,10 @@ const docTemplate = `{ "description": "Wait time between repeats (e.g., 30s, 20m, 10h, 1d)", "type": "string" }, + "run_mode": { + "description": "local, distributed, cloud (default: local)", + "type": "string" + }, "runner_type": { "description": "Runner configuration", "type": "string" diff --git a/docs/api-swagger/swagger.json b/docs/api-swagger/swagger.json index 65a8737..e4c9323 100644 --- a/docs/api-swagger/swagger.json +++ b/docs/api-swagger/swagger.json @@ -3404,6 +3404,10 @@ "description": "Wait time between repeats (e.g., 30s, 20m, 10h, 1d)", "type": "string" }, + "run_mode": { + "description": "local, distributed, cloud (default: local)", + "type": "string" + }, "runner_type": { "description": "Runner configuration", "type": "string" diff --git a/docs/api-swagger/swagger.yaml b/docs/api-swagger/swagger.yaml index 6888432..e315dc2 100644 --- a/docs/api-swagger/swagger.yaml +++ b/docs/api-swagger/swagger.yaml @@ -180,6 +180,9 @@ definitions: repeat_wait_time: description: Wait time between repeats (e.g., 30s, 20m, 10h, 1d) type: string + run_mode: + description: 'local, distributed, cloud (default: local)' + type: string runner_type: description: Runner configuration type: string diff --git a/docs/api/README.md b/docs/api/README.md deleted file mode 100644 index add0800..0000000 --- a/docs/api/README.md +++ /dev/null @@ -1,65 +0,0 @@ -# Osmedeus API Documentation - -## Overview - -The Osmedeus API provides a RESTful interface for managing security automation workflows, runs, and distributed task execution. - -**Base URL:** `http://localhost:8002` - -**Default Port:** `8002` - -## Authentication - -Most API endpoints require authentication. Two methods are supported: - -1. **JWT Token**: Obtain a token via the login endpoint, then include it in requests using the `Authorization: Bearer ` header. - -2. **API Key**: Use a static API key via the `x-osm-api-key` header. Configure in `~/osmedeus-base/osm-settings.yaml` under `server.auth_api_key`. - -See [Authentication](authentication.md) for details. - -## API Reference - -| Category | Description | -|----------|-------------| -| [Public Endpoints](public.md) | Server info, health checks, Swagger docs | -| [Authentication](authentication.md) | Login and JWT token management | -| [Workflows](workflows.md) | List, view, and refresh workflows | -| [Runs](runs.md) | Create and manage workflow executions | -| [File Uploads](uploads.md) | Upload target files and workflows | -| [Snapshots](snapshots.md) | Download workspace snapshots | -| [Workspaces](workspaces.md) | List and manage workspaces | -| [Assets](assets.md) | View discovered assets | -| [Vulnerabilities](vulnerabilities.md) | View and manage vulnerabilities | -| [Event Logs](event-logs.md) | View execution event logs | -| [Step Results](steps.md) | Query step execution results | -| [Functions](functions.md) | Execute and list utility functions | -| [System Statistics](system.md) | Get aggregated system stats | -| [Settings](settings.md) | Manage server configuration | -| [Installation](install.md) | Install binaries and workflows | -| [Schedules](schedules.md) | Manage scheduled workflows | -| [Distributed Mode](distributed.md) | Worker and task management | -| [LLM API](llm.md) | Large Language Model API | -| [Reference](reference.md) | Error codes, pagination, cron expressions, step types | - -## Quick Start - -```bash -# Get server info (no auth required) -curl http://localhost:8002/server-info - -# Login and get token -export TOKEN=$(curl -s -X POST http://localhost:8002/osm/api/login \ - -H "Content-Type: application/json" \ - -d '{"username": "osmedeus", "password": "admin"}' | jq -r '.token') - -# List workflows -curl http://localhost:8002/osm/api/workflows \ - -H "Authorization: Bearer $TOKEN" - -# Start a scan -curl -X POST http://localhost:8002/osm/api/runs \ - -H "Authorization: Bearer $TOKEN" \ - -H "Content-Type: application/json" \ - -d '{"flow": "subdomain-enum", "target": "example.com"}' -``` diff --git a/docs/api/README.mdx b/docs/api/README.mdx new file mode 100644 index 0000000..8a76aad --- /dev/null +++ b/docs/api/README.mdx @@ -0,0 +1,73 @@ +--- +title: "Osmedeus API Documentation" +description: "RESTful API reference for managing security automation workflows" +--- + +# Osmedeus API Documentation + +## Overview + +The Osmedeus API provides a RESTful interface for managing security automation workflows, runs, and distributed task execution. + +**Base URL:** `http://localhost:8002` + +**Default Port:** `8002` + +## Authentication + +Most API endpoints require authentication. Two methods are supported: + +1. **JWT Token**: Obtain a token via the login endpoint, then include it in requests using the `Authorization: Bearer ` header. + +2. **API Key**: Use a static API key via the `x-osm-api-key` header. Configure in `~/osmedeus-base/osm-settings.yaml` under `server.auth_api_key`. + +See [Authentication](authentication.mdx) for details. + +## API Reference + +| Category | Description | +|----------|-------------| +| [Public Endpoints](public.mdx) | Server info, health checks, Swagger docs | +| [Authentication](authentication.mdx) | Login, logout, and JWT token management | +| [Workflows](workflows.mdx) | List, view, and refresh workflows | +| [Runs](runs.mdx) | Create and manage workflow executions | +| [File Uploads](uploads.mdx) | Upload target files and workflows | +| [Snapshots](snapshots.mdx) | Export and import workspace snapshots | +| [Workspaces](workspaces.mdx) | List and manage workspaces | +| [Artifacts](artifacts.mdx) | List and download output artifacts | +| [Assets](assets.mdx) | View discovered assets | +| [Vulnerabilities](vulnerabilities.mdx) | View and manage vulnerabilities | +| [Event Logs](event-logs.mdx) | View execution event logs | +| [Step Results](steps.mdx) | Query step execution results | +| [Functions](functions.mdx) | Execute and list utility functions | +| [System Statistics](system.mdx) | Get aggregated system stats | +| [Settings](settings.mdx) | Manage server configuration | +| [Database](database.mdx) | Database management and cleanup | +| [Installation](install.mdx) | Install binaries and workflows | +| [Schedules](schedules.mdx) | Manage scheduled workflows | +| [Event Receiver](event-receiver.mdx) | Event-triggered workflows | +| [Distributed Mode](distributed.mdx) | Worker and task management | +| [LLM API](llm.mdx) | Large Language Model API | +| [Reference](reference.mdx) | Error codes, pagination, cron expressions, step types | + +## Quick Start + +```bash +# Get server info (no auth required) +curl http://localhost:8002/server-info + +# Login and get token +export TOKEN=$(curl -s -X POST http://localhost:8002/osm/api/login \ + -H "Content-Type: application/json" \ + -d '{"username": "osmedeus", "password": "admin"}' | jq -r '.token') + +# List workflows +curl http://localhost:8002/osm/api/workflows \ + -H "Authorization: Bearer $TOKEN" + +# Start a scan +curl -X POST http://localhost:8002/osm/api/runs \ + -H "Authorization: Bearer $TOKEN" \ + -H "Content-Type: application/json" \ + -d '{"flow": "subdomain-enum", "target": "example.com"}' +``` diff --git a/docs/api/artifacts.mdx b/docs/api/artifacts.mdx new file mode 100644 index 0000000..2a9637c --- /dev/null +++ b/docs/api/artifacts.mdx @@ -0,0 +1,116 @@ +--- +title: "Artifacts" +description: "List and download output artifacts from workflow runs" +--- + +# Artifacts + +## List Artifacts + +Get a paginated list of all artifacts across workspaces. + +```bash +curl http://localhost:8002/osm/api/artifacts \ + -H "Authorization: Bearer $TOKEN" +``` + +**With pagination:** +```bash +curl "http://localhost:8002/osm/api/artifacts?offset=0&limit=50" \ + -H "Authorization: Bearer $TOKEN" +``` + +**Filter by workspace:** +```bash +curl "http://localhost:8002/osm/api/artifacts?workspace=example.com" \ + -H "Authorization: Bearer $TOKEN" +``` + +**Query Parameters:** + +| Parameter | Type | Default | Description | +|-----------|------|---------|-------------| +| `workspace` | string | - | Filter by workspace name | +| `offset` | int | 0 | Pagination offset | +| `limit` | int | 20 | Maximum records to return | + +**Response:** +```json +{ + "data": [ + { + "id": "c3d4e5f6-a7b8-9012-cdef-123456789012", + "run_id": 1, + "workspace": "example.com", + "name": "subdomains.txt", + "artifact_path": "/workspaces/example.com/subdomains.txt", + "artifact_type": "output", + "content_type": "txt", + "size_bytes": 4523, + "line_count": 150, + "description": "Discovered subdomains", + "created_at": "2025-01-15T10:01:45Z" + }, + { + "id": "d4e5f6a7-b8c9-0123-def0-234567890123", + "run_id": 1, + "workspace": "example.com", + "name": "nuclei-results.json", + "artifact_path": "/workspaces/example.com/nuclei-results.json", + "artifact_type": "output", + "content_type": "json", + "size_bytes": 15234, + "line_count": 45, + "description": "Nuclei vulnerability scan results", + "created_at": "2025-01-15T10:15:00Z" + } + ], + "pagination": { + "total": 100, + "offset": 0, + "limit": 20 + } +} +``` + +--- + +## Download Workspace Artifact + +Download all artifacts from a workspace as a zip file. + +```bash +curl http://localhost:8002/osm/api/artifacts/example.com \ + -H "Authorization: Bearer $TOKEN" \ + --output example.com_artifacts.zip +``` + +**Response:** +- On success: Returns a zip file containing all artifacts +- Response headers include: + - `Content-Disposition: attachment; filename=_artifacts.zip` + - `Content-Type: application/zip` + +**Error Response (404):** +```json +{ + "error": true, + "message": "Workspace not found: example.com" +} +``` + +--- + +## Artifact Types + +| Type | Description | +|------|-------------| +| `report` | Generated reports from the workflow's reports section | +| `state_file` | State files like run-state.json, run-execution.log | +| `output` | General output files from steps | +| `screenshot` | Screenshots captured during the scan | + +## Content Types + +Detected content types based on file extension: +- `json`, `jsonl`, `yaml`, `html`, `md`, `log`, `pdf`, `png`, `txt`, `zip`, `folder`, `unknown` diff --git a/docs/api/assets.md b/docs/api/assets.mdx similarity index 98% rename from docs/api/assets.md rename to docs/api/assets.mdx index 2a66fb0..eb41476 100644 --- a/docs/api/assets.md +++ b/docs/api/assets.mdx @@ -1,3 +1,8 @@ +--- +title: "Assets" +description: "Query discovered assets and asset diff snapshots" +--- + # Assets ## List Assets diff --git a/docs/api/authentication.md b/docs/api/authentication.mdx similarity index 91% rename from docs/api/authentication.md rename to docs/api/authentication.mdx index 9e239f9..67ac575 100644 --- a/docs/api/authentication.md +++ b/docs/api/authentication.mdx @@ -1,3 +1,8 @@ +--- +title: "Authentication" +description: "JWT and API key authentication for API access" +--- + # Authentication Most API endpoints require JWT authentication. First, obtain a token via the login endpoint, then include it in subsequent requests. @@ -52,6 +57,28 @@ curl -X POST http://localhost:8002/osm/api/login \ } ``` +## Logout + +**POST** `/osm/api/logout` + +Clear the session cookie to log out. + +### Request + +```bash +curl -X POST http://localhost:8002/osm/api/logout +``` + +### Response (200 OK) + +```json +{ + "message": "Logged out successfully" +} +``` + +--- + ## Token Details - **Algorithm**: HS256 (HMAC-SHA256) diff --git a/docs/api/database.mdx b/docs/api/database.mdx new file mode 100644 index 0000000..ac49fea --- /dev/null +++ b/docs/api/database.mdx @@ -0,0 +1,73 @@ +--- +title: "Database Management" +description: "Administrative endpoints for database management" +--- + +# Database Management + +Administrative endpoints for managing the database. + +## List Database Tables + +Get a list of all database tables with their row counts. + +```bash +curl http://localhost:8002/osm/api/database/tables \ + -H "Authorization: Bearer $TOKEN" +``` + +**Response:** +```json +{ + "data": [ + {"name": "runs", "rows": 150}, + {"name": "step_results", "rows": 2500}, + {"name": "assets", "rows": 5000}, + {"name": "vulnerabilities", "rows": 120}, + {"name": "workspaces", "rows": 50}, + {"name": "artifacts", "rows": 800}, + {"name": "event_logs", "rows": 1200}, + {"name": "schedules", "rows": 8} + ] +} +``` + +--- + +## Clear Database Table + +Clear all records from a specific database table. Use with caution. + +```bash +curl -X POST http://localhost:8002/osm/api/database/tables/runs/clear \ + -H "Authorization: Bearer $TOKEN" +``` + +**Response:** +```json +{ + "message": "Table cleared successfully", + "table": "runs", + "rows_deleted": 150 +} +``` + +**Error Response (Invalid table):** +```json +{ + "error": true, + "message": "Invalid table name: unknown_table" +} +``` + +**Valid Table Names:** +- `runs` - Workflow run records +- `step_results` - Step execution results +- `assets` - Discovered assets +- `vulnerabilities` - Vulnerability records +- `workspaces` - Workspace metadata +- `artifacts` - Output artifacts +- `event_logs` - Event log records +- `schedules` - Scheduled workflows +- `asset_diff_snapshots` - Asset diff snapshots +- `vuln_diff_snapshots` - Vulnerability diff snapshots diff --git a/docs/api/distributed.md b/docs/api/distributed.mdx similarity index 98% rename from docs/api/distributed.md rename to docs/api/distributed.mdx index 0684f4a..4b1f333 100644 --- a/docs/api/distributed.md +++ b/docs/api/distributed.mdx @@ -1,3 +1,8 @@ +--- +title: "Distributed Mode" +description: "Worker and task management for distributed execution" +--- + # Distributed Mode These endpoints are only available when running the server in master mode. diff --git a/docs/api/event-logs.md b/docs/api/event-logs.mdx similarity index 98% rename from docs/api/event-logs.md rename to docs/api/event-logs.mdx index b1b4687..ea600f8 100644 --- a/docs/api/event-logs.md +++ b/docs/api/event-logs.mdx @@ -1,3 +1,8 @@ +--- +title: "Event Logs" +description: "Query execution event logs with filtering" +--- + # Event Logs ## List Event Logs diff --git a/docs/api/event-receiver.mdx b/docs/api/event-receiver.mdx new file mode 100644 index 0000000..5d0db3a --- /dev/null +++ b/docs/api/event-receiver.mdx @@ -0,0 +1,147 @@ +--- +title: "Event Receiver" +description: "Event-triggered workflow management" +--- + +# Event Receiver + +These endpoints are only available when the event receiver is enabled (default when scheduler is enabled). + +## Get Event Receiver Status + +Get the current status of the event receiver including registered triggers. + +```bash +curl http://localhost:8002/osm/api/event-receiver/status \ + -H "Authorization: Bearer $TOKEN" +``` + +**Response:** +```json +{ + "enabled": true, + "running": true, + "triggers": { + "cron": 5, + "event": 3, + "watch": 2 + }, + "workflows_loaded": 10, + "last_event_at": "2025-01-15T10:30:00Z" +} +``` + +--- + +## List Event Receiver Workflows + +Get a list of all workflows registered with the event receiver, including their triggers. + +```bash +curl http://localhost:8002/osm/api/event-receiver/workflows \ + -H "Authorization: Bearer $TOKEN" +``` + +**Response:** +```json +{ + "data": [ + { + "name": "subdomain-enum", + "kind": "flow", + "triggers": [ + { + "name": "daily-scan", + "type": "cron", + "schedule": "0 2 * * *", + "enabled": true, + "next_run": "2025-01-16T02:00:00Z" + }, + { + "name": "on-new-asset", + "type": "event", + "topic": "assets.new", + "enabled": true + } + ] + }, + { + "name": "vuln-scan", + "kind": "module", + "triggers": [ + { + "name": "watch-targets", + "type": "watch", + "path": "/data/targets/*.txt", + "enabled": true + } + ] + } + ], + "count": 2 +} +``` + +--- + +## Emit Event + +Emit a custom event to trigger event-based workflows. + +```bash +curl -X POST http://localhost:8002/osm/api/events/emit \ + -H "Authorization: Bearer $TOKEN" \ + -H "Content-Type: application/json" \ + -d '{ + "topic": "assets.new", + "data": { + "url": "https://new-subdomain.example.com", + "source": "external-scanner" + } + }' +``` + +**Request Body:** + +| Field | Type | Required | Description | +|-------|------|----------|-------------| +| `topic` | string | Yes | Event topic to emit (e.g., `assets.new`, `custom.event`) | +| `data` | object | No | Event data payload passed to triggered workflows | + +**Response:** +```json +{ + "message": "Event emitted", + "topic": "assets.new", + "event_id": "evt_550e8400-e29b-41d4-a716-446655440000", + "triggered_workflows": ["subdomain-enum", "asset-tracker"] +} +``` + +**Error Response (no matching triggers):** +```json +{ + "message": "Event emitted", + "topic": "assets.new", + "event_id": "evt_550e8400-e29b-41d4-a716-446655440000", + "triggered_workflows": [], + "note": "No workflows matched this event topic" +} +``` + +--- + +## Event Topics + +Common event topics used by workflows: + +| Topic | Description | +|-------|-------------| +| `assets.new` | New asset discovered | +| `assets.updated` | Asset information updated | +| `vuln.found` | New vulnerability found | +| `run.completed` | Workflow run completed | +| `run.failed` | Workflow run failed | +| `schedule.triggered` | Scheduled trigger fired | + +Custom topics can be used by prefixing with `custom.` (e.g., `custom.my-event`). diff --git a/docs/api/functions.md b/docs/api/functions.mdx similarity index 98% rename from docs/api/functions.md rename to docs/api/functions.mdx index 4cd3692..90163ff 100644 --- a/docs/api/functions.md +++ b/docs/api/functions.mdx @@ -1,3 +1,8 @@ +--- +title: "Functions" +description: "Execute and list utility functions" +--- + # Functions ## Execute Utility Function diff --git a/docs/api/install.md b/docs/api/install.mdx similarity index 98% rename from docs/api/install.md rename to docs/api/install.mdx index b527126..6121338 100644 --- a/docs/api/install.md +++ b/docs/api/install.mdx @@ -1,3 +1,8 @@ +--- +title: "Installation" +description: "Binary and workflow installation from registry" +--- + # Installation ## Get Registry Info diff --git a/docs/api/llm.md b/docs/api/llm.mdx similarity index 97% rename from docs/api/llm.md rename to docs/api/llm.mdx index 33eda0b..04a3a96 100644 --- a/docs/api/llm.md +++ b/docs/api/llm.mdx @@ -1,3 +1,8 @@ +--- +title: "LLM API" +description: "OpenAI-compatible chat completions and embeddings" +--- + # LLM API Direct API access to Large Language Model capabilities without requiring workflow execution. diff --git a/docs/api/public.md b/docs/api/public.mdx similarity index 94% rename from docs/api/public.md rename to docs/api/public.mdx index ae546cd..f8c1208 100644 --- a/docs/api/public.md +++ b/docs/api/public.mdx @@ -1,3 +1,8 @@ +--- +title: "Public Endpoints" +description: "Server info, health checks, and Swagger docs" +--- + # Public Endpoints These endpoints do not require authentication. diff --git a/docs/api/reference.md b/docs/api/reference.mdx similarity index 98% rename from docs/api/reference.md rename to docs/api/reference.mdx index d25c47e..80b2c6e 100644 --- a/docs/api/reference.md +++ b/docs/api/reference.mdx @@ -1,3 +1,8 @@ +--- +title: "API Reference" +description: "Error codes, pagination, cron expressions, step types" +--- + # API Reference ## Error Responses diff --git a/docs/api/runs.md b/docs/api/runs.mdx similarity index 76% rename from docs/api/runs.md rename to docs/api/runs.mdx index a813aa3..0183551 100644 --- a/docs/api/runs.md +++ b/docs/api/runs.mdx @@ -1,3 +1,8 @@ +--- +title: "Runs" +description: "Create and manage workflow executions" +--- + # Runs (Scans) ## Create a New Scan @@ -80,6 +85,27 @@ curl -X POST http://localhost:8002/osm/api/runs \ }' ``` +**Request Body Parameters:** + +| Parameter | Type | Required | Default | Description | +|-----------|------|----------|---------|-------------| +| `flow` | string | No* | - | Flow workflow name to execute | +| `module` | string | No* | - | Module workflow name to execute | +| `target` | string | No** | - | Single target to scan | +| `targets` | array | No** | - | Multiple targets to scan | +| `target_file` | string | No** | - | Path to file containing targets | +| `params` | object | No | `{}` | Custom workflow parameters | +| `priority` | string | No | `normal` | Priority level: `low`, `normal`, `high`, `critical` | +| `timeout` | int | No | - | Timeout in minutes for the run | +| `concurrency` | int | No | 1 | Number of concurrent targets | +| `runner_type` | string | No | `host` | Execution environment: `host`, `docker`, `ssh` | +| `docker_image` | string | No | - | Docker image for docker runner | +| `ssh_host` | string | No | - | SSH host for ssh runner | +| `workspace` | string | No | auto | Custom workspace name | + +\* One of `flow` or `module` is required. +\** One of `target`, `targets`, or `target_file` is required. + **Response:** ```json { @@ -88,7 +114,7 @@ curl -X POST http://localhost:8002/osm/api/runs \ "kind": "flow", "target": "example.com", "target_count": 1, - "priority": "high", + "priority": "normal", "job_id": "a1b2c3d4", "run_uuid": "550e8400-e29b-41d4-a716-446655440000", "status": "queued", @@ -124,7 +150,7 @@ curl -X POST http://localhost:8002/osm/api/runs \ "target_count": 3, "targets": ["example.com", "test.com", "demo.com"], "concurrency": 3, - "priority": "medium", + "priority": "normal", "job_id": "b2c3d4e5", "status": "queued", "poll_url": "/osm/api/jobs/b2c3d4e5" @@ -426,3 +452,99 @@ curl http://localhost:8002/osm/api/runs/1/artifacts \ **Content Types:** - `json`, `jsonl`, `yaml`, `html`, `md`, `log`, `pdf`, `png`, `txt`, `zip`, `folder`, `unknown` + +--- + +## Duplicate Run + +Create a copy of an existing run with the same configuration. + +```bash +curl -X POST http://localhost:8002/osm/api/runs/550e8400-e29b-41d4-a716-446655440000/duplicate \ + -H "Authorization: Bearer $TOKEN" +``` + +**Response:** +```json +{ + "message": "Run duplicated", + "original_run_id": "550e8400-e29b-41d4-a716-446655440000", + "new_run_uuid": "660e8400-e29b-41d4-a716-446655440001", + "status": "pending" +} +``` + +--- + +## Start Run + +Start a pending run that was created but not yet started. + +```bash +curl -X POST http://localhost:8002/osm/api/runs/550e8400-e29b-41d4-a716-446655440000/start \ + -H "Authorization: Bearer $TOKEN" +``` + +**Response:** +```json +{ + "message": "Run started", + "run_uuid": "550e8400-e29b-41d4-a716-446655440000", + "status": "running" +} +``` + +--- + +## Get Job Status + +Get the status of a job (a group of runs from the same request). This is useful for tracking multi-target scans. + +```bash +curl http://localhost:8002/osm/api/jobs/a1b2c3d4 \ + -H "Authorization: Bearer $TOKEN" +``` + +**Response:** +```json +{ + "job_id": "a1b2c3d4", + "total_runs": 3, + "completed": 2, + "running": 1, + "failed": 0, + "pending": 0, + "runs": [ + { + "run_uuid": "550e8400-e29b-41d4-a716-446655440000", + "target": "example.com", + "status": "completed" + }, + { + "run_uuid": "550e8400-e29b-41d4-a716-446655440001", + "target": "test.com", + "status": "completed" + }, + { + "run_uuid": "550e8400-e29b-41d4-a716-446655440002", + "target": "demo.com", + "status": "running" + } + ] +} +``` + +--- + +## Priority Levels + +Runs can be assigned a priority level to control execution order when multiple runs are queued. + +| Priority | Description | +|----------|-------------| +| `low` | Lowest priority, processed last | +| `normal` | Default priority (used when not specified) | +| `high` | Higher priority, processed before normal/low | +| `critical` | Highest priority, processed first | + +**Note:** Priority defaults to `normal` when not specified in the request diff --git a/docs/api/schedules.md b/docs/api/schedules.mdx similarity index 98% rename from docs/api/schedules.md rename to docs/api/schedules.mdx index 78eb354..376839b 100644 --- a/docs/api/schedules.md +++ b/docs/api/schedules.mdx @@ -1,3 +1,8 @@ +--- +title: "Schedules" +description: "Manage scheduled workflow triggers" +--- + # Schedules ## List Schedules diff --git a/docs/api/settings.md b/docs/api/settings.mdx similarity index 64% rename from docs/api/settings.md rename to docs/api/settings.mdx index 7df1fbd..c52d60f 100644 --- a/docs/api/settings.md +++ b/docs/api/settings.mdx @@ -1,3 +1,8 @@ +--- +title: "Settings" +description: "Server configuration management" +--- + # Settings Manage server configuration settings. @@ -70,3 +75,51 @@ curl -X PUT http://localhost:8002/osm/api/settings/yaml \ "message": "Invalid YAML configuration: yaml: unmarshal errors: ..." } ``` + +--- + +## Reload Configuration + +Trigger a hot-reload of the configuration file without restarting the server. + +```bash +curl -X POST http://localhost:8002/osm/api/settings/reload \ + -H "Authorization: Bearer $TOKEN" +``` + +**Response:** +```json +{ + "message": "Configuration reloaded successfully", + "path": "/home/user/osmedeus-base/osm-settings.yaml" +} +``` + +**Error Response:** +```json +{ + "error": true, + "message": "Failed to reload configuration: ..." +} +``` + +--- + +## Get Configuration Status + +Get the current status of the hot-reloadable configuration, including last reload time and any errors. + +```bash +curl http://localhost:8002/osm/api/settings/status \ + -H "Authorization: Bearer $TOKEN" +``` + +**Response:** +```json +{ + "path": "/home/user/osmedeus-base/osm-settings.yaml", + "last_reload": "2025-01-15T10:30:00Z", + "is_watching": true, + "error": "" +} +``` diff --git a/docs/api/snapshots.md b/docs/api/snapshots.mdx similarity index 98% rename from docs/api/snapshots.md rename to docs/api/snapshots.mdx index b33eccb..adeb8ee 100644 --- a/docs/api/snapshots.md +++ b/docs/api/snapshots.mdx @@ -1,3 +1,8 @@ +--- +title: "Snapshots" +description: "Export and import workspace snapshots" +--- + # Snapshots ## List Snapshots diff --git a/docs/api/steps.md b/docs/api/steps.mdx similarity index 98% rename from docs/api/steps.md rename to docs/api/steps.mdx index 3c32088..6dc31fe 100644 --- a/docs/api/steps.md +++ b/docs/api/steps.mdx @@ -1,3 +1,8 @@ +--- +title: "Step Results" +description: "Query step execution results" +--- + # Step Results ## List Step Results diff --git a/docs/api/system.md b/docs/api/system.mdx similarity index 95% rename from docs/api/system.md rename to docs/api/system.mdx index de42d95..cc0d9be 100644 --- a/docs/api/system.md +++ b/docs/api/system.mdx @@ -1,3 +1,8 @@ +--- +title: "System Statistics" +description: "Aggregated system statistics" +--- + # System Statistics ## Get System Stats diff --git a/docs/api/uploads.md b/docs/api/uploads.mdx similarity index 93% rename from docs/api/uploads.md rename to docs/api/uploads.mdx index c2e2b4d..55e4236 100644 --- a/docs/api/uploads.md +++ b/docs/api/uploads.mdx @@ -1,3 +1,8 @@ +--- +title: "File Uploads" +description: "Upload target files and workflows" +--- + # File Uploads ## Upload Input File diff --git a/docs/api/vulnerabilities.md b/docs/api/vulnerabilities.mdx similarity index 99% rename from docs/api/vulnerabilities.md rename to docs/api/vulnerabilities.mdx index 0e3bad4..cb40e77 100644 --- a/docs/api/vulnerabilities.md +++ b/docs/api/vulnerabilities.mdx @@ -1,3 +1,8 @@ +--- +title: "Vulnerabilities" +description: "View and manage vulnerability records" +--- + # Vulnerabilities ## List Vulnerabilities diff --git a/docs/api/workflows.md b/docs/api/workflows.mdx similarity index 99% rename from docs/api/workflows.md rename to docs/api/workflows.mdx index 0343bbf..6902dd5 100644 --- a/docs/api/workflows.md +++ b/docs/api/workflows.mdx @@ -1,3 +1,8 @@ +--- +title: "Workflows" +description: "List, view, and refresh workflows" +--- + # Workflows ## List All Workflows @@ -280,4 +285,3 @@ Steps can have dependencies on other steps using the `depends_on` field: ] } ``` - diff --git a/docs/api/workspaces.md b/docs/api/workspaces.mdx similarity index 91% rename from docs/api/workspaces.md rename to docs/api/workspaces.mdx index bc2689d..7380b5b 100644 --- a/docs/api/workspaces.md +++ b/docs/api/workspaces.mdx @@ -1,8 +1,13 @@ +--- +title: "Workspaces" +description: "List and manage scan workspaces" +--- + # Workspaces ## List Workspaces -Get a list of all run workspaces. +Get a list of all run workspaces with full metadata. **List workspaces from database (default):** ```bash @@ -110,6 +115,29 @@ curl "http://localhost:8002/osm/api/workspaces?filesystem=true&offset=20&limit=1 --- +## List Workspace Names + +Get a lightweight list of workspace names only (without full metadata). + +```bash +curl http://localhost:8002/osm/api/workspace-names \ + -H "Authorization: Bearer $TOKEN" +``` + +**Response:** +```json +{ + "data": [ + "example.com", + "test.com", + "demo.org" + ], + "count": 3 +} +``` + +--- + ## Get Workspace State File Retrieve the content of a workspace state file. This endpoint provides access to execution logs, completion markers, and workflow files associated with a workspace. diff --git a/pkg/server/handlers/runs.go b/pkg/server/handlers/runs.go index 009b292..9a774c6 100644 --- a/pkg/server/handlers/runs.go +++ b/pkg/server/handlers/runs.go @@ -15,7 +15,9 @@ import ( "github.com/j3ssie/osmedeus/v5/internal/core" "github.com/j3ssie/osmedeus/v5/internal/database" "github.com/j3ssie/osmedeus/v5/internal/executor" + "github.com/j3ssie/osmedeus/v5/internal/logger" "github.com/j3ssie/osmedeus/v5/internal/parser" + "go.uber.org/zap" ) // killProcessAndChildren kills a process and all its children using SIGKILL @@ -49,12 +51,41 @@ func generateEmptyTarget() string { } // calculateTotalSteps returns the appropriate step count based on workflow kind. -// For module workflows, it returns len(Steps). For flow workflows, it returns len(Modules). -func calculateTotalSteps(workflow *core.Workflow) int { - if workflow.Kind == core.KindFlow { +// For module workflows, it returns len(Steps). For flow workflows, it sums steps from all modules. +func calculateTotalSteps(workflow *core.Workflow, loader *parser.Loader) int { + if workflow.Kind != core.KindFlow { + return len(workflow.Steps) + } + + // Flow workflow: sum steps from all modules + if loader == nil { return len(workflow.Modules) } - return len(workflow.Steps) + + log := logger.Get() + totalSteps := 0 + + for _, modRef := range workflow.Modules { + if modRef.Path == "" { + totalSteps++ + continue + } + + module, err := loader.LoadWorkflowByPath(modRef.Path) + if err != nil { + log.Warn("Failed to load module for step counting", + zap.String("module", modRef.Name), + zap.String("path", modRef.Path), + zap.Error(err), + ) + totalSteps++ + continue + } + + totalSteps += len(module.Steps) + } + + return totalSteps } // computeWorkspace computes the workspace name from target and params @@ -88,7 +119,7 @@ func sanitizeTargetForWorkspace(target string) string { } // createRunRecord creates a database record for a run -func createRunRecord(ctx context.Context, _ *config.Config, workflow *core.Workflow, target string, params map[string]string, triggerType, jobID, priority, runMode string) (*database.Run, error) { +func createRunRecord(ctx context.Context, _ *config.Config, workflow *core.Workflow, loader *parser.Loader, target string, params map[string]string, triggerType, jobID, priority, runMode string) (*database.Run, error) { now := time.Now() runID := uuid.New().String() @@ -110,7 +141,7 @@ func createRunRecord(ctx context.Context, _ *config.Config, workflow *core.Workf TriggerType: triggerType, RunGroupID: jobID, StartedAt: &now, - TotalSteps: calculateTotalSteps(workflow), + TotalSteps: calculateTotalSteps(workflow, loader), Workspace: workspace, RunPriority: priority, RunMode: runMode, @@ -188,7 +219,7 @@ func executeRunsConcurrently( ctx := context.Background() // Create run record in database - run, err := createRunRecord(ctx, cfg, workflow, t, targetParams, "api", jobID, priority, runMode) + run, err := createRunRecord(ctx, cfg, workflow, loader, t, targetParams, "api", jobID, priority, runMode) var runUUID string var runID int64 if err == nil && run != nil { @@ -320,7 +351,7 @@ func CreateRun(cfg *config.Config) fiber.Handler { // Set default priority if not specified priority := req.Priority if priority == "" { - priority = "high" + priority = "normal" } // Validate priority validPriorities := map[string]bool{"low": true, "normal": true, "high": true, "critical": true} @@ -392,7 +423,7 @@ func CreateRun(cfg *config.Config) fiber.Handler { // Create run record in database ctx := context.Background() - run, _ := createRunRecord(ctx, cfgCopy, workflow, targets[0], params, "api", jobID, priority, runMode) + run, _ := createRunRecord(ctx, cfgCopy, workflow, loader, targets[0], params, "api", jobID, priority, runMode) if run != nil { runIDs = append(runIDs, run.RunUUID) } diff --git a/public/ui/404.html b/public/ui/404.html index 78d8a13..573fb62 100644 --- a/public/ui/404.html +++ b/public/ui/404.html @@ -1,4 +1,4 @@ -404: This page could not be found.Osmedeus Dashboard404: This page could not be found.Osmedeus Dashboard

404

This page could not be found.

\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)

404

This page could not be found.

\ No newline at end of file diff --git a/public/ui/__next.!KGRhc2hib2FyZCk.__PAGE__.txt b/public/ui/__next.!KGRhc2hib2FyZCk.__PAGE__.txt index 4a4f937..0809242 100644 --- a/public/ui/__next.!KGRhc2hib2FyZCk.__PAGE__.txt +++ b/public/ui/__next.!KGRhc2hib2FyZCk.__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -3:I[16883,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/f8d2545d8a4f8c3d.js"],"default"] +3:I[16883,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/411ba98ac14f065c.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/f8d2545d8a4f8c3d.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/411ba98ac14f065c.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/__next.!KGRhc2hib2FyZCk.txt b/public/ui/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/__next._full.txt b/public/ui/__next._full.txt index 4605cbc..765224c 100644 --- a/public/ui/__next._full.txt +++ b/public/ui/__next._full.txt @@ -8,14 +8,14 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -c:I[16883,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/f8d2545d8a4f8c3d.js"],"default"] +c:I[16883,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/411ba98ac14f065c.js"],"default"] f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["",""],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/f8d2545d8a4f8c3d.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["",""],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/411ba98ac14f065c.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} e:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/__next._head.txt b/public/ui/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/__next._head.txt +++ b/public/ui/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/__next._index.txt b/public/ui/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/__next._index.txt +++ b/public/ui/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/__next._tree.txt b/public/ui/__next._tree.txt index 66bae28..2784570 100644 --- a/public/ui/__next._tree.txt +++ b/public/ui/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/_next/static/grDRsQ3pDvKOkAGVmf-Eh/_buildManifest.js b/public/ui/_next/static/07lkKL2yG-FqbafnB4--5/_buildManifest.js similarity index 100% rename from public/ui/_next/static/grDRsQ3pDvKOkAGVmf-Eh/_buildManifest.js rename to public/ui/_next/static/07lkKL2yG-FqbafnB4--5/_buildManifest.js diff --git a/public/ui/_next/static/grDRsQ3pDvKOkAGVmf-Eh/_clientMiddlewareManifest.json b/public/ui/_next/static/07lkKL2yG-FqbafnB4--5/_clientMiddlewareManifest.json similarity index 100% rename from public/ui/_next/static/grDRsQ3pDvKOkAGVmf-Eh/_clientMiddlewareManifest.json rename to public/ui/_next/static/07lkKL2yG-FqbafnB4--5/_clientMiddlewareManifest.json diff --git a/public/ui/_next/static/grDRsQ3pDvKOkAGVmf-Eh/_ssgManifest.js b/public/ui/_next/static/07lkKL2yG-FqbafnB4--5/_ssgManifest.js similarity index 100% rename from public/ui/_next/static/grDRsQ3pDvKOkAGVmf-Eh/_ssgManifest.js rename to public/ui/_next/static/07lkKL2yG-FqbafnB4--5/_ssgManifest.js diff --git a/public/ui/_next/static/chunks/194a3c33c82e4432.js b/public/ui/_next/static/chunks/194a3c33c82e4432.js new file mode 100644 index 0000000..71b647a --- /dev/null +++ b/public/ui/_next/static/chunks/194a3c33c82e4432.js @@ -0,0 +1,3 @@ +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,65476,e=>{"use strict";let t=(0,e.i(75254).default)("refresh-ccw",[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]]);e.s(["RefreshCcwIcon",()=>t],65476)},78078,e=>{"use strict";let t=(0,e.i(75254).default)("eye",[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);e.s(["EyeIcon",()=>t],78078)},36356,58857,e=>{"use strict";var t=e.i(75254);let r=(0,t.default)("arrow-up",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]);e.s(["ArrowUpIcon",()=>r],36356);let a=(0,t.default)("arrow-down",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]);e.s(["ArrowDownIcon",()=>a],58857)},70065,e=>{"use strict";var t=e.i(43476),r=e.i(47163);function a({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card",className:(0,r.cn)("bg-card/80 backdrop-blur-sm text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm transition-all duration-300 hover:shadow-[0_0_30px_rgba(32,178,170,0.12)] hover:-translate-y-0.5",e),...a})}function n({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,r.cn)("flex flex-col gap-1.5 px-6",e),...a})}function s({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,r.cn)("leading-none font-semibold",e),...a})}function l({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,r.cn)("text-muted-foreground text-sm",e),...a})}function o({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,r.cn)("px-6",e),...a})}function i({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,r.cn)("flex items-center px-6",e),...a})}e.s(["Card",()=>a,"CardContent",()=>o,"CardDescription",()=>l,"CardFooter",()=>i,"CardHeader",()=>n,"CardTitle",()=>s])},70152,e=>{"use strict";function t(e,[t,r]){return Math.min(r,Math.max(t,e))}e.s(["clamp",()=>t])},24375,e=>{"use strict";let t=(0,e.i(75254).default)("arrow-up-down",[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]]);e.s(["ArrowUpDownIcon",()=>t],24375)},47627,e=>{"use strict";var t=e.i(43476),r=e.i(47163);function a({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"table-container",className:"relative w-full overflow-auto",children:(0,t.jsx)("table",{"data-slot":"table",className:(0,r.cn)("w-full caption-bottom text-sm",e),...a})})}function n({className:e,...a}){return(0,t.jsx)("thead",{"data-slot":"table-header",className:(0,r.cn)("[&_tr]:border-b",e),...a})}function s({className:e,...a}){return(0,t.jsx)("tbody",{"data-slot":"table-body",className:(0,r.cn)("[&_tr:last-child]:border-0",e),...a})}function l({className:e,...a}){return(0,t.jsx)("tr",{"data-slot":"table-row",className:(0,r.cn)("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",e),...a})}function o({className:e,...a}){return(0,t.jsx)("th",{"data-slot":"table-head",className:(0,r.cn)("h-10 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&_[role=checkbox]]:translate-y-[2px]",e),...a})}function i({className:e,...a}){return(0,t.jsx)("td",{"data-slot":"table-cell",className:(0,r.cn)("p-4 align-middle [&:has([role=checkbox])]:pr-0 [&_[role=checkbox]]:translate-y-[2px]",e),...a})}function d({className:e,...a}){return(0,t.jsx)("caption",{"data-slot":"table-caption",className:(0,r.cn)("mt-4 text-sm text-muted-foreground",e),...a})}e.s(["Table",()=>a,"TableBody",()=>s,"TableCaption",()=>d,"TableCell",()=>i,"TableHead",()=>o,"TableHeader",()=>n,"TableRow",()=>l])},29383,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(47627),n=e.i(36356),s=e.i(58857),l=e.i(24375),o=e.i(47163);function i({children:e,field:i,currentSort:d,onSort:c,className:u}){let p=d.field===i,m=r.useMemo(()=>u?u.includes("text-center")?"justify-center":u.includes("text-right")?"justify-end":"justify-start":"justify-start",[u]);return(0,t.jsx)(a.TableHead,{className:(0,o.cn)("cursor-pointer select-none hover:bg-muted/50 transition-colors",u),onClick:()=>c(i),children:(0,t.jsxs)("div",{className:(0,o.cn)("flex items-center gap-1",m),children:[e,p?"asc"===d.direction?(0,t.jsx)(n.ArrowUpIcon,{className:"size-3.5 text-foreground"}):(0,t.jsx)(s.ArrowDownIcon,{className:"size-3.5 text-foreground"}):(0,t.jsx)(l.ArrowUpDownIcon,{className:"size-3.5 text-muted-foreground/50"})]})})}e.s(["SortableTableHead",()=>i])},30374,e=>{"use strict";var t=e.i(43476),r=e.i(26999),a=e.i(95926),n=e.i(47163);function s({...e}){return(0,t.jsx)(r.Root,{"data-slot":"dialog",...e})}function l({...e}){return(0,t.jsx)(r.Trigger,{"data-slot":"dialog-trigger",...e})}function o({...e}){return(0,t.jsx)(r.Portal,{"data-slot":"dialog-portal",...e})}function i({className:e,...a}){return(0,t.jsx)(r.Overlay,{"data-slot":"dialog-overlay",className:(0,n.cn)("fixed inset-0 z-50 bg-black/40 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...a})}function d({className:e,children:s,...l}){return(0,t.jsxs)(o,{children:[(0,t.jsx)(i,{}),(0,t.jsxs)(r.Content,{"data-slot":"dialog-content",className:(0,n.cn)("fixed left-[50%] top-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background/95 backdrop-blur-md p-6 shadow-[0_0_40px_rgba(32,178,170,0.1)] duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 sm:max-w-lg sm:rounded-xl",e),...l,children:[s,(0,t.jsxs)(r.Close,{className:"absolute right-4 top-4 rounded-xs opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[(0,t.jsx)(a.XIcon,{className:"size-4"}),(0,t.jsx)("span",{className:"sr-only",children:"Close"})]})]})]})}function c({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"dialog-header",className:(0,n.cn)("flex flex-col gap-2 text-center sm:text-left",e),...r})}function u({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"dialog-footer",className:(0,n.cn)("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",e),...r})}function p({className:e,...a}){return(0,t.jsx)(r.Title,{"data-slot":"dialog-title",className:(0,n.cn)("text-lg font-semibold leading-none",e),...a})}function m({className:e,...a}){return(0,t.jsx)(r.Description,{"data-slot":"dialog-description",className:(0,n.cn)("text-sm text-muted-foreground",e),...a})}e.s(["Dialog",()=>s,"DialogContent",()=>d,"DialogDescription",()=>m,"DialogFooter",()=>u,"DialogHeader",()=>c,"DialogTitle",()=>p,"DialogTrigger",()=>l])},37007,e=>{"use strict";let t=(0,e.i(75254).default)("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);e.s(["PlusIcon",()=>t],37007)},24553,e=>{"use strict";var t=e.i(43476),r=e.i(47163),a=e.i(67881);let n=(0,e.i(75254).default)("inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]);function s({icon:e=n,title:s,description:l,action:o,className:i}){return(0,t.jsxs)("div",{className:(0,r.cn)("flex flex-col items-center justify-center py-12 text-center",i),children:[(0,t.jsx)("div",{className:"mb-4 rounded-full bg-muted p-4",children:(0,t.jsx)(e,{className:"size-8 text-muted-foreground"})}),(0,t.jsx)("h3",{className:"mb-1 text-lg font-semibold",children:s}),l&&(0,t.jsx)("p",{className:"mb-4 max-w-sm text-sm text-muted-foreground",children:l}),o&&(0,t.jsx)(a.Button,{onClick:o.onClick,variant:"default",children:o.label})]})}e.s(["EmptyState",()=>s],24553)},18366,e=>{"use strict";let t=(0,e.i(75254).default)("copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);e.s(["CopyIcon",()=>t],18366)},28196,e=>{"use strict";let t=(0,e.i(75254).default)("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);e.s(["AlertCircleIcon",()=>t],28196)},79319,e=>{"use strict";let t=(0,e.i(75254).default)("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);e.s(["RefreshCwIcon",()=>t],79319)},71586,e=>{"use strict";var t=e.i(43476),r=e.i(47163),a=e.i(67881),n=e.i(28196),s=e.i(79319);function l({title:e="Something went wrong",message:l="We couldn't load the data. Please try again.",onRetry:o,className:i}){return(0,t.jsxs)("div",{className:(0,r.cn)("flex flex-col items-center justify-center py-12 text-center",i),children:[(0,t.jsx)("div",{className:"mb-4 rounded-full bg-destructive/10 p-4",children:(0,t.jsx)(n.AlertCircleIcon,{className:"size-8 text-destructive"})}),(0,t.jsx)("h3",{className:"mb-1 text-lg font-semibold",children:e}),(0,t.jsx)("p",{className:"mb-4 max-w-sm text-sm text-muted-foreground",children:l}),o&&(0,t.jsxs)(a.Button,{onClick:o,variant:"outline",children:[(0,t.jsx)(s.RefreshCwIcon,{className:"mr-2 size-4"}),"Try again"]})]})}e.s(["ErrorState",()=>l])},98222,87032,16305,e=>{"use strict";var t=e.i(75254);let r=(0,t.default)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]]);e.s(["TerminalIcon",()=>r],98222);var a=e.i(71005);e.s(["FunctionSquareIcon",()=>a.default],87032);let n=(0,t.default)("repeat",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]]);e.s(["RepeatIcon",()=>n],16305)},97882,e=>{"use strict";let t=(0,e.i(75254).default)("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);e.s(["LoaderIcon",()=>t],97882)},70524,e=>{"use strict";let t=(0,e.i(75254).default)("clipboard",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]]);e.s(["ClipboardIcon",()=>t],70524)},50374,(e,t,r)=>{t.exports=function(e){let t={};Object.assign(t,{className:"variable",variants:[{begin:function(...e){return e.map(e=>e?"string"==typeof e?e:e.source:null).join("")}(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},{begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[t]}]}]});let r={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},a={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t,r]};r.contains.push(n);let s={begin:/\$\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,t]},l=e.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10}),o={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z._-]+\b/,keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp"},contains:[l,e.SHEBANG(),o,s,e.HASH_COMMENT_MODE,a,n,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},t]}}},5849,e=>{"use strict";let t=e.i(50374).default;e.s(["default",0,t])},56505,e=>{"use strict";let t=(0,e.i(75254).default)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]]);e.s(["PlayIcon",()=>t],56505)},71435,e=>{"use strict";var t=e.i(43476),r=e.i(71645);e.i(74080);var a=e.i(20783),n=Symbol("radix.slottable");function s(e){return r.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===n}var l=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,n)=>{var l,o;let i,d,c,u=(o=l=`Primitive.${n}`,(i=r.forwardRef((e,t)=>{let{children:n,...s}=e;if(r.isValidElement(n)){var l;let e,o,i=(l=n,(o=(e=Object.getOwnPropertyDescriptor(l.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.ref:(o=(e=Object.getOwnPropertyDescriptor(l,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.props.ref:l.props.ref||l.ref),d=function(e,t){let r={...t};for(let a in t){let n=e[a],s=t[a];/^on[A-Z]/.test(a)?n&&s?r[a]=(...e)=>{let t=s(...e);return n(...e),t}:n&&(r[a]=n):"style"===a?r[a]={...n,...s}:"className"===a&&(r[a]=[n,s].filter(Boolean).join(" "))}return{...e,...r}}(s,n.props);return n.type!==r.Fragment&&(d.ref=t?(0,a.composeRefs)(t,i):i),r.cloneElement(n,d)}return r.Children.count(n)>1?r.Children.only(null):null})).displayName=`${o}.SlotClone`,d=i,(c=r.forwardRef((e,a)=>{let{children:n,...l}=e,o=r.Children.toArray(n),i=o.find(s);if(i){let e=i.props.children,n=o.map(t=>t!==i?t:r.Children.count(e)>1?r.Children.only(null):r.isValidElement(e)?e.props.children:null);return(0,t.jsx)(d,{...l,ref:a,children:r.isValidElement(e)?r.cloneElement(e,void 0,n):null})}return(0,t.jsx)(d,{...l,ref:a,children:n})})).displayName=`${l}.Slot`,c),p=r.forwardRef((e,r)=>{let{asChild:a,...s}=e;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,t.jsx)(a?u:n,{...s,ref:r})});return p.displayName=`Primitive.${n}`,{...e,[n]:p}},{}),o=e.i(96626),i=e.i(30207),d=e.i(86318),c=e.i(34620),u=e.i(70152),p=e.i(81140),m="ScrollArea",[h,f]=function(e,a=[]){let n=[],s=()=>{let t=n.map(e=>r.createContext(e));return function(a){let n=a?.[e]||t;return r.useMemo(()=>({[`__scope${e}`]:{...a,[e]:n}}),[a,n])}};return s.scopeName=e,[function(a,s){let l=r.createContext(s),o=n.length;n=[...n,s];let i=a=>{let{scope:n,children:s,...i}=a,d=n?.[e]?.[o]||l,c=r.useMemo(()=>i,Object.values(i));return(0,t.jsx)(d.Provider,{value:c,children:s})};return i.displayName=a+"Provider",[i,function(t,n){let i=n?.[e]?.[o]||l,d=r.useContext(i);if(d)return d;if(void 0!==s)return s;throw Error(`\`${t}\` must be used within \`${a}\``)}]},function(...e){let t=e[0];if(1===e.length)return t;let a=()=>{let a=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let n=a.reduce((t,{useScope:r,scopeName:a})=>{let n=r(e)[`__scope${a}`];return{...t,...n}},{});return r.useMemo(()=>({[`__scope${t.scopeName}`]:n}),[n])}};return a.scopeName=t.scopeName,a}(s,...a)]}(m),[g,x]=h(m),w=r.forwardRef((e,n)=>{let{__scopeScrollArea:s,type:o="hover",dir:i,scrollHideDelay:c=600,...u}=e,[p,m]=r.useState(null),[h,f]=r.useState(null),[x,w]=r.useState(null),[y,b]=r.useState(null),[v,j]=r.useState(null),[k,S]=r.useState(0),[N,C]=r.useState(0),[I,T]=r.useState(!1),[_,D]=r.useState(!1),A=(0,a.useComposedRefs)(n,e=>m(e)),z=(0,d.useDirection)(i);return(0,t.jsx)(g,{scope:s,type:o,dir:z,scrollHideDelay:c,scrollArea:p,viewport:h,onViewportChange:f,content:x,onContentChange:w,scrollbarX:y,onScrollbarXChange:b,scrollbarXEnabled:I,onScrollbarXEnabledChange:T,scrollbarY:v,onScrollbarYChange:j,scrollbarYEnabled:_,onScrollbarYEnabledChange:D,onCornerWidthChange:S,onCornerHeightChange:C,children:(0,t.jsx)(l.div,{dir:z,...u,ref:A,style:{position:"relative","--radix-scroll-area-corner-width":k+"px","--radix-scroll-area-corner-height":N+"px",...e.style}})})});w.displayName=m;var y="ScrollAreaViewport",b=r.forwardRef((e,n)=>{let{__scopeScrollArea:s,children:o,nonce:i,...d}=e,c=x(y,s),u=r.useRef(null),p=(0,a.useComposedRefs)(n,u,c.onViewportChange);return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:i}),(0,t.jsx)(l.div,{"data-radix-scroll-area-viewport":"",...d,ref:p,style:{overflowX:c.scrollbarXEnabled?"scroll":"hidden",overflowY:c.scrollbarYEnabled?"scroll":"hidden",...e.style},children:(0,t.jsx)("div",{ref:c.onContentChange,style:{minWidth:"100%",display:"table"},children:o})})]})});b.displayName=y;var v="ScrollAreaScrollbar",j=r.forwardRef((e,a)=>{let{forceMount:n,...s}=e,l=x(v,e.__scopeScrollArea),{onScrollbarXEnabledChange:o,onScrollbarYEnabledChange:i}=l,d="horizontal"===e.orientation;return r.useEffect(()=>(d?o(!0):i(!0),()=>{d?o(!1):i(!1)}),[d,o,i]),"hover"===l.type?(0,t.jsx)(k,{...s,ref:a,forceMount:n}):"scroll"===l.type?(0,t.jsx)(S,{...s,ref:a,forceMount:n}):"auto"===l.type?(0,t.jsx)(N,{...s,ref:a,forceMount:n}):"always"===l.type?(0,t.jsx)(C,{...s,ref:a}):null});j.displayName=v;var k=r.forwardRef((e,a)=>{let{forceMount:n,...s}=e,l=x(v,e.__scopeScrollArea),[i,d]=r.useState(!1);return r.useEffect(()=>{let e=l.scrollArea,t=0;if(e){let r=()=>{window.clearTimeout(t),d(!0)},a=()=>{t=window.setTimeout(()=>d(!1),l.scrollHideDelay)};return e.addEventListener("pointerenter",r),e.addEventListener("pointerleave",a),()=>{window.clearTimeout(t),e.removeEventListener("pointerenter",r),e.removeEventListener("pointerleave",a)}}},[l.scrollArea,l.scrollHideDelay]),(0,t.jsx)(o.Presence,{present:n||i,children:(0,t.jsx)(N,{"data-state":i?"visible":"hidden",...s,ref:a})})}),S=r.forwardRef((e,a)=>{var n;let{forceMount:s,...l}=e,i=x(v,e.__scopeScrollArea),d="horizontal"===e.orientation,c=W(()=>m("SCROLL_END"),100),[u,m]=(n={hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}},r.useReducer((e,t)=>n[e][t]??e,"hidden"));return r.useEffect(()=>{if("idle"===u){let e=window.setTimeout(()=>m("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(e)}},[u,i.scrollHideDelay,m]),r.useEffect(()=>{let e=i.viewport,t=d?"scrollLeft":"scrollTop";if(e){let r=e[t],a=()=>{let a=e[t];r!==a&&(m("SCROLL"),c()),r=a};return e.addEventListener("scroll",a),()=>e.removeEventListener("scroll",a)}},[i.viewport,d,m,c]),(0,t.jsx)(o.Presence,{present:s||"hidden"!==u,children:(0,t.jsx)(C,{"data-state":"hidden"===u?"hidden":"visible",...l,ref:a,onPointerEnter:(0,p.composeEventHandlers)(e.onPointerEnter,()=>m("POINTER_ENTER")),onPointerLeave:(0,p.composeEventHandlers)(e.onPointerLeave,()=>m("POINTER_LEAVE"))})})}),N=r.forwardRef((e,a)=>{let n=x(v,e.__scopeScrollArea),{forceMount:s,...l}=e,[i,d]=r.useState(!1),c="horizontal"===e.orientation,u=W(()=>{if(n.viewport){let e=n.viewport.offsetWidth{let{orientation:n="vertical",...s}=e,l=x(v,e.__scopeScrollArea),o=r.useRef(null),i=r.useRef(0),[d,c]=r.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),u=$(d.viewport,d.content),p={...s,sizes:d,onSizesChange:c,hasThumb:!!(u>0&&u<1),onThumbChange:e=>o.current=e,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:e=>i.current=e};function m(e,t){return function(e,t,r,a="ltr"){let n=H(r),s=t||n/2,l=r.scrollbar.paddingStart+s,o=r.scrollbar.size-r.scrollbar.paddingEnd-(n-s),i=r.content-r.viewport;return O([l,o],"ltr"===a?[0,i]:[-1*i,0])(e)}(e,i.current,d,t)}return"horizontal"===n?(0,t.jsx)(I,{...p,ref:a,onThumbPositionChange:()=>{if(l.viewport&&o.current){let e=B(l.viewport.scrollLeft,d,l.dir);o.current.style.transform=`translate3d(${e}px, 0, 0)`}},onWheelScroll:e=>{l.viewport&&(l.viewport.scrollLeft=e)},onDragScroll:e=>{l.viewport&&(l.viewport.scrollLeft=m(e,l.dir))}}):"vertical"===n?(0,t.jsx)(T,{...p,ref:a,onThumbPositionChange:()=>{if(l.viewport&&o.current){let e=B(l.viewport.scrollTop,d);o.current.style.transform=`translate3d(0, ${e}px, 0)`}},onWheelScroll:e=>{l.viewport&&(l.viewport.scrollTop=e)},onDragScroll:e=>{l.viewport&&(l.viewport.scrollTop=m(e))}}):null}),I=r.forwardRef((e,n)=>{let{sizes:s,onSizesChange:l,...o}=e,i=x(v,e.__scopeScrollArea),[d,c]=r.useState(),u=r.useRef(null),p=(0,a.useComposedRefs)(n,u,i.onScrollbarXChange);return r.useEffect(()=>{u.current&&c(getComputedStyle(u.current))},[u]),(0,t.jsx)(A,{"data-orientation":"horizontal",...o,ref:p,sizes:s,style:{bottom:0,left:"rtl"===i.dir?"var(--radix-scroll-area-corner-width)":0,right:"ltr"===i.dir?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":H(s)+"px",...e.style},onThumbPointerDown:t=>e.onThumbPointerDown(t.x),onDragScroll:t=>e.onDragScroll(t.x),onWheelScroll:(t,r)=>{if(i.viewport){var a,n;let s=i.viewport.scrollLeft+t.deltaX;e.onWheelScroll(s),a=s,n=r,a>0&&a{u.current&&i.viewport&&d&&l({content:i.viewport.scrollWidth,viewport:i.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:U(d.paddingLeft),paddingEnd:U(d.paddingRight)}})}})}),T=r.forwardRef((e,n)=>{let{sizes:s,onSizesChange:l,...o}=e,i=x(v,e.__scopeScrollArea),[d,c]=r.useState(),u=r.useRef(null),p=(0,a.useComposedRefs)(n,u,i.onScrollbarYChange);return r.useEffect(()=>{u.current&&c(getComputedStyle(u.current))},[u]),(0,t.jsx)(A,{"data-orientation":"vertical",...o,ref:p,sizes:s,style:{top:0,right:"ltr"===i.dir?0:void 0,left:"rtl"===i.dir?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":H(s)+"px",...e.style},onThumbPointerDown:t=>e.onThumbPointerDown(t.y),onDragScroll:t=>e.onDragScroll(t.y),onWheelScroll:(t,r)=>{if(i.viewport){var a,n;let s=i.viewport.scrollTop+t.deltaY;e.onWheelScroll(s),a=s,n=r,a>0&&a{u.current&&i.viewport&&d&&l({content:i.viewport.scrollHeight,viewport:i.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:U(d.paddingTop),paddingEnd:U(d.paddingBottom)}})}})}),[_,D]=h(v),A=r.forwardRef((e,n)=>{let{__scopeScrollArea:s,sizes:o,hasThumb:d,onThumbChange:c,onThumbPointerUp:u,onThumbPointerDown:m,onThumbPositionChange:h,onDragScroll:f,onWheelScroll:g,onResize:w,...y}=e,b=x(v,s),[j,k]=r.useState(null),S=(0,a.useComposedRefs)(n,e=>k(e)),N=r.useRef(null),C=r.useRef(""),I=b.viewport,T=o.content-o.viewport,D=(0,i.useCallbackRef)(g),A=(0,i.useCallbackRef)(h),z=W(w,10);function E(e){N.current&&f({x:e.clientX-N.current.left,y:e.clientY-N.current.top})}return r.useEffect(()=>{let e=e=>{let t=e.target;j?.contains(t)&&D(e,T)};return document.addEventListener("wheel",e,{passive:!1}),()=>document.removeEventListener("wheel",e,{passive:!1})},[I,j,T,D]),r.useEffect(A,[o,A]),K(j,z),K(b.content,z),(0,t.jsx)(_,{scope:s,scrollbar:j,hasThumb:d,onThumbChange:(0,i.useCallbackRef)(c),onThumbPointerUp:(0,i.useCallbackRef)(u),onThumbPositionChange:A,onThumbPointerDown:(0,i.useCallbackRef)(m),children:(0,t.jsx)(l.div,{...y,ref:S,style:{position:"absolute",...y.style},onPointerDown:(0,p.composeEventHandlers)(e.onPointerDown,e=>{0===e.button&&(e.target.setPointerCapture(e.pointerId),N.current=j.getBoundingClientRect(),C.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",b.viewport&&(b.viewport.style.scrollBehavior="auto"),E(e))}),onPointerMove:(0,p.composeEventHandlers)(e.onPointerMove,E),onPointerUp:(0,p.composeEventHandlers)(e.onPointerUp,e=>{let t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),document.body.style.webkitUserSelect=C.current,b.viewport&&(b.viewport.style.scrollBehavior=""),N.current=null})})})}),z="ScrollAreaThumb",E=r.forwardRef((e,r)=>{let{forceMount:a,...n}=e,s=D(z,e.__scopeScrollArea);return(0,t.jsx)(o.Presence,{present:a||s.hasThumb,children:(0,t.jsx)(P,{ref:r,...n})})}),P=r.forwardRef((e,n)=>{let{__scopeScrollArea:s,style:o,...i}=e,d=x(z,s),c=D(z,s),{onThumbPositionChange:u}=c,m=(0,a.useComposedRefs)(n,e=>c.onThumbChange(e)),h=r.useRef(void 0),f=W(()=>{h.current&&(h.current(),h.current=void 0)},100);return r.useEffect(()=>{let e=d.viewport;if(e){let t=()=>{f(),h.current||(h.current=F(e,u),u())};return u(),e.addEventListener("scroll",t),()=>e.removeEventListener("scroll",t)}},[d.viewport,f,u]),(0,t.jsx)(l.div,{"data-state":c.hasThumb?"visible":"hidden",...i,ref:m,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...o},onPointerDownCapture:(0,p.composeEventHandlers)(e.onPointerDownCapture,e=>{let t=e.target.getBoundingClientRect(),r=e.clientX-t.left,a=e.clientY-t.top;c.onThumbPointerDown({x:r,y:a})}),onPointerUp:(0,p.composeEventHandlers)(e.onPointerUp,c.onThumbPointerUp)})});E.displayName=z;var R="ScrollAreaCorner",M=r.forwardRef((e,r)=>{let a=x(R,e.__scopeScrollArea),n=!!(a.scrollbarX&&a.scrollbarY);return"scroll"!==a.type&&n?(0,t.jsx)(L,{...e,ref:r}):null});M.displayName=R;var L=r.forwardRef((e,a)=>{let{__scopeScrollArea:n,...s}=e,o=x(R,n),[i,d]=r.useState(0),[c,u]=r.useState(0),p=!!(i&&c);return K(o.scrollbarX,()=>{let e=o.scrollbarX?.offsetHeight||0;o.onCornerHeightChange(e),u(e)}),K(o.scrollbarY,()=>{let e=o.scrollbarY?.offsetWidth||0;o.onCornerWidthChange(e),d(e)}),p?(0,t.jsx)(l.div,{...s,ref:a,style:{width:i,height:c,position:"absolute",right:"ltr"===o.dir?0:void 0,left:"rtl"===o.dir?0:void 0,bottom:0,...e.style}}):null});function U(e){return e?parseInt(e,10):0}function $(e,t){let r=e/t;return isNaN(r)?0:r}function H(e){let t=$(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd;return Math.max((e.scrollbar.size-r)*t,18)}function B(e,t,r="ltr"){let a=H(t),n=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,s=t.scrollbar.size-n,l=t.content-t.viewport,o=(0,u.clamp)(e,"ltr"===r?[0,l]:[-1*l,0]);return O([0,l],[0,s-a])(o)}function O(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let a=(t[1]-t[0])/(e[1]-e[0]);return t[0]+a*(r-e[0])}}var F=(e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},a=0;return!function n(){let s={left:e.scrollLeft,top:e.scrollTop},l=r.left!==s.left,o=r.top!==s.top;(l||o)&&t(),r=s,a=window.requestAnimationFrame(n)}(),()=>window.cancelAnimationFrame(a)};function W(e,t){let a=(0,i.useCallbackRef)(e),n=r.useRef(0);return r.useEffect(()=>()=>window.clearTimeout(n.current),[]),r.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(a,t)},[a,t])}function K(e,t){let r=(0,i.useCallbackRef)(t);(0,c.useLayoutEffect)(()=>{let t=0;if(e){let a=new ResizeObserver(()=>{cancelAnimationFrame(t),t=window.requestAnimationFrame(r)});return a.observe(e),()=>{window.cancelAnimationFrame(t),a.unobserve(e)}}},[e,r])}var V=e.i(47163);function X({className:e,children:r,...a}){return(0,t.jsxs)(w,{"data-slot":"scroll-area",className:(0,V.cn)("relative overflow-hidden",e),...a,children:[(0,t.jsx)(b,{className:"h-full w-full rounded-[inherit]",children:r}),(0,t.jsx)(q,{}),(0,t.jsx)(M,{})]})}function q({className:e,orientation:r="vertical",...a}){return(0,t.jsx)(j,{"data-slot":"scroll-bar",orientation:r,className:(0,V.cn)("flex touch-none select-none transition-colors","vertical"===r&&"h-full w-2.5 border-l border-l-transparent p-[1px]","horizontal"===r&&"h-2.5 flex-col border-t border-t-transparent p-[1px]",e),...a,children:(0,t.jsx)(E,{className:"relative flex-1 rounded-full bg-border"})})}e.s(["ScrollArea",()=>X],71435)},31447,e=>{"use strict";let t=(0,e.i(75254).default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["ClockIcon",()=>t],31447)},7237,e=>{"use strict";let t=(0,e.i(75254).default)("trash",[["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]]);e.s(["TrashIcon",()=>t],7237)},67003,e=>{"use strict";var t=e.i(55161),r=e.i(62280),a=e.i(72536);let n=[{id:"scan-001",runId:"run-2025-01-15-subdomain-enum-example.com",runUuid:"run-2025-01-15-subdomain-enum-example.com",workflowName:"subdomain-enum",workflowKind:"flow",target:"example.com",status:"completed",priority:"medium",startedAt:new Date(Date.now()-36e5),completedAt:new Date(Date.now()-18e5),totalSteps:10,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-36e5),updatedAt:new Date(Date.now()-18e5)},{id:"scan-002",runId:"run-2025-01-15-vulnerability-scan-api.example.com",runUuid:"run-2025-01-15-vulnerability-scan-api.example.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"api.example.com",status:"running",priority:"high",startedAt:new Date(Date.now()-9e5),totalSteps:15,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-9e5),updatedAt:new Date},{id:"scan-003",runId:"run-2025-01-15-full-recon-testsite.org",runUuid:"run-2025-01-15-full-recon-testsite.org",workflowName:"full-recon",workflowKind:"flow",target:"testsite.org",status:"pending",priority:"low",totalSteps:20,completedSteps:0,triggerType:"scheduled",createdAt:new Date(Date.now()-3e5),updatedAt:new Date(Date.now()-3e5)},{id:"scan-004",runId:"run-2025-01-15-subdomain-enum-acme.io",runUuid:"run-2025-01-15-subdomain-enum-acme.io",workflowName:"subdomain-enum",workflowKind:"flow",target:"acme.io",status:"failed",priority:"high",startedAt:new Date(Date.now()-72e5),completedAt:new Date(Date.now()-68e5),totalSteps:10,completedSteps:3,triggerType:"manual",errorMessage:"Connection timeout after 5 retries",createdAt:new Date(Date.now()-72e5),updatedAt:new Date(Date.now()-68e5)},{id:"scan-005",runId:"run-2025-01-14-http-probe-secure.bank.com",runUuid:"run-2025-01-14-http-probe-secure.bank.com",workflowName:"http-probe",workflowKind:"module",target:"secure.bank.com",status:"completed",priority:"medium",startedAt:new Date(Date.now()-864e5),completedAt:new Date(Date.now()-828e5),totalSteps:5,completedSteps:5,triggerType:"scheduled",createdAt:new Date(Date.now()-864e5),updatedAt:new Date(Date.now()-828e5)},{id:"scan-006",runId:"run-2025-01-13-subdomain-enum-startup.dev",runUuid:"run-2025-01-13-subdomain-enum-startup.dev",workflowName:"subdomain-enum",workflowKind:"flow",target:"startup.dev",status:"cancelled",priority:"low",startedAt:new Date(Date.now()-1728e5),completedAt:new Date(Date.now()-171e6),totalSteps:10,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-1728e5),updatedAt:new Date(Date.now()-171e6)},{id:"scan-007",runId:"run-2025-01-12-full-recon-megacorp.com",runUuid:"run-2025-01-12-full-recon-megacorp.com",workflowName:"full-recon",workflowKind:"flow",target:"megacorp.com",status:"completed",priority:"medium",startedAt:new Date(Date.now()-2592e5),completedAt:new Date(Date.now()-252e6),totalSteps:20,completedSteps:20,triggerType:"manual",createdAt:new Date(Date.now()-2592e5),updatedAt:new Date(Date.now()-252e6)},{id:"scan-008",runId:"run-2025-01-15-vulnerability-scan-shop.retail.com",runUuid:"run-2025-01-15-vulnerability-scan-shop.retail.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"shop.retail.com",status:"running",priority:"high",startedAt:new Date(Date.now()-6e5),totalSteps:15,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-6e5),updatedAt:new Date}];function s(e){let t=e.workflow_name??e.workflow??e.flow??e.module??"",r=e.workflow_kind??e.kind??(e.module?"module":"flow"),a=e.target??(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")??e.target_file??"",n=e.run_uuid??e.runUuid??"";return{id:String(e.id??e.run_id??e.runId??n??""),runId:e.run_id??e.runId??e.id??"",runUuid:String(n||""),workflowName:t,workflowKind:"module"===r?"module":"flow",target:a,params:e.params,status:e.status??"pending",priority:e.priority,workspace:e.workspace,workspacePath:e.workspace_path,startedAt:e.started_at?new Date(e.started_at):void 0,completedAt:e.completed_at?new Date(e.completed_at):void 0,totalSteps:e.total_steps??0,completedSteps:e.completed_steps??0,triggerType:e.trigger_type??"manual",triggerName:e.trigger_name,runGroupId:e.run_group_id,errorMessage:e.error_message,createdAt:e.created_at?new Date(e.created_at):new Date,updatedAt:e.updated_at?new Date(e.updated_at):new Date}}async function l(e){let l=e.page??1,o=e.pageSize??20,i=(l-1)*o,d=e.filters??{};if((0,a.isDemoMode)()){let e=(d.status??"").trim().toLowerCase(),t=(d.workflowName??"").trim().toLowerCase(),r=(d.target??"").trim().toLowerCase(),a=(d.workspace??"").trim().toLowerCase(),s=[...n.filter(n=>(!e||"all"===e||String(n.status).toLowerCase()===e)&&(!t||!!n.workflowName.toLowerCase().includes(t))&&(!r||!!n.target.toLowerCase().includes(r))&&(!a||String(n.workspace??"").toLowerCase()===a))].sort((e,t)=>{let r=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-r}),c=s.slice(i,i+o),u=s.length;return{data:c,pagination:{page:l,pageSize:o,totalItems:u,totalPages:Math.ceil(u/o)}}}let c={offset:i,limit:o};d.status&&"all"!==d.status&&(c.status=d.status),d.workflowName&&(c.workflow_name=d.workflowName),d.target&&(c.target=d.target),d.workspace&&(c.workspace=d.workspace);let u=await t.http.get(`${r.API_PREFIX}/runs`,{params:c}),p=(u.data?.data||[]).map(s),m=u.data?.pagination?.total??p.length,h=u.data?.pagination?.limit??o;return{data:p,pagination:{page:Math.floor((u.data?.pagination?.offset??i)/h)+1,pageSize:h,totalItems:m,totalPages:Math.ceil(m/h)}}}async function o(e=5){if((0,a.isDemoMode)())return[...n].sort((e,t)=>{let r=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-r}).slice(0,e);let l=await t.http.get(`${r.API_PREFIX}/runs`,{params:{limit:e,offset:0}});return(l.data?.data||[]).map(s)}async function i(e){if((0,a.isDemoMode)()){let t=new Date,r={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??""),status:e.schedule?"pending":"running",priority:e.priority,totalSteps:0,completedSteps:0,triggerType:e.schedule?"scheduled":"manual",createdAt:t,updatedAt:t,startedAt:e.schedule?void 0:t};return n=[r,...n],r}if(e.schedule){let a={name:`scheduled-${e.workflowId}-${Date.now()}`,workflow_name:e.workflowId,workflow_kind:"module"===e.workflowKind?"module":"flow",target:e.target||"",schedule:e.schedule,enabled:!0};return await t.http.post(`${r.API_PREFIX}/schedules`,a),{id:`scan-${Date.now()}`,runId:"",runUuid:"",workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||"",status:"pending",priority:e.priority,totalSteps:0,completedSteps:0,triggerType:"scheduled",createdAt:new Date,updatedAt:new Date}}let l={};e.workflowId&&("module"===e.workflowKind?l.module=e.workflowId:l.flow=e.workflowId),"number"==typeof e.threads_hold&&(l.threads_hold=e.threads_hold),"string"==typeof e.heuristics_check&&e.heuristics_check.trim()&&(l.heuristics_check=e.heuristics_check.trim()),"boolean"==typeof e.repeat&&(l.repeat=e.repeat),"string"==typeof e.repeat_wait_time&&e.repeat_wait_time.trim()&&(l.repeat_wait_time=e.repeat_wait_time.trim()),e.empty_target&&(l.empty_target=!0),Array.isArray(e.targets)&&e.targets.length>0?(l.targets=e.targets,"number"==typeof e.concurrency&&(l.concurrency=e.concurrency)):e.target_file?(l.target_file=e.target_file,"number"==typeof e.concurrency&&(l.concurrency=e.concurrency)):!e.empty_target&&e.target&&(l.target=e.target),e.params&&Object.keys(e.params).length>0&&(l.params=e.params),e.priority&&(l.priority=e.priority),"number"==typeof e.timeout&&(l.timeout=e.timeout),e.runner_type&&"local"!==e.runner_type&&(l.runner_type=e.runner_type,"docker"===e.runner_type&&e.docker_image&&(l.docker_image=e.docker_image),"ssh"===e.runner_type&&e.ssh_host&&(l.ssh_host=e.ssh_host));let o=await t.http.post(`${r.API_PREFIX}/runs`,l),i=o.data?.data??o.data??{},d=e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??"");return s({...i,id:i.id??i.run_id??i.runId??`scan-${Date.now()}`,run_id:i.run_id??i.runId??"",run_uuid:i.run_uuid??i.runUuid??"",workflow_name:i.workflow_name??i.workflow??e.workflowId,workflow_kind:i.workflow_kind??i.kind??e.workflowKind??"flow",target:i.target??d,status:i.status??"running",trigger_type:i.trigger_type??"manual",created_at:i.created_at??new Date().toISOString(),updated_at:i.updated_at??new Date().toISOString()})}async function d(e){if((0,a.isDemoMode)()){let t=n.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return!1;let r=new Date,a=[...n];return a[t]={...a[t],status:"cancelled",completedAt:a[t].completedAt??r,updatedAt:r},n=a,!0}try{return await t.http.delete(`${r.API_PREFIX}/runs/${encodeURIComponent(e)}`),!0}catch{return!1}}async function c(e){return d(e)}async function u(e){if((0,a.isDemoMode)()){let t=n.find(t=>t.runUuid===e||t.id===e||t.runId===e),r=new Date,a={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:t?.workflowName??"duplicate",workflowKind:t?.workflowKind??"flow",target:t?.target??"",params:t?.params,status:"pending",priority:t?.priority,workspace:t?.workspace,workspacePath:t?.workspacePath,totalSteps:t?.totalSteps??0,completedSteps:0,triggerType:"manual",createdAt:r,updatedAt:r};return n=[a,...n],a}let l=await t.http.post(`${r.API_PREFIX}/runs/${encodeURIComponent(e)}/duplicate`);return s(l.data?.data??l.data??{})}async function p(e){if((0,a.isDemoMode)()){let t=n.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return null;let r=new Date,a=[...n];return a[t]={...a[t],status:"running",startedAt:a[t].startedAt??r,updatedAt:r},n=a,a[t]}try{let a=await t.http.post(`${r.API_PREFIX}/runs/${encodeURIComponent(e)}/start`),n=a.data?.data??a.data;return n?s(n):null}catch{return null}}e.s(["cancelScan",()=>d,"createScan",()=>i,"deleteScan",()=>c,"duplicateScanRun",()=>u,"fetchRecentScans",()=>o,"fetchScans",()=>l,"startScanRun",()=>p],67003)},20667,e=>{"use strict";var t=e.i(43476),r=e.i(47163),a=e.i(71428);function n({rows:e=5,columns:n=4,className:s}){return(0,t.jsxs)("div",{className:(0,r.cn)("w-full",s),children:[(0,t.jsx)("div",{className:"flex gap-4 border-b pb-3",children:Array.from({length:n}).map((e,r)=>(0,t.jsx)(a.Skeleton,{className:"h-4 flex-1"},r))}),Array.from({length:e}).map((e,r)=>(0,t.jsx)("div",{className:"flex gap-4 border-b py-4",children:Array.from({length:n}).map((e,r)=>(0,t.jsx)(a.Skeleton,{className:"h-4 flex-1"},r))},r))]})}function s({className:e}){return(0,t.jsx)("div",{className:(0,r.cn)("rounded-xl border bg-card p-6",e),children:(0,t.jsxs)("div",{className:"flex items-center gap-4",children:[(0,t.jsx)(a.Skeleton,{className:"size-10 rounded-lg"}),(0,t.jsxs)("div",{className:"flex-1 space-y-2",children:[(0,t.jsx)(a.Skeleton,{className:"h-4 w-1/3"}),(0,t.jsx)(a.Skeleton,{className:"h-6 w-1/2"})]})]})})}function l({className:e}){return(0,t.jsx)("div",{className:(0,r.cn)("rounded-xl border bg-card p-6",e),children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)(a.Skeleton,{className:"h-3 w-20"}),(0,t.jsx)(a.Skeleton,{className:"h-8 w-16"})]}),(0,t.jsx)(a.Skeleton,{className:"size-10 rounded-lg"})]})})}e.s(["CardSkeleton",()=>s,"StatCardSkeleton",()=>l,"TableSkeleton",()=>n])},29590,e=>{"use strict";let t=(0,e.i(75254).default)("circle-x",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);e.s(["XCircleIcon",()=>t],29590)},7649,93053,e=>{"use strict";var t=e.i(75254);let r=(0,t.default)("circle-check-big",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);e.s(["CheckCircleIcon",()=>r],7649);let a=(0,t.default)("ban",[["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["BanIcon",()=>a],93053)},28318,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(22016),n=e.i(63178),s=e.i(98695),l=e.i(5849),o=e.i(45840),i=e.i(7888),d=e.i(75254);let c=(0,d.default)("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);var u=e.i(70524);let p=(0,d.default)("clipboard-list",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);var m=e.i(56505),h=e.i(37007),f=e.i(65476),g=e.i(33449),x=e.i(95926),w=e.i(98222),y=e.i(87032),b=e.i(16305),v=e.i(46696),j=e.i(70065),k=e.i(67881),S=e.i(23750),N=e.i(62870),C=e.i(47627),I=e.i(94179),T=e.i(29383),_=e.i(7649),D=e.i(29590),A=e.i(97882),z=e.i(31447),E=e.i(93053);let P={completed:{label:"Completed",variant:"success",icon:_.CheckCircleIcon},running:{label:"Running",variant:"default",icon:A.LoaderIcon},pending:{label:"Pending",variant:"secondary",icon:z.ClockIcon},failed:{label:"Failed",variant:"destructive",icon:D.XCircleIcon},cancelled:{label:"Cancelled",variant:"outline",icon:E.BanIcon}};function R({status:e,showIcon:r=!0}){let a=P[e],n=a.icon;return(0,t.jsxs)(I.Badge,{variant:a.variant,className:"gap-1",children:[r&&(0,t.jsx)(n,{className:`size-3 ${"running"===e?"animate-spin":""}`}),a.label]})}var M=e.i(20667),L=e.i(24553),U=e.i(28231),$=e.i(30374),H=e.i(47163),B=e.i(78078);let O=(0,d.default)("circle-stop",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]]);var F=e.i(7237),W=e.i(18366),K=e.i(67003);function V({scans:e,isLoading:a,onRefresh:n,onSelectScan:s}){let[l,o]=r.useState({field:"status",direction:"asc"}),[i,d]=r.useState(null),[u,p]=r.useState(null),h=r.useCallback(e=>{o(t=>t.field===e?{field:e,direction:"asc"===t.direction?"desc":"asc"}:{field:e,direction:"asc"})},[]),f=async e=>{try{let t=e.runUuid||e.runId||e.id;await (0,K.cancelScan)(t)?(v.toast.success("Scan cancelled",{description:`Scan for ${e.target} has been cancelled.`}),n?.()):v.toast.error("Failed to cancel scan")}catch{v.toast.error("Failed to cancel scan")}},x=async e=>{try{let t=e.runUuid||e.runId||e.id;await (0,K.deleteScan)(t)?(v.toast.success("Scan deleted",{description:`Scan for ${e.target} has been deleted.`}),n?.()):v.toast.error("Failed to delete scan")}catch{v.toast.error("Failed to delete scan")}},w=async()=>{if(!u)return;let{action:e,scan:t}=u;(p(null),"duplicate"===e)?await y(t):"cancel"===e?await f(t):await x(t)},y=async e=>{let t=e.runUuid||e.runId||e.id;if(!t)return void v.toast.error("Missing run identifier");try{d(t);let r=await (0,K.duplicateScanRun)(t),a=r.runUuid||r.runId||r.id;if(!a)return void v.toast.error("Duplicate created without run identifier");await (0,K.startScanRun)(a)?v.toast.success("Scan duplicated and started",{description:`Scan for ${r.target||e.target} is running.`}):v.toast.success("Scan duplicated",{description:`Duplicate created for ${r.target||e.target}.`}),n?.()}catch{v.toast.error("Failed to duplicate scan")}finally{d(null)}},b=r.useMemo(()=>({cli:{label:"CLI",variant:"purple",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},api:{label:"API",variant:"info",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},cron:{label:"Cron",variant:"warning",icon:(0,t.jsx)(c,{className:"size-3"})},scheduled:{label:"Scheduled",variant:"warning",icon:(0,t.jsx)(c,{className:"size-3"})},manual:{label:"Manual",variant:"secondary",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})}}),[]),j=r.useMemo(()=>({high:{label:"High",className:"border-red-400/50 text-red-700 dark:text-red-300"},medium:{label:"Medium",className:"border-amber-400/50 text-amber-700 dark:text-amber-300"},low:{label:"Low",className:"border-emerald-400/50 text-emerald-700 dark:text-emerald-300"}}),[]),S=r.useMemo(()=>{let t=(e,t)=>{switch(e){case"status":return{missing:!t.status,value:t.status??""};case"workflow":return{missing:!t.workflowName,value:t.workflowName??""};case"target":case"actions":return{missing:!t.target,value:t.target??""};case"priority":{let e=t.priority?String(t.priority).toLowerCase():"";return{missing:!e,value:({high:3,medium:2,low:1})[e]??0}}case"progress":{let e=t.totalSteps??0,r=t.completedSteps??0;return{missing:e<=0,value:e>0?r/e:0}}case"trigger":return{missing:!t.triggerType,value:t.triggerType??""}}},r=[...e];return r.sort((e,r)=>{let a=t(l.field,e),n=t(l.field,r);if(a.missing&&n.missing)return 0;if(a.missing)return 1;if(n.missing)return -1;let s=0;return s="number"==typeof a.value&&"number"==typeof n.value?a.value-n.value:String(a.value).localeCompare(String(n.value),void 0,{numeric:!0,sensitivity:"base"}),"asc"===l.direction?s:-s}),r},[e,l.direction,l.field]);return a?(0,t.jsx)(M.TableSkeleton,{rows:5,columns:8}):0===e.length?(0,t.jsx)(L.EmptyState,{icon:g.ScanSearchIcon,title:"No scans found",description:"Start your first security scan to see results here.",action:{label:"New Scan",onClick:()=>window.location.href="/scans/new"}}):(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(U.TooltipProvider,{children:(0,t.jsxs)(C.Table,{children:[(0,t.jsx)(C.TableHeader,{children:(0,t.jsxs)(C.TableRow,{children:[(0,t.jsx)(T.SortableTableHead,{field:"status",currentSort:l,onSort:e=>h(e),children:"Status"}),(0,t.jsx)(T.SortableTableHead,{field:"workflow",currentSort:l,onSort:e=>h(e),children:"Workflow"}),(0,t.jsx)(T.SortableTableHead,{field:"target",currentSort:l,onSort:e=>h(e),children:"Target"}),(0,t.jsx)(T.SortableTableHead,{field:"priority",currentSort:l,onSort:e=>h(e),children:"Priority"}),(0,t.jsx)(T.SortableTableHead,{field:"progress",currentSort:l,onSort:e=>h(e),children:"Steps"}),(0,t.jsx)(T.SortableTableHead,{field:"trigger",currentSort:l,onSort:e=>h(e),children:"Trigger"}),(0,t.jsx)(T.SortableTableHead,{field:"actions",currentSort:l,onSort:e=>h(e),className:"w-[132px]",children:"Actions"})]})}),(0,t.jsx)(C.TableBody,{children:S.map(e=>{let r;return(0,t.jsxs)(C.TableRow,{children:[(0,t.jsx)(C.TableCell,{children:(0,t.jsx)(R,{status:e.status})}),(0,t.jsx)(C.TableCell,{children:(0,t.jsxs)("div",{className:"flex flex-col",children:[(0,t.jsx)("span",{className:"font-medium",children:e.workflowName}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:e.workflowKind})]})}),(0,t.jsx)(C.TableCell,{children:(0,t.jsx)("span",{className:"font-mono text-sm",children:(0,H.truncate)(e.target,30)})}),(0,t.jsx)(C.TableCell,{children:e.priority?(0,t.jsx)(I.Badge,{variant:"outline",className:(0,H.cn)("w-fit capitalize",j[String(e.priority).toLowerCase()]?.className),children:j[String(e.priority).toLowerCase()]?.label??String(e.priority)}):(0,t.jsx)("span",{className:"text-sm text-muted-foreground",children:"-"})}),(0,t.jsx)(C.TableCell,{children:e.totalSteps>0?(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsxs)("span",{className:"text-sm",children:[e.completedSteps,"/",e.totalSteps," steps"]}),(0,t.jsx)("div",{className:"h-2 w-16 rounded-full bg-muted overflow-hidden",children:(0,t.jsx)("div",{className:"h-full bg-primary transition-all",style:{width:`${Math.round(e.completedSteps/e.totalSteps*100)}%`}})})]}):"running"===e.status?(0,t.jsx)("span",{className:"text-sm text-muted-foreground",children:"In progress..."}):(0,t.jsx)("span",{className:"text-sm text-muted-foreground",children:"-"})}),(0,t.jsx)(C.TableCell,{children:(0,t.jsxs)("div",{className:"flex flex-col gap-1",children:[(r=b[(e.triggerType||"manual").toLowerCase()]??{label:e.triggerType||"manual",variant:"outline",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},(0,t.jsxs)(I.Badge,{variant:r.variant,className:(0,H.cn)("gap-1 w-fit",r.className),children:[r.icon,(0,t.jsx)("span",{children:r.label})]})),e.triggerName?(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:(0,H.truncate)(e.triggerName,22)}):null]})}),(0,t.jsx)(C.TableCell,{className:"text-right",children:(0,t.jsxs)("div",{className:"flex items-center justify-end gap-1",children:[(0,t.jsxs)(U.Tooltip,{children:[(0,t.jsx)(U.TooltipTrigger,{asChild:!0,children:(0,t.jsx)(k.Button,{variant:"outline",size:"icon-sm",className:"rounded-md border-sky-300 text-sky-700 hover:bg-sky-500/10 hover:shadow-none dark:border-sky-700 dark:text-sky-300 dark:hover:bg-sky-400/10",onClick:()=>{s?.(e)},"aria-label":"View scan details",children:(0,t.jsx)(B.EyeIcon,{className:"size-4"})})}),(0,t.jsx)(U.TooltipContent,{side:"top",children:"View details"})]}),(0,t.jsxs)(U.Tooltip,{children:[(0,t.jsx)(U.TooltipTrigger,{asChild:!0,children:(0,t.jsx)(k.Button,{variant:"outline",size:"icon-sm",className:"rounded-md border-violet-300 text-violet-700 hover:bg-violet-500/10 hover:shadow-none dark:border-violet-800 dark:text-violet-300 dark:hover:bg-violet-400/10",onClick:()=>p({action:"duplicate",scan:e}),"aria-label":"Duplicate and start scan",disabled:i===(e.runUuid||e.runId||e.id),children:i===(e.runUuid||e.runId||e.id)?(0,t.jsx)(A.LoaderIcon,{className:"size-4 animate-spin"}):(0,t.jsx)(W.CopyIcon,{className:"size-4"})})}),(0,t.jsx)(U.TooltipContent,{side:"top",children:"Duplicate & start"})]}),"running"===e.status||"pending"===e.status?(0,t.jsxs)(U.Tooltip,{children:[(0,t.jsx)(U.TooltipTrigger,{asChild:!0,children:(0,t.jsx)(k.Button,{variant:"outline",size:"icon-sm",className:"rounded-md border-yellow-300 text-yellow-700 hover:bg-yellow-500/10 hover:shadow-none dark:border-yellow-700 dark:text-yellow-300 dark:hover:bg-yellow-400/10",onClick:()=>p({action:"cancel",scan:e}),"aria-label":"Stop scan",children:(0,t.jsx)(O,{className:"size-4"})})}),(0,t.jsx)(U.TooltipContent,{side:"top",children:"Stop scan"})]}):(0,t.jsxs)(U.Tooltip,{children:[(0,t.jsx)(U.TooltipTrigger,{asChild:!0,children:(0,t.jsx)(k.Button,{variant:"outline",size:"icon-sm",className:"rounded-md border-red-300 text-red-700 hover:bg-red-500/10 hover:shadow-none dark:border-red-800 dark:text-red-300 dark:hover:bg-red-400/10",onClick:()=>p({action:"delete",scan:e}),"aria-label":"Delete scan",children:(0,t.jsx)(F.TrashIcon,{className:"size-4"})})}),(0,t.jsx)(U.TooltipContent,{side:"top",children:"Delete scan"})]})]})})]},e.id)})})]})}),(0,t.jsx)($.Dialog,{open:!!u,onOpenChange:e=>e?null:p(null),children:(0,t.jsxs)($.DialogContent,{className:"sm:max-w-md",children:[(0,t.jsxs)($.DialogHeader,{children:[(0,t.jsx)($.DialogTitle,{children:u?.action==="duplicate"?"Duplicate and start scan":u?.action==="cancel"?"Stop running scan":"Delete scan"}),(0,t.jsx)($.DialogDescription,{children:u?.action==="duplicate"?"Create a new run and start it immediately?":u?.action==="cancel"?"Stop the selected scan? This cannot be undone.":"Delete the selected scan? This cannot be undone."})]}),(0,t.jsxs)("div",{className:"flex justify-end gap-2",children:[(0,t.jsx)(k.Button,{variant:"outline",onClick:()=>p(null),children:"Cancel"}),(0,t.jsx)(k.Button,{variant:u?.action==="delete"?"destructive":"default",onClick:w,children:"Confirm"})]})]})})]})}var X=e.i(71586),q=e.i(71435),Y=e.i(55161),G=e.i(62280),J=e.i(72536);function Z(e){return{id:String(e?.id??""),runId:e?.run_id??e?.runId??void 0,runUuid:e?.run_uuid??e?.runUuid??void 0,stepName:e?.step_name??e?.stepName??"",stepType:e?.step_type??e?.stepType??"",status:e?.status??"unknown",command:e?.command??"",output:e?.output??"",error:e?.error??"",durationMs:"number"==typeof e?.duration_ms?e.duration_ms:void 0,startedAt:e?.started_at?new Date(e.started_at):void 0,completedAt:e?.completed_at?new Date(e.completed_at):void 0,createdAt:e?.created_at?new Date(e.created_at):void 0}}async function Q(e){let t=e.limit??200,r=e.offset??0;if((0,J.isDemoMode)())return{data:[],pagination:{limit:t,offset:r,total:0}};let a={limit:t,offset:r};e.runUuid&&(a.run_uuid=e.runUuid),a.run_uuid||void 0===e.runId||(a.run_id=e.runId);let n=await Y.http.get(`${G.API_PREFIX}/step-results`,{params:a}),s=n.data?.data||[],l=n.data?.pagination||{};return{data:s.map(Z),pagination:{limit:l?.limit??t,offset:l?.offset??r,total:l?.total??s.length}}}s.Light.registerLanguage("bash",l.default);let ee=s.Light;function et(){let{resolvedTheme:e}=(0,n.useTheme)(),[s,l]=r.useState([]),[d,C]=r.useState(!0),[T,_]=r.useState(null),[D,A]=r.useState(1),[z,E]=r.useState(20),[P,L]=r.useState(null),[U,$]=r.useState({}),[B,O]=r.useState(""),[F,W]=r.useState(null),[Y,G]=r.useState([]),[J,Z]=r.useState(null),[et,er]=r.useState(!1),[ea,en]=r.useState(null),[es,el]=r.useState(!0),eo=r.useCallback(async()=>{try{C(!0),_(null);let e=await (0,K.fetchScans)({page:D,pageSize:z,filters:{status:U.status||void 0,workspace:U.workspace||void 0}});l(e.data),L(e.pagination)}catch(e){_(e instanceof Error?e.message:"Failed to load scans"),v.toast.error("Failed to load scans",{description:e instanceof Error?e.message:""})}finally{C(!1)}},[D,z,U]);r.useEffect(()=>{eo()},[eo]);let ei=r.useMemo(()=>{let e=B.trim().toLowerCase();return s.filter(t=>{let r=[t.id,t.runId,t.runUuid,t.workflowName,t.workflowKind,t.target,t.status,t.priority,t.triggerType,t.triggerName,t.workspacePath,t.errorMessage,t.startedAt?.toISOString(),t.completedAt?.toISOString(),t.createdAt?.toISOString(),t.updatedAt?.toISOString()].filter(Boolean),a="";if(t.params&&"object"==typeof t.params)try{a=JSON.stringify(t.params)}catch{a=""}let n=`${r.join(" ")} ${a}`.toLowerCase();return!e||n.includes(e)})},[s,B]),ed=r.useCallback((e,t)=>{if(null==t||""===t)return"-";if(e.endsWith("At")){if(t instanceof Date)return t.toISOString();if("string"==typeof t)return t}if("number"==typeof t||"boolean"==typeof t)return String(t);if("string"==typeof t)return t;if("object"==typeof t)try{return JSON.stringify(t,null,2)}catch{return"[object]"}return String(t)},[]),ec=r.useMemo(()=>F?[{key:"runUuid",label:"Run UUID",mono:!0},{key:"workflowName",label:"Workflow Name"},{key:"workflowKind",label:"Workflow Kind"},{key:"target",label:"Target",mono:!0},{key:"status",label:"Status"},{key:"priority",label:"Priority"},{key:"triggerType",label:"Trigger Type"},{key:"triggerName",label:"Trigger Name"},{key:"runGroupId",label:"Run Group ID",mono:!0},{key:"workspace",label:"Workspace",mono:!0},{key:"workspacePath",label:"Workspace Path",mono:!0},{key:"stepsSummary",label:"Completed / Total",value:F.completedSteps||F.totalSteps?`${F.completedSteps??0} / ${F.totalSteps??0}`:"-"},{key:"errorMessage",label:"Error"}].map(e=>{let t=e.value??ed(String(e.key),F[e.key]);return{key:e.key,label:e.label,value:t,mono:e.mono}}).filter(e=>"-"!==e.value):[],[ed,F]),eu=F?.params?Object.entries(F.params).map(([e,t])=>[e,String(t)]):[],ep=r.useMemo(()=>{let e=new Set;return s.forEach(t=>{t.workspace&&e.add(t.workspace)}),Array.from(e).sort((e,t)=>e.localeCompare(t))},[s]),em=r.useMemo(()=>{let e=(U.status||"all").toLowerCase(),t={all:{trigger:"border-muted-foreground/30",dot:"bg-muted-foreground/50"},pending:{trigger:"border-yellow-400/50 text-yellow-700 dark:text-yellow-300",dot:"bg-yellow-500"},running:{trigger:"border-sky-400/50 text-sky-700 dark:text-sky-300",dot:"bg-sky-500"},completed:{trigger:"border-emerald-400/50 text-emerald-700 dark:text-emerald-300",dot:"bg-emerald-500"},failed:{trigger:"border-red-400/50 text-red-700 dark:text-red-300",dot:"bg-red-500"},cancelled:{trigger:"border-muted-foreground/40 text-muted-foreground",dot:"bg-muted-foreground"}};return t[e]??t.all},[U.status]),eh=r.useMemo(()=>({cli:{label:"CLI",variant:"purple",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},api:{label:"API",variant:"info",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},cron:{label:"Cron",variant:"warning",icon:(0,t.jsx)(c,{className:"size-3"})},scheduled:{label:"Scheduled",variant:"warning",icon:(0,t.jsx)(c,{className:"size-3"})},manual:{label:"Manual",variant:"secondary",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})}}),[]),ef=r.useMemo(()=>({high:{label:"High",className:"border-red-400/50 text-red-700 dark:text-red-300"},medium:{label:"Medium",className:"border-amber-400/50 text-amber-700 dark:text-amber-300"},low:{label:"Low",className:"border-emerald-400/50 text-emerald-700 dark:text-emerald-300"}}),[]),eg=r.useMemo(()=>({pending:{label:"Pending",variant:"secondary"},running:{label:"Running",variant:"default"},completed:{label:"Completed",variant:"success"},success:{label:"Success",variant:"success"},failed:{label:"Failed",variant:"destructive"},error:{label:"Error",variant:"destructive"},skipped:{label:"Skipped",variant:"outline"}}),[]),ex=r.useMemo(()=>({bash:{label:"Bash",variant:"purple",icon:(0,t.jsx)(w.TerminalIcon,{className:"size-3"})},function:{label:"Function",variant:"info",icon:(0,t.jsx)(y.FunctionSquareIcon,{className:"size-3"})},foreach:{label:"Foreach",variant:"orange",icon:(0,t.jsx)(b.RepeatIcon,{className:"size-3"})}}),[]);return r.useEffect(()=>{if(!F){G([]),Z(null),en(null);return}let e="string"==typeof F.runUuid?F.runUuid.trim():"",t=void 0!==F.runId&&null!==F.runId?String(F.runId).trim():"";if(!e&&!t){G([]),Z(null),en(null);return}let r=!1;return er(!0),en(null),Q({runUuid:e||void 0,runId:e?void 0:t,limit:200,offset:0}).then(e=>{r||(G(e.data),Z(e.pagination))}).catch(e=>{r||(en(e instanceof Error?e.message:"Failed to load step results"),G([]),Z(null))}).finally(()=>{r||er(!1)}),()=>{r=!0}},[F]),r.useEffect(()=>{el(!0)},[F]),(0,t.jsxs)("div",{className:"space-y-6",children:[(0,t.jsxs)(j.Card,{children:[(0,t.jsx)(j.CardHeader,{children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)(j.CardTitle,{className:"flex items-center gap-2",children:[(0,t.jsx)(g.ScanSearchIcon,{className:"size-5"}),"Scans"]}),(0,t.jsx)(j.CardDescription,{children:"Filter by status, workflow, or target"})]}),(0,t.jsx)(k.Button,{asChild:!0,children:(0,t.jsxs)(a.default,{href:"/scans/new",children:[(0,t.jsx)(h.PlusIcon,{className:"mr-2 size-4"}),"New Scan"]})})]})}),(0,t.jsxs)(j.CardContent,{children:[(0,t.jsxs)("div",{className:"flex flex-wrap gap-3 py-2",children:[(0,t.jsx)(S.Input,{placeholder:"Search",value:B,onChange:e=>O(e.target.value),className:"h-9 w-full md:w-1/4 max-w-none"}),(0,t.jsxs)(N.Select,{value:U.status||"all",onValueChange:e=>{$(t=>({...t,status:"all"===e?void 0:e})),A(1)},children:[(0,t.jsx)(N.SelectTrigger,{className:(0,H.cn)("max-w-[180px]",em.trigger),children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)("span",{className:(0,H.cn)("size-2 rounded-full",em.dot)}),(0,t.jsx)(N.SelectValue,{placeholder:"Status"})]})}),(0,t.jsxs)(N.SelectContent,{children:[(0,t.jsx)(N.SelectItem,{value:"all",children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)("span",{className:"size-2 rounded-full bg-muted-foreground/50"}),"All Statuses"]})}),(0,t.jsx)(N.SelectItem,{value:"pending",children:(0,t.jsxs)("span",{className:"flex items-center gap-2 text-yellow-700 dark:text-yellow-300",children:[(0,t.jsx)("span",{className:"size-2 rounded-full bg-yellow-500"}),"Pending"]})}),(0,t.jsx)(N.SelectItem,{value:"running",children:(0,t.jsxs)("span",{className:"flex items-center gap-2 text-sky-700 dark:text-sky-300",children:[(0,t.jsx)("span",{className:"size-2 rounded-full bg-sky-500"}),"Running"]})}),(0,t.jsx)(N.SelectItem,{value:"completed",children:(0,t.jsxs)("span",{className:"flex items-center gap-2 text-emerald-700 dark:text-emerald-300",children:[(0,t.jsx)("span",{className:"size-2 rounded-full bg-emerald-500"}),"Completed"]})}),(0,t.jsx)(N.SelectItem,{value:"failed",children:(0,t.jsxs)("span",{className:"flex items-center gap-2 text-red-700 dark:text-red-300",children:[(0,t.jsx)("span",{className:"size-2 rounded-full bg-red-500"}),"Failed"]})})]})]}),(0,t.jsxs)(N.Select,{value:U.workspace||"all",onValueChange:e=>{$(t=>({...t,workspace:"all"===e?void 0:e})),A(1)},children:[(0,t.jsx)(N.SelectTrigger,{className:"max-w-[200px]",children:(0,t.jsx)(N.SelectValue,{placeholder:"Workspace"})}),(0,t.jsxs)(N.SelectContent,{children:[(0,t.jsx)(N.SelectItem,{value:"all",children:"All Workspaces"}),ep.map(e=>(0,t.jsx)(N.SelectItem,{value:e,children:e},e))]})]}),(0,t.jsxs)(N.Select,{value:String(z),onValueChange:e=>{let t=parseInt(e,10);E(Number.isNaN(t)?20:t),A(1)},children:[(0,t.jsx)(N.SelectTrigger,{className:"max-w-[140px]",children:(0,t.jsx)(N.SelectValue,{placeholder:"Page Size"})}),(0,t.jsxs)(N.SelectContent,{children:[(0,t.jsx)(N.SelectItem,{value:"20",children:"20"}),(0,t.jsx)(N.SelectItem,{value:"50",children:"50"}),(0,t.jsx)(N.SelectItem,{value:"100",children:"100"})]})]}),(0,t.jsxs)(k.Button,{variant:"outline",onClick:eo,disabled:d,children:[(0,t.jsx)(f.RefreshCcwIcon,{className:`mr-2 size-4 ${d?"animate-spin":""}`}),"Refresh"]}),(0,t.jsxs)(k.Button,{variant:"outline",onClick:()=>{W(null),$({}),O(""),A(1)},disabled:!F&&!U.status&&!U.workspace&&!B,children:[(0,t.jsx)(x.XIcon,{className:"mr-2 size-4"}),"Clear"]})]}),T?(0,t.jsx)(X.ErrorState,{message:T,onRetry:eo}):(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(V,{scans:ei,isLoading:d,onRefresh:eo,onSelectScan:W}),P&&P.totalPages>1&&(0,t.jsxs)("div",{className:"flex items-center justify-between px-2 py-3",children:[(0,t.jsxs)("p",{className:"text-sm text-muted-foreground",children:["Showing ",(P.page-1)*P.pageSize+1," to"," ",Math.min(P.page*P.pageSize,P.totalItems)," ","of ",P.totalItems.toLocaleString()," results"]}),(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(k.Button,{variant:"outline",size:"sm",onClick:()=>A(e=>Math.max(1,e-1)),disabled:P.page<=1,children:"Previous"}),(0,t.jsx)("div",{className:"flex items-center gap-1",children:Array.from({length:Math.min(5,P.totalPages)},(e,r)=>{let a;return a=P.totalPages<=5||P.page<=3?r+1:P.page>=P.totalPages-2?P.totalPages-4+r:P.page-2+r,(0,t.jsx)(k.Button,{variant:P.page===a?"default":"outline",size:"sm",className:"w-9",onClick:()=>A(a),children:a},a)})}),(0,t.jsx)(k.Button,{variant:"outline",size:"sm",onClick:()=>A(e=>Math.min(e+1,P.totalPages)),disabled:P.page>=P.totalPages,children:"Next"})]})]})]})]})]}),(0,t.jsxs)(j.Card,{children:[(0,t.jsx)(j.CardHeader,{children:(0,t.jsxs)("div",{className:"flex flex-wrap items-center justify-between gap-3",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)(j.CardTitle,{className:"flex items-center gap-2",children:[(0,t.jsx)(p,{className:"size-5 text-muted-foreground"}),"Scan Details"]}),(0,t.jsx)(j.CardDescription,{children:F?"Selected scan details and step output":"Select a scan to view details"})]}),(0,t.jsxs)(k.Button,{className:"rounded-md",variant:"outline",size:"icon",disabled:!F?.id,onClick:async()=>{if(F?.id)try{await navigator.clipboard.writeText(JSON.stringify(F,null,2)),v.toast.success("Run JSON copied")}catch{v.toast.error("Failed to copy")}},children:[(0,t.jsx)(u.ClipboardIcon,{className:"size-4"}),(0,t.jsx)("span",{className:"sr-only",children:"Copy JSON"})]})]})}),(0,t.jsx)(j.CardContent,{children:(0,t.jsx)(q.ScrollArea,{className:"h-[70vh] lg:h-[75vh] rounded-md border bg-muted/20",children:(0,t.jsx)("div",{className:"p-5 space-y-5 text-sm",children:F?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{className:"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4",children:ec.map(e=>(0,t.jsxs)("div",{className:(0,H.cn)("space-y-1 rounded-md border border-transparent px-2 py-1.5 transition-colors","runUuid"===e.key?"cursor-pointer hover:border-primary/30 hover:bg-primary/5":"hover:border-muted-foreground/10"),onClick:async()=>{if("runUuid"===e.key&&F?.runUuid)try{await navigator.clipboard.writeText(F.runUuid),v.toast.success("Run UUID copied")}catch{v.toast.error("Failed to copy")}},role:"runUuid"===e.key?"button":void 0,tabIndex:"runUuid"===e.key?0:void 0,children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:e.label}),"status"===e.key&&F?(0,t.jsx)("div",{className:"flex items-center gap-2",children:(0,t.jsx)(R,{status:F.status})}):"triggerType"===e.key&&F?(0,t.jsxs)(I.Badge,{variant:eh[(F.triggerType||"manual").toLowerCase()]?.variant??"outline",className:"gap-1 w-fit",children:[eh[(F.triggerType||"manual").toLowerCase()]?.icon??(0,t.jsx)(m.PlayIcon,{className:"size-3"}),(0,t.jsx)("span",{children:e.value})]}):"priority"===e.key&&F?F.priority?(0,t.jsx)(I.Badge,{variant:"outline",className:(0,H.cn)("w-fit capitalize",ef[String(F.priority).toLowerCase()]?.className),children:ef[String(F.priority).toLowerCase()]?.label??String(F.priority)}):(0,t.jsx)("span",{className:"text-sm text-muted-foreground",children:"-"}):"errorMessage"===e.key?(0,t.jsx)("div",{className:"rounded-md border border-destructive/20 bg-destructive/5 px-2 py-1 font-mono text-destructive break-all",children:e.value}):(0,t.jsx)("div",{className:e.mono?"font-mono break-all":"break-all",children:e.value})]},e.label))}),eu.length>0&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Params"}),(0,t.jsx)("textarea",{readOnly:!0,value:JSON.stringify(Object.fromEntries(eu.map(([e,t])=>[e,t]))),rows:4,className:"w-full rounded-md border bg-muted/30 p-2 font-mono text-xs whitespace-pre-wrap break-words"})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Step Results"}),(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[J?.total?(0,t.jsxs)("div",{className:"text-xs text-muted-foreground",children:[Y.length," of ",J.total]}):null,(0,t.jsx)(k.Button,{variant:"outline",size:"sm",className:"h-7 px-2 text-xs",onClick:()=>el(e=>!e),disabled:et,children:es?"Hide Steps":"Show Steps"})]})]}),Y.length>0?(0,t.jsx)("div",{className:"flex flex-wrap gap-2",children:Y.map((e,r)=>{let a=e.id?`step-result-${e.id}`:`step-result-${r}`,n=e.stepName||`Step ${r+1}`,s=ex[String(e.stepType||"unknown").toLowerCase()]??{label:e.stepType?String(e.stepType):"Unknown",variant:"outline",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})};return(0,t.jsx)(k.Button,{variant:"outline",size:"sm",className:"h-7 px-2 text-xs",onClick:()=>{el(!0),setTimeout(()=>{let e=document.getElementById(a);e?.scrollIntoView({behavior:"smooth",block:"start"})},0)},children:(0,t.jsxs)("span",{className:"flex items-center gap-1.5",children:[s.icon,(0,t.jsx)("span",{className:"max-w-[140px] truncate",children:n})]})},a)})}):null,es?(0,t.jsx)(t.Fragment,{children:et?(0,t.jsx)(M.TableSkeleton,{rows:3,columns:3}):ea?(0,t.jsx)("div",{className:"rounded-md border border-destructive/30 bg-destructive/10 px-3 py-2 text-sm text-destructive",children:ea}):0===Y.length?(0,t.jsx)("div",{className:"text-sm text-muted-foreground",children:"No step results available for this run."}):(0,t.jsx)("div",{className:"space-y-3",children:Y.map((r,a)=>{let n=eg[String(r.status||"unknown").toLowerCase()]??{label:r.status?String(r.status):"Unknown",variant:"outline"},s=ex[String(r.stepType||"unknown").toLowerCase()]??{label:r.stepType?String(r.stepType):"Unknown",variant:"outline",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},l=r.output?`\`\`\` +${r.output} +\`\`\``:"",d=r.id?`step-result-${r.id}`:`step-result-${a}`;return(0,t.jsxs)("div",{id:d,className:"rounded-md border bg-background/60 p-3",children:[(0,t.jsxs)("div",{className:"flex flex-wrap items-start justify-between gap-2",children:[(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,t.jsx)("div",{className:"font-medium",children:r.stepName||"Unnamed step"}),(0,t.jsx)("span",{className:"text-muted-foreground",children:"-"}),(0,t.jsxs)(I.Badge,{variant:s.variant,className:"w-fit gap-1 font-normal",children:[s.icon,(0,t.jsx)("span",{children:s.label})]})]}),(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,t.jsx)(I.Badge,{variant:n.variant,children:n.label}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:(e=>{if(null==e)return"-";if(e<1e3)return`${e}ms`;let t=Math.floor(e/1e3);if(t<60)return`${t}s`;let r=Math.floor(t/60);if(r<60)return`${r}m ${t%60}s`;let a=Math.floor(r/60);return`${a}h ${r%60}m`})(r.durationMs)})]})]}),(0,t.jsxs)("div",{className:"mt-2 grid gap-2 text-xs text-muted-foreground sm:grid-cols-2",children:[(0,t.jsxs)("div",{children:["Started:"," ",r.startedAt?(0,H.formatDateTime)(r.startedAt):"-"]}),(0,t.jsxs)("div",{children:["Completed:"," ",r.completedAt?(0,H.formatDateTime)(r.completedAt):"-"]})]}),r.command?(0,t.jsxs)("div",{className:"mt-3 space-y-1",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Command"}),(0,t.jsx)("div",{className:"max-h-40 overflow-auto rounded-md border bg-muted/30 p-2",children:(0,t.jsx)(ee,{language:"bash",style:"dark"===e?i.default:o.default,customStyle:{margin:0,background:"transparent",fontSize:"0.75rem",whiteSpace:"pre-wrap",wordBreak:"break-word"},codeTagProps:{style:{whiteSpace:"pre-wrap",wordBreak:"break-word"}},children:r.command})})]}):null,r.output?(0,t.jsxs)("div",{className:"mt-3 space-y-1",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Output"}),(0,t.jsx)("pre",{className:"max-h-60 overflow-auto rounded-md border bg-muted/30 p-2 font-mono text-xs whitespace-pre-wrap break-words",children:r.output})]}):null,r.output?(0,t.jsxs)("div",{className:"mt-3 space-y-1",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Output (Markdown)"}),(0,t.jsx)("textarea",{readOnly:!0,value:l,rows:4,className:"w-full rounded-md border bg-muted/30 p-2 font-mono text-xs whitespace-pre-wrap break-words"})]}):null,r.error?(0,t.jsxs)("div",{className:"mt-3 space-y-1",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Error"}),(0,t.jsx)("div",{className:"rounded-md border border-destructive/30 bg-destructive/10 p-2 font-mono text-xs text-destructive whitespace-pre-wrap break-words",children:r.error})]}):null]},r.id||`${r.stepName}-${a}`)})})}):null]})]}):(0,t.jsx)("div",{className:"text-sm text-muted-foreground",children:"Select a scan from the table to see its details here."})})})})]})]})}e.s(["default",()=>et],28318)}]); \ No newline at end of file diff --git a/public/ui/_next/static/chunks/1baa988059730530.js b/public/ui/_next/static/chunks/1baa988059730530.js new file mode 100644 index 0000000..1d3557a --- /dev/null +++ b/public/ui/_next/static/chunks/1baa988059730530.js @@ -0,0 +1 @@ +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,11369,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(81140),s=e.i(69340),o=e.i(34620),n=e.i(20783);e.i(74080);var l=Symbol("radix.slottable");function i(e){return r.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===l}var c=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,a)=>{var s,o;let l,c,d,u=(o=s=`Primitive.${a}`,(l=r.forwardRef((e,t)=>{let{children:a,...s}=e;if(r.isValidElement(a)){var o;let e,l,i=(o=a,(l=(e=Object.getOwnPropertyDescriptor(o.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?o.ref:(l=(e=Object.getOwnPropertyDescriptor(o,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?o.props.ref:o.props.ref||o.ref),c=function(e,t){let r={...t};for(let a in t){let s=e[a],o=t[a];/^on[A-Z]/.test(a)?s&&o?r[a]=(...e)=>{let t=o(...e);return s(...e),t}:s&&(r[a]=s):"style"===a?r[a]={...s,...o}:"className"===a&&(r[a]=[s,o].filter(Boolean).join(" "))}return{...e,...r}}(s,a.props);return a.type!==r.Fragment&&(c.ref=t?(0,n.composeRefs)(t,i):i),r.cloneElement(a,c)}return r.Children.count(a)>1?r.Children.only(null):null})).displayName=`${o}.SlotClone`,c=l,(d=r.forwardRef((e,a)=>{let{children:s,...o}=e,n=r.Children.toArray(s),l=n.find(i);if(l){let e=l.props.children,s=n.map(t=>t!==l?t:r.Children.count(e)>1?r.Children.only(null):r.isValidElement(e)?e.props.children:null);return(0,t.jsx)(c,{...o,ref:a,children:r.isValidElement(e)?r.cloneElement(e,void 0,s):null})}return(0,t.jsx)(c,{...o,ref:a,children:s})})).displayName=`${s}.Slot`,d),p=r.forwardRef((e,r)=>{let{asChild:s,...o}=e;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,t.jsx)(s?u:a,{...o,ref:r})});return p.displayName=`Primitive.${a}`,{...e,[a]:p}},{}),d=e.i(96626),u=e.i(10772),p="Collapsible",[m,h]=function(e,a=[]){let s=[],o=()=>{let t=s.map(e=>r.createContext(e));return function(a){let s=a?.[e]||t;return r.useMemo(()=>({[`__scope${e}`]:{...a,[e]:s}}),[a,s])}};return o.scopeName=e,[function(a,o){let n=r.createContext(o),l=s.length;s=[...s,o];let i=a=>{let{scope:s,children:o,...i}=a,c=s?.[e]?.[l]||n,d=r.useMemo(()=>i,Object.values(i));return(0,t.jsx)(c.Provider,{value:d,children:o})};return i.displayName=a+"Provider",[i,function(t,s){let i=s?.[e]?.[l]||n,c=r.useContext(i);if(c)return c;if(void 0!==o)return o;throw Error(`\`${t}\` must be used within \`${a}\``)}]},function(...e){let t=e[0];if(1===e.length)return t;let a=()=>{let a=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let s=a.reduce((t,{useScope:r,scopeName:a})=>{let s=r(e)[`__scope${a}`];return{...t,...s}},{});return r.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return a.scopeName=t.scopeName,a}(o,...a)]}(p),[f,g]=m(p),w=r.forwardRef((e,a)=>{let{__scopeCollapsible:o,open:n,defaultOpen:l,disabled:i,onOpenChange:d,...m}=e,[h,g]=(0,s.useControllableState)({prop:n,defaultProp:l??!1,onChange:d,caller:p});return(0,t.jsx)(f,{scope:o,disabled:i,contentId:(0,u.useId)(),open:h,onOpenToggle:r.useCallback(()=>g(e=>!e),[g]),children:(0,t.jsx)(c.div,{"data-state":k(h),"data-disabled":i?"":void 0,...m,ref:a})})});w.displayName=p;var x="CollapsibleTrigger",v=r.forwardRef((e,r)=>{let{__scopeCollapsible:s,...o}=e,n=g(x,s);return(0,t.jsx)(c.button,{type:"button","aria-controls":n.contentId,"aria-expanded":n.open||!1,"data-state":k(n.open),"data-disabled":n.disabled?"":void 0,disabled:n.disabled,...o,ref:r,onClick:(0,a.composeEventHandlers)(e.onClick,n.onOpenToggle)})});v.displayName=x;var y="CollapsibleContent",_=r.forwardRef((e,r)=>{let{forceMount:a,...s}=e,o=g(y,e.__scopeCollapsible);return(0,t.jsx)(d.Presence,{present:a||o.open,children:({present:e})=>(0,t.jsx)(b,{...s,ref:r,present:e})})});_.displayName=y;var b=r.forwardRef((e,a)=>{let{__scopeCollapsible:s,present:l,children:i,...d}=e,u=g(y,s),[p,m]=r.useState(l),h=r.useRef(null),f=(0,n.useComposedRefs)(a,h),w=r.useRef(0),x=w.current,v=r.useRef(0),_=v.current,b=u.open||p,j=r.useRef(b),S=r.useRef(void 0);return r.useEffect(()=>{let e=requestAnimationFrame(()=>j.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,o.useLayoutEffect)(()=>{let e=h.current;if(e){S.current=S.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();w.current=t.height,v.current=t.width,j.current||(e.style.transitionDuration=S.current.transitionDuration,e.style.animationName=S.current.animationName),m(l)}},[u.open,l]),(0,t.jsx)(c.div,{"data-state":k(u.open),"data-disabled":u.disabled?"":void 0,id:u.contentId,hidden:!b,...d,ref:f,style:{"--radix-collapsible-content-height":x?`${x}px`:void 0,"--radix-collapsible-content-width":_?`${_}px`:void 0,...e.style},children:b&&i})});function k(e){return e?"open":"closed"}function j({...e}){return(0,t.jsx)(w,{"data-slot":"collapsible",...e})}function S({...e}){return(0,t.jsx)(v,{"data-slot":"collapsible-trigger",...e})}function N({...e}){return(0,t.jsx)(_,{"data-slot":"collapsible-content",...e})}e.s(["Collapsible",()=>j,"CollapsibleContent",()=>N,"CollapsibleTrigger",()=>S],11369)},19036,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(81140),s=e.i(20783),o=e.i(69340),n=e.i(99682),l=e.i(35804);e.i(74080);var i=Symbol("radix.slottable");function c(e){return r.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===i}var d=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,a)=>{var o,n;let l,i,d,u=(n=o=`Primitive.${a}`,(l=r.forwardRef((e,t)=>{let{children:a,...o}=e;if(r.isValidElement(a)){var n;let e,l,i=(n=a,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),c=function(e,t){let r={...t};for(let a in t){let s=e[a],o=t[a];/^on[A-Z]/.test(a)?s&&o?r[a]=(...e)=>{let t=o(...e);return s(...e),t}:s&&(r[a]=s):"style"===a?r[a]={...s,...o}:"className"===a&&(r[a]=[s,o].filter(Boolean).join(" "))}return{...e,...r}}(o,a.props);return a.type!==r.Fragment&&(c.ref=t?(0,s.composeRefs)(t,i):i),r.cloneElement(a,c)}return r.Children.count(a)>1?r.Children.only(null):null})).displayName=`${n}.SlotClone`,i=l,(d=r.forwardRef((e,a)=>{let{children:s,...o}=e,n=r.Children.toArray(s),l=n.find(c);if(l){let e=l.props.children,s=n.map(t=>t!==l?t:r.Children.count(e)>1?r.Children.only(null):r.isValidElement(e)?e.props.children:null);return(0,t.jsx)(i,{...o,ref:a,children:r.isValidElement(e)?r.cloneElement(e,void 0,s):null})}return(0,t.jsx)(i,{...o,ref:a,children:s})})).displayName=`${o}.Slot`,d),p=r.forwardRef((e,r)=>{let{asChild:s,...o}=e;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,t.jsx)(s?u:a,{...o,ref:r})});return p.displayName=`Primitive.${a}`,{...e,[a]:p}},{}),u="Switch",[p,m]=function(e,a=[]){let s=[],o=()=>{let t=s.map(e=>r.createContext(e));return function(a){let s=a?.[e]||t;return r.useMemo(()=>({[`__scope${e}`]:{...a,[e]:s}}),[a,s])}};return o.scopeName=e,[function(a,o){let n=r.createContext(o),l=s.length;s=[...s,o];let i=a=>{let{scope:s,children:o,...i}=a,c=s?.[e]?.[l]||n,d=r.useMemo(()=>i,Object.values(i));return(0,t.jsx)(c.Provider,{value:d,children:o})};return i.displayName=a+"Provider",[i,function(t,s){let i=s?.[e]?.[l]||n,c=r.useContext(i);if(c)return c;if(void 0!==o)return o;throw Error(`\`${t}\` must be used within \`${a}\``)}]},function(...e){let t=e[0];if(1===e.length)return t;let a=()=>{let a=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let s=a.reduce((t,{useScope:r,scopeName:a})=>{let s=r(e)[`__scope${a}`];return{...t,...s}},{});return r.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return a.scopeName=t.scopeName,a}(o,...a)]}(u),[h,f]=p(u),g=r.forwardRef((e,n)=>{let{__scopeSwitch:l,name:i,checked:c,defaultChecked:p,required:m,disabled:f,value:g="on",onCheckedChange:w,form:x,..._}=e,[b,k]=r.useState(null),j=(0,s.useComposedRefs)(n,e=>k(e)),S=r.useRef(!1),N=!b||x||!!b.closest("form"),[C,D]=(0,o.useControllableState)({prop:c,defaultProp:p??!1,onChange:w,caller:u});return(0,t.jsxs)(h,{scope:l,checked:C,disabled:f,children:[(0,t.jsx)(d.button,{type:"button",role:"switch","aria-checked":C,"aria-required":m,"data-state":y(C),"data-disabled":f?"":void 0,disabled:f,value:g,..._,ref:j,onClick:(0,a.composeEventHandlers)(e.onClick,e=>{D(e=>!e),N&&(S.current=e.isPropagationStopped(),S.current||e.stopPropagation())})}),N&&(0,t.jsx)(v,{control:b,bubbles:!S.current,name:i,value:g,checked:C,required:m,disabled:f,form:x,style:{transform:"translateX(-100%)"}})]})});g.displayName=u;var w="SwitchThumb",x=r.forwardRef((e,r)=>{let{__scopeSwitch:a,...s}=e,o=f(w,a);return(0,t.jsx)(d.span,{"data-state":y(o.checked),"data-disabled":o.disabled?"":void 0,...s,ref:r})});x.displayName=w;var v=r.forwardRef(({__scopeSwitch:e,control:a,checked:o,bubbles:i=!0,...c},d)=>{let u=r.useRef(null),p=(0,s.useComposedRefs)(u,d),m=(0,n.usePrevious)(o),h=(0,l.useSize)(a);return r.useEffect(()=>{let e=u.current;if(!e)return;let t=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"checked").set;if(m!==o&&t){let r=new Event("click",{bubbles:i});t.call(e,o),e.dispatchEvent(r)}},[m,o,i]),(0,t.jsx)("input",{type:"checkbox","aria-hidden":!0,defaultChecked:o,...c,tabIndex:-1,ref:p,style:{...c.style,...h,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});function y(e){return e?"checked":"unchecked"}v.displayName="SwitchBubbleInput";var _=e.i(47163);function b({className:e,...r}){return(0,t.jsx)(g,{"data-slot":"switch",className:(0,_.cn)("peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-xs transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input",e),...r,children:(0,t.jsx)(x,{"data-slot":"switch-thumb",className:(0,_.cn)("pointer-events-none block size-4 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0")})})}e.s(["Switch",()=>b],19036)},37007,e=>{"use strict";let t=(0,e.i(75254).default)("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);e.s(["PlusIcon",()=>t],37007)},97239,e=>{"use strict";let t=(0,e.i(75254).default)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);e.s(["AlertTriangleIcon",()=>t],97239)},11764,e=>{"use strict";var t=e.i(55161),r=e.i(62280),a=e.i(72536);let s=[{id:1,name:"example.com",data_source:"local",local_path:"/home/user/osmedeus-base/workspaces/example.com",state_execution_log:"/home/user/osmedeus-base/workspaces/example.com/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/example.com/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/example.com/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/example.com/state",total_assets:150,total_subdomains:1247,total_urls:856,total_vulns:23,vuln_critical:2,vuln_high:5,vuln_medium:8,vuln_low:8,vuln_potential:3,risk_score:7.5,tags:["production","priority"],last_run:new Date(Date.now()-36e5).toISOString(),run_workflow:"subdomain-enum",created_at:"2024-01-15T08:00:00Z",updated_at:new Date(Date.now()-36e5).toISOString()},{id:2,name:"testsite.org",data_source:"cloud",local_path:"/home/user/osmedeus-base/workspaces/testsite.org",state_execution_log:"/home/user/osmedeus-base/workspaces/testsite.org/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/testsite.org/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/testsite.org/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/testsite.org/state",total_assets:50,total_subdomains:342,total_urls:189,total_vulns:7,vuln_critical:0,vuln_high:1,vuln_medium:3,vuln_low:3,vuln_potential:2,risk_score:4.2,tags:["staging"],last_run:new Date(Date.now()-864e5).toISOString(),run_workflow:"port-scan",created_at:"2024-02-20T12:00:00Z",updated_at:new Date(Date.now()-864e5).toISOString()},{id:3,name:"acme.io",data_source:"imported",local_path:"/home/user/osmedeus-base/workspaces/acme.io",state_execution_log:"/home/user/osmedeus-base/workspaces/acme.io/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/acme.io/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/acme.io/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/acme.io/state",total_assets:320,total_subdomains:2156,total_urls:1432,total_vulns:45,vuln_critical:5,vuln_high:12,vuln_medium:15,vuln_low:13,vuln_potential:8,risk_score:8.8,tags:["production","critical"],last_run:new Date(Date.now()-1728e5).toISOString(),run_workflow:"full-scan",created_at:"2024-03-10T10:00:00Z",updated_at:new Date(Date.now()-1728e5).toISOString()},{id:4,name:"secure.bank.com",data_source:"local",local_path:"/home/user/osmedeus-base/workspaces/secure.bank.com",state_execution_log:"/home/user/osmedeus-base/workspaces/secure.bank.com/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/secure.bank.com/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/secure.bank.com/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/secure.bank.com/state",total_assets:80,total_subdomains:567,total_urls:312,total_vulns:12,vuln_critical:1,vuln_high:2,vuln_medium:5,vuln_low:4,vuln_potential:0,risk_score:5.5,tags:["finance","priority"],last_run:new Date(Date.now()-432e5).toISOString(),run_workflow:"vuln-scan",created_at:"2024-04-05T09:00:00Z",updated_at:new Date(Date.now()-432e5).toISOString()},{id:5,name:"startup.dev",data_source:"cloud",local_path:"/home/user/osmedeus-base/workspaces/startup.dev",state_execution_log:"/home/user/osmedeus-base/workspaces/startup.dev/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/startup.dev/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/startup.dev/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/startup.dev/state",total_assets:20,total_subdomains:89,total_urls:45,total_vulns:3,vuln_critical:0,vuln_high:0,vuln_medium:1,vuln_low:2,vuln_potential:5,risk_score:2.1,tags:["development"],last_run:new Date(Date.now()-6048e5).toISOString(),run_workflow:"quick-scan",created_at:"2024-05-01T14:00:00Z",updated_at:new Date(Date.now()-6048e5).toISOString()},{id:6,name:"megacorp.com",data_source:"local",local_path:"/home/user/osmedeus-base/workspaces/megacorp.com",state_execution_log:"/home/user/osmedeus-base/workspaces/megacorp.com/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/megacorp.com/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/megacorp.com/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/megacorp.com/state",total_assets:890,total_subdomains:8934,total_urls:4521,total_vulns:89,vuln_critical:8,vuln_high:22,vuln_medium:35,vuln_low:24,vuln_potential:15,risk_score:9.2,tags:["enterprise","production","critical"],last_run:new Date(Date.now()-2592e5).toISOString(),run_workflow:"full-scan",created_at:"2024-01-01T08:00:00Z",updated_at:new Date(Date.now()-2592e5).toISOString()},{id:7,name:"shop.retail.com",data_source:"imported",local_path:"/home/user/osmedeus-base/workspaces/shop.retail.com",state_execution_log:"/home/user/osmedeus-base/workspaces/shop.retail.com/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/shop.retail.com/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/shop.retail.com/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/shop.retail.com/state",total_assets:45,total_subdomains:234,total_urls:167,total_vulns:5,vuln_critical:0,vuln_high:1,vuln_medium:2,vuln_low:2,vuln_potential:3,risk_score:3.5,tags:["retail","staging"],last_run:new Date(Date.now()-6e5).toISOString(),run_workflow:"subdomain-enum",created_at:"2024-06-15T11:00:00Z",updated_at:new Date(Date.now()-6e5).toISOString()}];function o(e,t){let r=["api","www","mail","admin","dashboard","app","cdn","static","dev","staging","test","beta","secure","auth","login","portal","shop","store","blog","docs","support","help","status","monitor"],a=["Welcome to Our API","Admin Dashboard","Login Portal","Documentation","Help Center","Status Page","Application Home","Secure Portal",void 0,"Blog","Store","Developer Portal"],s=[200,200,200,200,301,302,403,404,500,200,200,200],o=[];for(let n=0;n0?`/path-${n}`:""}`;o.push({id:`asset-${e}-${n.toString().padStart(4,"0")}`,workspace:e,assetValue:`${t}.example.com`,url:i,input:`${t}.example.com`,scheme:"https",method:"GET",path:n>0?`/path-${n}`:"/",statusCode:l,contentType:200===l?"text/html; charset=utf-8":"",contentLength:Math.floor(5e5*Math.random())+1e3,title:200===l?a[n%a.length]:void 0,words:Math.floor(5e3*Math.random())+100,lines:Math.floor(500*Math.random())+10,hostIp:`192.168.${Math.floor(255*Math.random())}.${Math.floor(255*Math.random())}`,aRecords:[`192.168.${Math.floor(255*Math.random())}.${Math.floor(255*Math.random())}`],tls:"TLS 1.3",assetType:"web",technologies:200===l?["nginx","React","Node.js"].slice(0,Math.floor(3*Math.random())+1):[],responseTime:`${Math.floor(500*Math.random())+50}ms`,source:"httpx",createdAt:new Date(Date.now()-Math.floor(7*Math.random()*864e5)),updatedAt:new Date(Date.now()-Math.floor(3*Math.random()*864e5))})}return o}let n={"ws-001":o("ws-001",856),"ws-002":o("ws-002",189),"ws-003":o("ws-003",1432),"ws-004":o("ws-004",312),"ws-005":o("ws-005",45),"ws-006":o("ws-006",4521),"ws-007":o("ws-007",167)};async function l(e={}){return(await i(e)).items}async function i(e={}){if((0,a.isDemoMode)()){let t=s.map(e=>c(e)),r=e.search?.trim().toLowerCase(),a=e.data_source?.trim().toLowerCase(),o=r?t.filter(e=>!!(e.name.toLowerCase().includes(r)||e.local_path.toLowerCase().includes(r)||e.data_source?.toLowerCase().includes(r))||e.tags.some(e=>e.toLowerCase().includes(r))):t,n=a&&"all"!==a?o.filter(e=>(e.data_source??"").toLowerCase()===a):o,l="number"==typeof e.offset?e.offset:0,i="number"==typeof e.limit?e.limit:n.length;return{items:n.slice(l,l+i),pagination:{total:n.length,offset:l,limit:i},mode:e.filesystem?"filesystem":"database"}}let o={};"number"==typeof e.offset&&(o.offset=e.offset),"number"==typeof e.limit&&(o.limit=e.limit),e.search&&(o.search=e.search),e.filesystem&&(o.filesystem=!0),e.data_source&&(o.data_source=e.data_source);let n=(await t.http.get(`${r.API_PREFIX}/workspaces`,{params:o})).data||{},l=Array.isArray(n.data)?n.data:Array.isArray(n.items)?n.items:[],d=n.pagination||n.meta?.pagination||{},u=d.total??d.totalItems,p=d.offset,m=d.limit,h=d.page,f=d.pageSize,g=void 0!==p?p:"number"==typeof h&&"number"==typeof f?Math.max(0,(h-1)*f):"number"==typeof e.offset?e.offset:0,w=void 0!==m?m:"number"==typeof f?f:"number"==typeof e.limit?e.limit:l.length,x=Number(u);return{items:l.map(c),pagination:{total:Number.isFinite(x)?x:l.length,offset:Number(g)||0,limit:Number(w)||l.length},mode:n.mode??n.meta?.mode??(e.filesystem?"filesystem":"database")}}function c(e){return{id:Number(e?.id??e?.workspace_id??0)||0,name:String(e?.name??e?.workspace??e?.target??""),data_source:"string"==typeof e?.data_source?e.data_source:"string"==typeof e?.dataSource?e.dataSource:void 0,local_path:String(e?.local_path??e?.workspace_path??e?.path??""),total_assets:Number(e?.total_assets??e?.assets_total??e?.assets?.total??0)||0,total_subdomains:Number(e?.total_subdomains??e?.subdomains_total??e?.subdomains?.total??0)||0,total_urls:Number(e?.total_urls??e?.urls_total??e?.http_assets_total??e?.http_assets?.total??0)||0,total_vulns:Number(e?.total_vulns??e?.vulns_total??e?.vulnerabilities?.total??0)||0,vuln_critical:Number(e?.vuln_critical??e?.vulnerabilities?.critical??0)||0,vuln_high:Number(e?.vuln_high??e?.vulnerabilities?.high??0)||0,vuln_medium:Number(e?.vuln_medium??e?.vulnerabilities?.medium??0)||0,vuln_low:Number(e?.vuln_low??e?.vulnerabilities?.low??0)||0,vuln_potential:Number(e?.vuln_potential??e?.vulnerabilities?.potential??e?.vulnerabilities?.info??0)||0,risk_score:Number(e?.risk_score??e?.risk?.score??e?.score??0)||0,tags:Array.isArray(e?.tags)?e.tags:Array.isArray(e?.labels)?e.labels:[],last_run:String(e?.last_run??e?.last_scan??e?.latest_run_at??e?.last_run_at??""),run_workflow:String(e?.run_workflow??e?.last_workflow??e?.workflow??""),state_execution_log:"string"==typeof e?.state_execution_log?e.state_execution_log:"string"==typeof e?.state?.execution_log?e.state.execution_log:void 0,state_completed_file:"string"==typeof e?.state_completed_file?e.state_completed_file:"string"==typeof e?.state?.completed_file?e.state.completed_file:void 0,state_workflow_file:"string"==typeof e?.state_workflow_file?e.state_workflow_file:"string"==typeof e?.state?.workflow_file?e.state.workflow_file:void 0,state_workflow_folder:"string"==typeof e?.state_workflow_folder?e.state_workflow_folder:"string"==typeof e?.state?.workflow_folder?e.state.workflow_folder:void 0,created_at:String(e?.created_at??e?.createdAt??""),updated_at:String(e?.updated_at??e?.updatedAt??"")}}async function d(e){if((0,a.isDemoMode)()){let t=s.find(t=>String(t.id)===e||t.name===e);return t?c(t):null}try{let a=await t.http.get(`${r.API_PREFIX}/workspaces`,{params:{offset:0,limit:1e3}}),s=(a.data?.data||[]).find(t=>String(t.id)===e||t.name===e);if(!s)return null;return c(s)}catch{return null}}async function u(e,o){let l=o.page??1,i=o.pageSize??20,c=(l-1)*i,d=o.filters??{};if((0,a.isDemoMode)()){let t=(e??"").trim(),r=t?s.find(e=>e.name===t)||s.find(e=>e.name.toLowerCase()===t.toLowerCase()):void 0,a=n[r?`ws-${String(r.id).padStart(3,"0")}`:t.startsWith("ws-")?t:"ws-001"]??[],o=(d.search??"").trim().toLowerCase(),u=new Set(d.statusCodes??[]),p=(d.technologies??[]).map(e=>e.trim().toLowerCase()).filter(Boolean),m=(d.contentTypes??[]).map(e=>e.trim().toLowerCase()).filter(Boolean),h=(d.tlsVersion??"").trim().toLowerCase(),f=(d.location??"").trim().toLowerCase(),g=a.filter(e=>{if(o&&![e.url,e.assetValue,e.title??"",e.hostIp??""].join(" ").toLowerCase().includes(o)||u.size>0&&!u.has(e.statusCode))return!1;if(p.length>0){let t=new Set(e.technologies.map(e=>String(e).trim().toLowerCase()));if(!p.some(e=>t.has(e)))return!1}if(m.length>0){let t=(e.contentType??"").toLowerCase();if(!m.some(e=>t.includes(e)))return!1}return(!h||String(e.tls??"").toLowerCase()===h)&&(!f||!![e.url,e.assetValue,e.hostIp??""].join(" ").toLowerCase().includes(f))&&("number"!=typeof d.minContentLength||!(e.contentLengthd.maxContentLength))}),w=g.slice(c,c+i),x=g.length;return{data:w,pagination:{page:l,pageSize:i,totalItems:x,totalPages:Math.ceil(x/i)}}}let u={offset:c,limit:i};e&&(u.workspace=e),d.search&&(u.search=d.search),d.statusCodes?.length&&(u.status_code=d.statusCodes.join(",")),"number"==typeof d.minContentLength&&(u.min_content_length=d.minContentLength),"number"==typeof d.maxContentLength&&(u.max_content_length=d.maxContentLength),d.location&&(u.location=d.location),d.technologies?.length&&(u.tech=d.technologies.join(",")),d.contentTypes?.length&&(u.content_type=d.contentTypes.join(",")),d.tlsVersion&&(u.tls=d.tlsVersion);let p=await t.http.get(`${r.API_PREFIX}/assets`,{params:u}),m=(p.data?.data||[]).map(e=>({id:String(e.id??e.url),workspace:e.workspace??"",assetValue:e.asset_value??"",url:e.url??"",input:e.input??"",scheme:e.scheme??"",method:e.method??"GET",path:e.path??"/",statusCode:e.status_code??0,contentType:e.content_type??"",contentLength:e.content_length??0,title:e.title,words:e.words??0,lines:e.lines??0,hostIp:e.host_ip,aRecords:e.a??[],tls:e.tls,assetType:e.asset_type??"web",technologies:e.tech??[],responseTime:e.time,remarks:e.remarks,source:e.source??"",createdAt:e.created_at?new Date(e.created_at):new Date,updatedAt:e.updated_at?new Date(e.updated_at):new Date})),h=p.data?.pagination?.total??m.length;return{data:m,pagination:{page:l,pageSize:i,totalItems:h,totalPages:Math.ceil(h/i)}}}e.s(["fetchHttpAssets",()=>u,"fetchWorkspace",()=>d,"fetchWorkspaces",()=>l,"fetchWorkspacesList",()=>i],11764)},49200,e=>{"use strict";let t=(0,e.i(75254).default)("chevrons-up-down",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]);e.s(["ChevronsUpDownIcon",()=>t],49200)},70065,e=>{"use strict";var t=e.i(43476),r=e.i(47163);function a({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card",className:(0,r.cn)("bg-card/80 backdrop-blur-sm text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm transition-all duration-300 hover:shadow-[0_0_30px_rgba(32,178,170,0.12)] hover:-translate-y-0.5",e),...a})}function s({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,r.cn)("flex flex-col gap-1.5 px-6",e),...a})}function o({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,r.cn)("leading-none font-semibold",e),...a})}function n({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,r.cn)("text-muted-foreground text-sm",e),...a})}function l({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,r.cn)("px-6",e),...a})}function i({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,r.cn)("flex items-center px-6",e),...a})}e.s(["Card",()=>a,"CardContent",()=>l,"CardDescription",()=>n,"CardFooter",()=>i,"CardHeader",()=>s,"CardTitle",()=>o])},70152,e=>{"use strict";function t(e,[t,r]){return Math.min(r,Math.max(t,e))}e.s(["clamp",()=>t])},88846,e=>{"use strict";let t=(0,e.i(75254).default)("search",[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]);e.s(["SearchIcon",()=>t],88846)},59377,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(81140),s=e.i(20783),o=e.i(26330),n=e.i(3536),l=e.i(65491),i=e.i(10772),c=e.i(53660),d=e.i(74606),u=e.i(96626);function p(e){var a;let o,n=(a=e,(o=r.forwardRef((e,t)=>{let{children:a,...o}=e;if(r.isValidElement(a)){var n;let e,l,i=(n=a,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),c=function(e,t){let r={...t};for(let a in t){let s=e[a],o=t[a];/^on[A-Z]/.test(a)?s&&o?r[a]=(...e)=>{let t=o(...e);return s(...e),t}:s&&(r[a]=s):"style"===a?r[a]={...s,...o}:"className"===a&&(r[a]=[s,o].filter(Boolean).join(" "))}return{...e,...r}}(o,a.props);return a.type!==r.Fragment&&(c.ref=t?(0,s.composeRefs)(t,i):i),r.cloneElement(a,c)}return r.Children.count(a)>1?r.Children.only(null):null})).displayName=`${a}.SlotClone`,o),l=r.forwardRef((e,a)=>{let{children:s,...o}=e,l=r.Children.toArray(s),i=l.find(h);if(i){let e=i.props.children,s=l.map(t=>t!==i?t:r.Children.count(e)>1?r.Children.only(null):r.isValidElement(e)?e.props.children:null);return(0,t.jsx)(n,{...o,ref:a,children:r.isValidElement(e)?r.cloneElement(e,void 0,s):null})}return(0,t.jsx)(n,{...o,ref:a,children:s})});return l.displayName=`${e}.Slot`,l}e.i(74080);var m=Symbol("radix.slottable");function h(e){return r.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===m}var f=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,a)=>{let s=p(`Primitive.${a}`),o=r.forwardRef((e,r)=>{let{asChild:o,...n}=e;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,t.jsx)(o?s:a,{...n,ref:r})});return o.displayName=`Primitive.${a}`,{...e,[a]:o}},{}),g=e.i(69340),w=e.i(86312),x=e.i(85369),v="Popover",[y,_]=function(e,a=[]){let s=[],o=()=>{let t=s.map(e=>r.createContext(e));return function(a){let s=a?.[e]||t;return r.useMemo(()=>({[`__scope${e}`]:{...a,[e]:s}}),[a,s])}};return o.scopeName=e,[function(a,o){let n=r.createContext(o),l=s.length;s=[...s,o];let i=a=>{let{scope:s,children:o,...i}=a,c=s?.[e]?.[l]||n,d=r.useMemo(()=>i,Object.values(i));return(0,t.jsx)(c.Provider,{value:d,children:o})};return i.displayName=a+"Provider",[i,function(t,s){let i=s?.[e]?.[l]||n,c=r.useContext(i);if(c)return c;if(void 0!==o)return o;throw Error(`\`${t}\` must be used within \`${a}\``)}]},function(...e){let t=e[0];if(1===e.length)return t;let a=()=>{let a=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let s=a.reduce((t,{useScope:r,scopeName:a})=>{let s=r(e)[`__scope${a}`];return{...t,...s}},{});return r.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return a.scopeName=t.scopeName,a}(o,...a)]}(v,[c.createPopperScope]),b=(0,c.createPopperScope)(),[k,j]=y(v),S=e=>{let{__scopePopover:a,children:s,open:o,defaultOpen:n,onOpenChange:l,modal:d=!1}=e,u=b(a),p=r.useRef(null),[m,h]=r.useState(!1),[f,w]=(0,g.useControllableState)({prop:o,defaultProp:n??!1,onChange:l,caller:v});return(0,t.jsx)(c.Root,{...u,children:(0,t.jsx)(k,{scope:a,contentId:(0,i.useId)(),triggerRef:p,open:f,onOpenChange:w,onOpenToggle:r.useCallback(()=>w(e=>!e),[w]),hasCustomAnchor:m,onCustomAnchorAdd:r.useCallback(()=>h(!0),[]),onCustomAnchorRemove:r.useCallback(()=>h(!1),[]),modal:d,children:s})})};S.displayName=v;var N="PopoverAnchor";r.forwardRef((e,a)=>{let{__scopePopover:s,...o}=e,n=j(N,s),l=b(s),{onCustomAnchorAdd:i,onCustomAnchorRemove:d}=n;return r.useEffect(()=>(i(),()=>d()),[i,d]),(0,t.jsx)(c.Anchor,{...l,...o,ref:a})}).displayName=N;var C="PopoverTrigger",D=r.forwardRef((e,r)=>{let{__scopePopover:o,...n}=e,l=j(C,o),i=b(o),d=(0,s.useComposedRefs)(r,l.triggerRef),u=(0,t.jsx)(f.button,{type:"button","aria-haspopup":"dialog","aria-expanded":l.open,"aria-controls":l.contentId,"data-state":O(l.open),...n,ref:d,onClick:(0,a.composeEventHandlers)(e.onClick,l.onOpenToggle)});return l.hasCustomAnchor?u:(0,t.jsx)(c.Anchor,{asChild:!0,...i,children:u})});D.displayName=C;var I="PopoverPortal",[R,P]=y(I,{forceMount:void 0}),A=e=>{let{__scopePopover:r,forceMount:a,children:s,container:o}=e,n=j(I,r);return(0,t.jsx)(R,{scope:r,forceMount:a,children:(0,t.jsx)(u.Presence,{present:a||n.open,children:(0,t.jsx)(d.Portal,{asChild:!0,container:o,children:s})})})};A.displayName=I;var M="PopoverContent",E=r.forwardRef((e,r)=>{let a=P(M,e.__scopePopover),{forceMount:s=a.forceMount,...o}=e,n=j(M,e.__scopePopover);return(0,t.jsx)(u.Presence,{present:s||n.open,children:n.modal?(0,t.jsx)(L,{...o,ref:r}):(0,t.jsx)(z,{...o,ref:r})})});E.displayName=M;var T=p("PopoverContent.RemoveScroll"),L=r.forwardRef((e,o)=>{let n=j(M,e.__scopePopover),l=r.useRef(null),i=(0,s.useComposedRefs)(o,l),c=r.useRef(!1);return r.useEffect(()=>{let e=l.current;if(e)return(0,w.hideOthers)(e)},[]),(0,t.jsx)(x.RemoveScroll,{as:T,allowPinchZoom:!0,children:(0,t.jsx)($,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:(0,a.composeEventHandlers)(e.onCloseAutoFocus,e=>{e.preventDefault(),c.current||n.triggerRef.current?.focus()}),onPointerDownOutside:(0,a.composeEventHandlers)(e.onPointerDownOutside,e=>{let t=e.detail.originalEvent,r=0===t.button&&!0===t.ctrlKey;c.current=2===t.button||r},{checkForDefaultPrevented:!1}),onFocusOutside:(0,a.composeEventHandlers)(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1})})})}),z=r.forwardRef((e,a)=>{let s=j(M,e.__scopePopover),o=r.useRef(!1),n=r.useRef(!1);return(0,t.jsx)($,{...e,ref:a,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(o.current||s.triggerRef.current?.focus(),t.preventDefault()),o.current=!1,n.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(n.current=!0));let r=t.target;s.triggerRef.current?.contains(r)&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&n.current&&t.preventDefault()}})}),$=r.forwardRef((e,r)=>{let{__scopePopover:a,trapFocus:s,onOpenAutoFocus:i,onCloseAutoFocus:d,disableOutsidePointerEvents:u,onEscapeKeyDown:p,onPointerDownOutside:m,onFocusOutside:h,onInteractOutside:f,...g}=e,w=j(M,a),x=b(a);return(0,n.useFocusGuards)(),(0,t.jsx)(l.FocusScope,{asChild:!0,loop:!0,trapped:s,onMountAutoFocus:i,onUnmountAutoFocus:d,children:(0,t.jsx)(o.DismissableLayer,{asChild:!0,disableOutsidePointerEvents:u,onInteractOutside:f,onEscapeKeyDown:p,onPointerDownOutside:m,onFocusOutside:h,onDismiss:()=>w.onOpenChange(!1),children:(0,t.jsx)(c.Content,{"data-state":O(w.open),role:"dialog",id:w.contentId,...x,...g,ref:r,style:{...g.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),F="PopoverClose";function O(e){return e?"open":"closed"}r.forwardRef((e,r)=>{let{__scopePopover:s,...o}=e,n=j(F,s);return(0,t.jsx)(f.button,{type:"button",...o,ref:r,onClick:(0,a.composeEventHandlers)(e.onClick,()=>n.onOpenChange(!1))})}).displayName=F,r.forwardRef((e,r)=>{let{__scopePopover:a,...s}=e,o=b(a);return(0,t.jsx)(c.Arrow,{...o,...s,ref:r})}).displayName="PopoverArrow";var H=e.i(47163);function V({...e}){return(0,t.jsx)(S,{"data-slot":"popover",...e})}function W({...e}){return(0,t.jsx)(D,{"data-slot":"popover-trigger",...e})}function U({className:e,align:r="center",sideOffset:a=4,...s}){return(0,t.jsx)(A,{children:(0,t.jsx)(E,{"data-slot":"popover-content",align:r,sideOffset:a,className:(0,H.cn)("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--radix-popover-content-transform-origin) rounded-md border p-4 shadow-md outline-hidden",e),...s})})}e.s(["Popover",()=>V,"PopoverContent",()=>U,"PopoverTrigger",()=>W],59377)},79307,e=>{"use strict";let t=(0,e.i(75254).default)("list",[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]]);e.s(["ListIcon",()=>t],79307)},91888,e=>{"use strict";let t=(0,e.i(75254).default)("trash-2",[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]]);e.s(["Trash2Icon",()=>t],91888)},68118,e=>{"use strict";let t=(0,e.i(75254).default)("info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);e.s(["InfoIcon",()=>t],68118)},67003,e=>{"use strict";var t=e.i(55161),r=e.i(62280),a=e.i(72536);let s=[{id:"scan-001",runId:"run-2025-01-15-subdomain-enum-example.com",runUuid:"run-2025-01-15-subdomain-enum-example.com",workflowName:"subdomain-enum",workflowKind:"flow",target:"example.com",status:"completed",priority:"medium",startedAt:new Date(Date.now()-36e5),completedAt:new Date(Date.now()-18e5),totalSteps:10,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-36e5),updatedAt:new Date(Date.now()-18e5)},{id:"scan-002",runId:"run-2025-01-15-vulnerability-scan-api.example.com",runUuid:"run-2025-01-15-vulnerability-scan-api.example.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"api.example.com",status:"running",priority:"high",startedAt:new Date(Date.now()-9e5),totalSteps:15,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-9e5),updatedAt:new Date},{id:"scan-003",runId:"run-2025-01-15-full-recon-testsite.org",runUuid:"run-2025-01-15-full-recon-testsite.org",workflowName:"full-recon",workflowKind:"flow",target:"testsite.org",status:"pending",priority:"low",totalSteps:20,completedSteps:0,triggerType:"scheduled",createdAt:new Date(Date.now()-3e5),updatedAt:new Date(Date.now()-3e5)},{id:"scan-004",runId:"run-2025-01-15-subdomain-enum-acme.io",runUuid:"run-2025-01-15-subdomain-enum-acme.io",workflowName:"subdomain-enum",workflowKind:"flow",target:"acme.io",status:"failed",priority:"high",startedAt:new Date(Date.now()-72e5),completedAt:new Date(Date.now()-68e5),totalSteps:10,completedSteps:3,triggerType:"manual",errorMessage:"Connection timeout after 5 retries",createdAt:new Date(Date.now()-72e5),updatedAt:new Date(Date.now()-68e5)},{id:"scan-005",runId:"run-2025-01-14-http-probe-secure.bank.com",runUuid:"run-2025-01-14-http-probe-secure.bank.com",workflowName:"http-probe",workflowKind:"module",target:"secure.bank.com",status:"completed",priority:"medium",startedAt:new Date(Date.now()-864e5),completedAt:new Date(Date.now()-828e5),totalSteps:5,completedSteps:5,triggerType:"scheduled",createdAt:new Date(Date.now()-864e5),updatedAt:new Date(Date.now()-828e5)},{id:"scan-006",runId:"run-2025-01-13-subdomain-enum-startup.dev",runUuid:"run-2025-01-13-subdomain-enum-startup.dev",workflowName:"subdomain-enum",workflowKind:"flow",target:"startup.dev",status:"cancelled",priority:"low",startedAt:new Date(Date.now()-1728e5),completedAt:new Date(Date.now()-171e6),totalSteps:10,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-1728e5),updatedAt:new Date(Date.now()-171e6)},{id:"scan-007",runId:"run-2025-01-12-full-recon-megacorp.com",runUuid:"run-2025-01-12-full-recon-megacorp.com",workflowName:"full-recon",workflowKind:"flow",target:"megacorp.com",status:"completed",priority:"medium",startedAt:new Date(Date.now()-2592e5),completedAt:new Date(Date.now()-252e6),totalSteps:20,completedSteps:20,triggerType:"manual",createdAt:new Date(Date.now()-2592e5),updatedAt:new Date(Date.now()-252e6)},{id:"scan-008",runId:"run-2025-01-15-vulnerability-scan-shop.retail.com",runUuid:"run-2025-01-15-vulnerability-scan-shop.retail.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"shop.retail.com",status:"running",priority:"high",startedAt:new Date(Date.now()-6e5),totalSteps:15,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-6e5),updatedAt:new Date}];function o(e){let t=e.workflow_name??e.workflow??e.flow??e.module??"",r=e.workflow_kind??e.kind??(e.module?"module":"flow"),a=e.target??(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")??e.target_file??"",s=e.run_uuid??e.runUuid??"";return{id:String(e.id??e.run_id??e.runId??s??""),runId:e.run_id??e.runId??e.id??"",runUuid:String(s||""),workflowName:t,workflowKind:"module"===r?"module":"flow",target:a,params:e.params,status:e.status??"pending",priority:e.priority,workspace:e.workspace,workspacePath:e.workspace_path,startedAt:e.started_at?new Date(e.started_at):void 0,completedAt:e.completed_at?new Date(e.completed_at):void 0,totalSteps:e.total_steps??0,completedSteps:e.completed_steps??0,triggerType:e.trigger_type??"manual",triggerName:e.trigger_name,runGroupId:e.run_group_id,errorMessage:e.error_message,createdAt:e.created_at?new Date(e.created_at):new Date,updatedAt:e.updated_at?new Date(e.updated_at):new Date}}async function n(e){let n=e.page??1,l=e.pageSize??20,i=(n-1)*l,c=e.filters??{};if((0,a.isDemoMode)()){let e=(c.status??"").trim().toLowerCase(),t=(c.workflowName??"").trim().toLowerCase(),r=(c.target??"").trim().toLowerCase(),a=(c.workspace??"").trim().toLowerCase(),o=[...s.filter(s=>(!e||"all"===e||String(s.status).toLowerCase()===e)&&(!t||!!s.workflowName.toLowerCase().includes(t))&&(!r||!!s.target.toLowerCase().includes(r))&&(!a||String(s.workspace??"").toLowerCase()===a))].sort((e,t)=>{let r=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-r}),d=o.slice(i,i+l),u=o.length;return{data:d,pagination:{page:n,pageSize:l,totalItems:u,totalPages:Math.ceil(u/l)}}}let d={offset:i,limit:l};c.status&&"all"!==c.status&&(d.status=c.status),c.workflowName&&(d.workflow_name=c.workflowName),c.target&&(d.target=c.target),c.workspace&&(d.workspace=c.workspace);let u=await t.http.get(`${r.API_PREFIX}/runs`,{params:d}),p=(u.data?.data||[]).map(o),m=u.data?.pagination?.total??p.length,h=u.data?.pagination?.limit??l;return{data:p,pagination:{page:Math.floor((u.data?.pagination?.offset??i)/h)+1,pageSize:h,totalItems:m,totalPages:Math.ceil(m/h)}}}async function l(e=5){if((0,a.isDemoMode)())return[...s].sort((e,t)=>{let r=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-r}).slice(0,e);let n=await t.http.get(`${r.API_PREFIX}/runs`,{params:{limit:e,offset:0}});return(n.data?.data||[]).map(o)}async function i(e){if((0,a.isDemoMode)()){let t=new Date,r={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??""),status:e.schedule?"pending":"running",priority:e.priority,totalSteps:0,completedSteps:0,triggerType:e.schedule?"scheduled":"manual",createdAt:t,updatedAt:t,startedAt:e.schedule?void 0:t};return s=[r,...s],r}if(e.schedule){let a={name:`scheduled-${e.workflowId}-${Date.now()}`,workflow_name:e.workflowId,workflow_kind:"module"===e.workflowKind?"module":"flow",target:e.target||"",schedule:e.schedule,enabled:!0};return await t.http.post(`${r.API_PREFIX}/schedules`,a),{id:`scan-${Date.now()}`,runId:"",runUuid:"",workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||"",status:"pending",priority:e.priority,totalSteps:0,completedSteps:0,triggerType:"scheduled",createdAt:new Date,updatedAt:new Date}}let n={};e.workflowId&&("module"===e.workflowKind?n.module=e.workflowId:n.flow=e.workflowId),"number"==typeof e.threads_hold&&(n.threads_hold=e.threads_hold),"string"==typeof e.heuristics_check&&e.heuristics_check.trim()&&(n.heuristics_check=e.heuristics_check.trim()),"boolean"==typeof e.repeat&&(n.repeat=e.repeat),"string"==typeof e.repeat_wait_time&&e.repeat_wait_time.trim()&&(n.repeat_wait_time=e.repeat_wait_time.trim()),e.empty_target&&(n.empty_target=!0),Array.isArray(e.targets)&&e.targets.length>0?(n.targets=e.targets,"number"==typeof e.concurrency&&(n.concurrency=e.concurrency)):e.target_file?(n.target_file=e.target_file,"number"==typeof e.concurrency&&(n.concurrency=e.concurrency)):!e.empty_target&&e.target&&(n.target=e.target),e.params&&Object.keys(e.params).length>0&&(n.params=e.params),e.priority&&(n.priority=e.priority),"number"==typeof e.timeout&&(n.timeout=e.timeout),e.runner_type&&"local"!==e.runner_type&&(n.runner_type=e.runner_type,"docker"===e.runner_type&&e.docker_image&&(n.docker_image=e.docker_image),"ssh"===e.runner_type&&e.ssh_host&&(n.ssh_host=e.ssh_host));let l=await t.http.post(`${r.API_PREFIX}/runs`,n),i=l.data?.data??l.data??{},c=e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??"");return o({...i,id:i.id??i.run_id??i.runId??`scan-${Date.now()}`,run_id:i.run_id??i.runId??"",run_uuid:i.run_uuid??i.runUuid??"",workflow_name:i.workflow_name??i.workflow??e.workflowId,workflow_kind:i.workflow_kind??i.kind??e.workflowKind??"flow",target:i.target??c,status:i.status??"running",trigger_type:i.trigger_type??"manual",created_at:i.created_at??new Date().toISOString(),updated_at:i.updated_at??new Date().toISOString()})}async function c(e){if((0,a.isDemoMode)()){let t=s.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return!1;let r=new Date,a=[...s];return a[t]={...a[t],status:"cancelled",completedAt:a[t].completedAt??r,updatedAt:r},s=a,!0}try{return await t.http.delete(`${r.API_PREFIX}/runs/${encodeURIComponent(e)}`),!0}catch{return!1}}async function d(e){return c(e)}async function u(e){if((0,a.isDemoMode)()){let t=s.find(t=>t.runUuid===e||t.id===e||t.runId===e),r=new Date,a={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:t?.workflowName??"duplicate",workflowKind:t?.workflowKind??"flow",target:t?.target??"",params:t?.params,status:"pending",priority:t?.priority,workspace:t?.workspace,workspacePath:t?.workspacePath,totalSteps:t?.totalSteps??0,completedSteps:0,triggerType:"manual",createdAt:r,updatedAt:r};return s=[a,...s],a}let n=await t.http.post(`${r.API_PREFIX}/runs/${encodeURIComponent(e)}/duplicate`);return o(n.data?.data??n.data??{})}async function p(e){if((0,a.isDemoMode)()){let t=s.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return null;let r=new Date,a=[...s];return a[t]={...a[t],status:"running",startedAt:a[t].startedAt??r,updatedAt:r},s=a,a[t]}try{let a=await t.http.post(`${r.API_PREFIX}/runs/${encodeURIComponent(e)}/start`),s=a.data?.data??a.data;return s?o(s):null}catch{return null}}e.s(["cancelScan",()=>c,"createScan",()=>i,"deleteScan",()=>d,"duplicateScanRun",()=>u,"fetchRecentScans",()=>l,"fetchScans",()=>n,"startScanRun",()=>p],67003)},71435,e=>{"use strict";var t=e.i(43476),r=e.i(71645);e.i(74080);var a=e.i(20783),s=Symbol("radix.slottable");function o(e){return r.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===s}var n=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,s)=>{var n,l;let i,c,d,u=(l=n=`Primitive.${s}`,(i=r.forwardRef((e,t)=>{let{children:s,...o}=e;if(r.isValidElement(s)){var n;let e,l,i=(n=s,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),c=function(e,t){let r={...t};for(let a in t){let s=e[a],o=t[a];/^on[A-Z]/.test(a)?s&&o?r[a]=(...e)=>{let t=o(...e);return s(...e),t}:s&&(r[a]=s):"style"===a?r[a]={...s,...o}:"className"===a&&(r[a]=[s,o].filter(Boolean).join(" "))}return{...e,...r}}(o,s.props);return s.type!==r.Fragment&&(c.ref=t?(0,a.composeRefs)(t,i):i),r.cloneElement(s,c)}return r.Children.count(s)>1?r.Children.only(null):null})).displayName=`${l}.SlotClone`,c=i,(d=r.forwardRef((e,a)=>{let{children:s,...n}=e,l=r.Children.toArray(s),i=l.find(o);if(i){let e=i.props.children,s=l.map(t=>t!==i?t:r.Children.count(e)>1?r.Children.only(null):r.isValidElement(e)?e.props.children:null);return(0,t.jsx)(c,{...n,ref:a,children:r.isValidElement(e)?r.cloneElement(e,void 0,s):null})}return(0,t.jsx)(c,{...n,ref:a,children:s})})).displayName=`${n}.Slot`,d),p=r.forwardRef((e,r)=>{let{asChild:a,...o}=e;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,t.jsx)(a?u:s,{...o,ref:r})});return p.displayName=`Primitive.${s}`,{...e,[s]:p}},{}),l=e.i(96626),i=e.i(30207),c=e.i(86318),d=e.i(34620),u=e.i(70152),p=e.i(81140),m="ScrollArea",[h,f]=function(e,a=[]){let s=[],o=()=>{let t=s.map(e=>r.createContext(e));return function(a){let s=a?.[e]||t;return r.useMemo(()=>({[`__scope${e}`]:{...a,[e]:s}}),[a,s])}};return o.scopeName=e,[function(a,o){let n=r.createContext(o),l=s.length;s=[...s,o];let i=a=>{let{scope:s,children:o,...i}=a,c=s?.[e]?.[l]||n,d=r.useMemo(()=>i,Object.values(i));return(0,t.jsx)(c.Provider,{value:d,children:o})};return i.displayName=a+"Provider",[i,function(t,s){let i=s?.[e]?.[l]||n,c=r.useContext(i);if(c)return c;if(void 0!==o)return o;throw Error(`\`${t}\` must be used within \`${a}\``)}]},function(...e){let t=e[0];if(1===e.length)return t;let a=()=>{let a=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let s=a.reduce((t,{useScope:r,scopeName:a})=>{let s=r(e)[`__scope${a}`];return{...t,...s}},{});return r.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return a.scopeName=t.scopeName,a}(o,...a)]}(m),[g,w]=h(m),x=r.forwardRef((e,s)=>{let{__scopeScrollArea:o,type:l="hover",dir:i,scrollHideDelay:d=600,...u}=e,[p,m]=r.useState(null),[h,f]=r.useState(null),[w,x]=r.useState(null),[v,y]=r.useState(null),[_,b]=r.useState(null),[k,j]=r.useState(0),[S,N]=r.useState(0),[C,D]=r.useState(!1),[I,R]=r.useState(!1),P=(0,a.useComposedRefs)(s,e=>m(e)),A=(0,c.useDirection)(i);return(0,t.jsx)(g,{scope:o,type:l,dir:A,scrollHideDelay:d,scrollArea:p,viewport:h,onViewportChange:f,content:w,onContentChange:x,scrollbarX:v,onScrollbarXChange:y,scrollbarXEnabled:C,onScrollbarXEnabledChange:D,scrollbarY:_,onScrollbarYChange:b,scrollbarYEnabled:I,onScrollbarYEnabledChange:R,onCornerWidthChange:j,onCornerHeightChange:N,children:(0,t.jsx)(n.div,{dir:A,...u,ref:P,style:{position:"relative","--radix-scroll-area-corner-width":k+"px","--radix-scroll-area-corner-height":S+"px",...e.style}})})});x.displayName=m;var v="ScrollAreaViewport",y=r.forwardRef((e,s)=>{let{__scopeScrollArea:o,children:l,nonce:i,...c}=e,d=w(v,o),u=r.useRef(null),p=(0,a.useComposedRefs)(s,u,d.onViewportChange);return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:i}),(0,t.jsx)(n.div,{"data-radix-scroll-area-viewport":"",...c,ref:p,style:{overflowX:d.scrollbarXEnabled?"scroll":"hidden",overflowY:d.scrollbarYEnabled?"scroll":"hidden",...e.style},children:(0,t.jsx)("div",{ref:d.onContentChange,style:{minWidth:"100%",display:"table"},children:l})})]})});y.displayName=v;var _="ScrollAreaScrollbar",b=r.forwardRef((e,a)=>{let{forceMount:s,...o}=e,n=w(_,e.__scopeScrollArea),{onScrollbarXEnabledChange:l,onScrollbarYEnabledChange:i}=n,c="horizontal"===e.orientation;return r.useEffect(()=>(c?l(!0):i(!0),()=>{c?l(!1):i(!1)}),[c,l,i]),"hover"===n.type?(0,t.jsx)(k,{...o,ref:a,forceMount:s}):"scroll"===n.type?(0,t.jsx)(j,{...o,ref:a,forceMount:s}):"auto"===n.type?(0,t.jsx)(S,{...o,ref:a,forceMount:s}):"always"===n.type?(0,t.jsx)(N,{...o,ref:a}):null});b.displayName=_;var k=r.forwardRef((e,a)=>{let{forceMount:s,...o}=e,n=w(_,e.__scopeScrollArea),[i,c]=r.useState(!1);return r.useEffect(()=>{let e=n.scrollArea,t=0;if(e){let r=()=>{window.clearTimeout(t),c(!0)},a=()=>{t=window.setTimeout(()=>c(!1),n.scrollHideDelay)};return e.addEventListener("pointerenter",r),e.addEventListener("pointerleave",a),()=>{window.clearTimeout(t),e.removeEventListener("pointerenter",r),e.removeEventListener("pointerleave",a)}}},[n.scrollArea,n.scrollHideDelay]),(0,t.jsx)(l.Presence,{present:s||i,children:(0,t.jsx)(S,{"data-state":i?"visible":"hidden",...o,ref:a})})}),j=r.forwardRef((e,a)=>{var s;let{forceMount:o,...n}=e,i=w(_,e.__scopeScrollArea),c="horizontal"===e.orientation,d=U(()=>m("SCROLL_END"),100),[u,m]=(s={hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}},r.useReducer((e,t)=>s[e][t]??e,"hidden"));return r.useEffect(()=>{if("idle"===u){let e=window.setTimeout(()=>m("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(e)}},[u,i.scrollHideDelay,m]),r.useEffect(()=>{let e=i.viewport,t=c?"scrollLeft":"scrollTop";if(e){let r=e[t],a=()=>{let a=e[t];r!==a&&(m("SCROLL"),d()),r=a};return e.addEventListener("scroll",a),()=>e.removeEventListener("scroll",a)}},[i.viewport,c,m,d]),(0,t.jsx)(l.Presence,{present:o||"hidden"!==u,children:(0,t.jsx)(N,{"data-state":"hidden"===u?"hidden":"visible",...n,ref:a,onPointerEnter:(0,p.composeEventHandlers)(e.onPointerEnter,()=>m("POINTER_ENTER")),onPointerLeave:(0,p.composeEventHandlers)(e.onPointerLeave,()=>m("POINTER_LEAVE"))})})}),S=r.forwardRef((e,a)=>{let s=w(_,e.__scopeScrollArea),{forceMount:o,...n}=e,[i,c]=r.useState(!1),d="horizontal"===e.orientation,u=U(()=>{if(s.viewport){let e=s.viewport.offsetWidth{let{orientation:s="vertical",...o}=e,n=w(_,e.__scopeScrollArea),l=r.useRef(null),i=r.useRef(0),[c,d]=r.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),u=F(c.viewport,c.content),p={...o,sizes:c,onSizesChange:d,hasThumb:!!(u>0&&u<1),onThumbChange:e=>l.current=e,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:e=>i.current=e};function m(e,t){return function(e,t,r,a="ltr"){let s=O(r),o=t||s/2,n=r.scrollbar.paddingStart+o,l=r.scrollbar.size-r.scrollbar.paddingEnd-(s-o),i=r.content-r.viewport;return V([n,l],"ltr"===a?[0,i]:[-1*i,0])(e)}(e,i.current,c,t)}return"horizontal"===s?(0,t.jsx)(C,{...p,ref:a,onThumbPositionChange:()=>{if(n.viewport&&l.current){let e=H(n.viewport.scrollLeft,c,n.dir);l.current.style.transform=`translate3d(${e}px, 0, 0)`}},onWheelScroll:e=>{n.viewport&&(n.viewport.scrollLeft=e)},onDragScroll:e=>{n.viewport&&(n.viewport.scrollLeft=m(e,n.dir))}}):"vertical"===s?(0,t.jsx)(D,{...p,ref:a,onThumbPositionChange:()=>{if(n.viewport&&l.current){let e=H(n.viewport.scrollTop,c);l.current.style.transform=`translate3d(0, ${e}px, 0)`}},onWheelScroll:e=>{n.viewport&&(n.viewport.scrollTop=e)},onDragScroll:e=>{n.viewport&&(n.viewport.scrollTop=m(e))}}):null}),C=r.forwardRef((e,s)=>{let{sizes:o,onSizesChange:n,...l}=e,i=w(_,e.__scopeScrollArea),[c,d]=r.useState(),u=r.useRef(null),p=(0,a.useComposedRefs)(s,u,i.onScrollbarXChange);return r.useEffect(()=>{u.current&&d(getComputedStyle(u.current))},[u]),(0,t.jsx)(P,{"data-orientation":"horizontal",...l,ref:p,sizes:o,style:{bottom:0,left:"rtl"===i.dir?"var(--radix-scroll-area-corner-width)":0,right:"ltr"===i.dir?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":O(o)+"px",...e.style},onThumbPointerDown:t=>e.onThumbPointerDown(t.x),onDragScroll:t=>e.onDragScroll(t.x),onWheelScroll:(t,r)=>{if(i.viewport){var a,s;let o=i.viewport.scrollLeft+t.deltaX;e.onWheelScroll(o),a=o,s=r,a>0&&a{u.current&&i.viewport&&c&&n({content:i.viewport.scrollWidth,viewport:i.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:$(c.paddingLeft),paddingEnd:$(c.paddingRight)}})}})}),D=r.forwardRef((e,s)=>{let{sizes:o,onSizesChange:n,...l}=e,i=w(_,e.__scopeScrollArea),[c,d]=r.useState(),u=r.useRef(null),p=(0,a.useComposedRefs)(s,u,i.onScrollbarYChange);return r.useEffect(()=>{u.current&&d(getComputedStyle(u.current))},[u]),(0,t.jsx)(P,{"data-orientation":"vertical",...l,ref:p,sizes:o,style:{top:0,right:"ltr"===i.dir?0:void 0,left:"rtl"===i.dir?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":O(o)+"px",...e.style},onThumbPointerDown:t=>e.onThumbPointerDown(t.y),onDragScroll:t=>e.onDragScroll(t.y),onWheelScroll:(t,r)=>{if(i.viewport){var a,s;let o=i.viewport.scrollTop+t.deltaY;e.onWheelScroll(o),a=o,s=r,a>0&&a{u.current&&i.viewport&&c&&n({content:i.viewport.scrollHeight,viewport:i.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:$(c.paddingTop),paddingEnd:$(c.paddingBottom)}})}})}),[I,R]=h(_),P=r.forwardRef((e,s)=>{let{__scopeScrollArea:o,sizes:l,hasThumb:c,onThumbChange:d,onThumbPointerUp:u,onThumbPointerDown:m,onThumbPositionChange:h,onDragScroll:f,onWheelScroll:g,onResize:x,...v}=e,y=w(_,o),[b,k]=r.useState(null),j=(0,a.useComposedRefs)(s,e=>k(e)),S=r.useRef(null),N=r.useRef(""),C=y.viewport,D=l.content-l.viewport,R=(0,i.useCallbackRef)(g),P=(0,i.useCallbackRef)(h),A=U(x,10);function M(e){S.current&&f({x:e.clientX-S.current.left,y:e.clientY-S.current.top})}return r.useEffect(()=>{let e=e=>{let t=e.target;b?.contains(t)&&R(e,D)};return document.addEventListener("wheel",e,{passive:!1}),()=>document.removeEventListener("wheel",e,{passive:!1})},[C,b,D,R]),r.useEffect(P,[l,P]),q(b,A),q(y.content,A),(0,t.jsx)(I,{scope:o,scrollbar:b,hasThumb:c,onThumbChange:(0,i.useCallbackRef)(d),onThumbPointerUp:(0,i.useCallbackRef)(u),onThumbPositionChange:P,onThumbPointerDown:(0,i.useCallbackRef)(m),children:(0,t.jsx)(n.div,{...v,ref:j,style:{position:"absolute",...v.style},onPointerDown:(0,p.composeEventHandlers)(e.onPointerDown,e=>{0===e.button&&(e.target.setPointerCapture(e.pointerId),S.current=b.getBoundingClientRect(),N.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",y.viewport&&(y.viewport.style.scrollBehavior="auto"),M(e))}),onPointerMove:(0,p.composeEventHandlers)(e.onPointerMove,M),onPointerUp:(0,p.composeEventHandlers)(e.onPointerUp,e=>{let t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),document.body.style.webkitUserSelect=N.current,y.viewport&&(y.viewport.style.scrollBehavior=""),S.current=null})})})}),A="ScrollAreaThumb",M=r.forwardRef((e,r)=>{let{forceMount:a,...s}=e,o=R(A,e.__scopeScrollArea);return(0,t.jsx)(l.Presence,{present:a||o.hasThumb,children:(0,t.jsx)(E,{ref:r,...s})})}),E=r.forwardRef((e,s)=>{let{__scopeScrollArea:o,style:l,...i}=e,c=w(A,o),d=R(A,o),{onThumbPositionChange:u}=d,m=(0,a.useComposedRefs)(s,e=>d.onThumbChange(e)),h=r.useRef(void 0),f=U(()=>{h.current&&(h.current(),h.current=void 0)},100);return r.useEffect(()=>{let e=c.viewport;if(e){let t=()=>{f(),h.current||(h.current=W(e,u),u())};return u(),e.addEventListener("scroll",t),()=>e.removeEventListener("scroll",t)}},[c.viewport,f,u]),(0,t.jsx)(n.div,{"data-state":d.hasThumb?"visible":"hidden",...i,ref:m,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...l},onPointerDownCapture:(0,p.composeEventHandlers)(e.onPointerDownCapture,e=>{let t=e.target.getBoundingClientRect(),r=e.clientX-t.left,a=e.clientY-t.top;d.onThumbPointerDown({x:r,y:a})}),onPointerUp:(0,p.composeEventHandlers)(e.onPointerUp,d.onThumbPointerUp)})});M.displayName=A;var T="ScrollAreaCorner",L=r.forwardRef((e,r)=>{let a=w(T,e.__scopeScrollArea),s=!!(a.scrollbarX&&a.scrollbarY);return"scroll"!==a.type&&s?(0,t.jsx)(z,{...e,ref:r}):null});L.displayName=T;var z=r.forwardRef((e,a)=>{let{__scopeScrollArea:s,...o}=e,l=w(T,s),[i,c]=r.useState(0),[d,u]=r.useState(0),p=!!(i&&d);return q(l.scrollbarX,()=>{let e=l.scrollbarX?.offsetHeight||0;l.onCornerHeightChange(e),u(e)}),q(l.scrollbarY,()=>{let e=l.scrollbarY?.offsetWidth||0;l.onCornerWidthChange(e),c(e)}),p?(0,t.jsx)(n.div,{...o,ref:a,style:{width:i,height:d,position:"absolute",right:"ltr"===l.dir?0:void 0,left:"rtl"===l.dir?0:void 0,bottom:0,...e.style}}):null});function $(e){return e?parseInt(e,10):0}function F(e,t){let r=e/t;return isNaN(r)?0:r}function O(e){let t=F(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd;return Math.max((e.scrollbar.size-r)*t,18)}function H(e,t,r="ltr"){let a=O(t),s=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,o=t.scrollbar.size-s,n=t.content-t.viewport,l=(0,u.clamp)(e,"ltr"===r?[0,n]:[-1*n,0]);return V([0,n],[0,o-a])(l)}function V(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let a=(t[1]-t[0])/(e[1]-e[0]);return t[0]+a*(r-e[0])}}var W=(e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},a=0;return!function s(){let o={left:e.scrollLeft,top:e.scrollTop},n=r.left!==o.left,l=r.top!==o.top;(n||l)&&t(),r=o,a=window.requestAnimationFrame(s)}(),()=>window.cancelAnimationFrame(a)};function U(e,t){let a=(0,i.useCallbackRef)(e),s=r.useRef(0);return r.useEffect(()=>()=>window.clearTimeout(s.current),[]),r.useCallback(()=>{window.clearTimeout(s.current),s.current=window.setTimeout(a,t)},[a,t])}function q(e,t){let r=(0,i.useCallbackRef)(t);(0,d.useLayoutEffect)(()=>{let t=0;if(e){let a=new ResizeObserver(()=>{cancelAnimationFrame(t),t=window.requestAnimationFrame(r)});return a.observe(e),()=>{window.cancelAnimationFrame(t),a.unobserve(e)}}},[e,r])}var X=e.i(47163);function B({className:e,children:r,...a}){return(0,t.jsxs)(x,{"data-slot":"scroll-area",className:(0,X.cn)("relative overflow-hidden",e),...a,children:[(0,t.jsx)(y,{className:"h-full w-full rounded-[inherit]",children:r}),(0,t.jsx)(K,{}),(0,t.jsx)(L,{})]})}function K({className:e,orientation:r="vertical",...a}){return(0,t.jsx)(b,{"data-slot":"scroll-bar",orientation:r,className:(0,X.cn)("flex touch-none select-none transition-colors","vertical"===r&&"h-full w-2.5 border-l border-l-transparent p-[1px]","horizontal"===r&&"h-2.5 flex-col border-t border-t-transparent p-[1px]",e),...a,children:(0,t.jsx)(M,{className:"relative flex-1 rounded-full bg-border"})})}e.s(["ScrollArea",()=>B],71435)},31447,e=>{"use strict";let t=(0,e.i(75254).default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["ClockIcon",()=>t],31447)},97882,e=>{"use strict";let t=(0,e.i(75254).default)("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);e.s(["LoaderIcon",()=>t],97882)},10708,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(48425),s=r.forwardRef((e,r)=>(0,t.jsx)(a.Primitive.label,{...e,ref:r,onMouseDown:t=>{t.target.closest("button, input, select, textarea")||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}));s.displayName="Label";var o=e.i(47163);function n({className:e,...r}){return(0,t.jsx)(s,{"data-slot":"label",className:(0,o.cn)("flex items-center gap-2 text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",e),...r})}e.s(["Label",()=>n],10708)},56505,e=>{"use strict";let t=(0,e.i(75254).default)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]]);e.s(["PlayIcon",()=>t],56505)},82138,e=>{"use strict";let t=(0,e.i(75254).default)("sliders-horizontal",[["path",{d:"M10 5H3",key:"1qgfaw"}],["path",{d:"M12 19H3",key:"yhmn1j"}],["path",{d:"M14 3v4",key:"1sua03"}],["path",{d:"M16 17v4",key:"1q0r14"}],["path",{d:"M21 12h-9",key:"1o4lsq"}],["path",{d:"M21 19h-5",key:"1rlt1p"}],["path",{d:"M21 5h-7",key:"1oszz2"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M8 12H3",key:"a7s4jb"}]]);e.s(["SlidersHorizontalIcon",()=>t],82138)},2202,e=>{"use strict";let t=(0,e.i(75254).default)("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);e.s(["ServerIcon",()=>t],2202)},68745,e=>{"use strict";var t=e.i(55161),r=e.i(62280),a=e.i(72536);async function s(e){if((0,a.isDemoMode)())return{message:"Demo mode: file upload is a stub",filename:e.name,path:`/tmp/demo/${e.name}`,size:e.size};let s=new FormData;return s.append("file",e),(await t.http.post(`${r.API_PREFIX}/upload-file`,s,{headers:{"Content-Type":"multipart/form-data"}})).data}async function o(e){if((0,a.isDemoMode)())return{message:"Demo mode: workflow upload is a stub",name:e.name.replace(/\.(ya?ml)$/i,""),kind:"flow",path:`/tmp/demo/${e.name}`};let s=new FormData;return s.append("file",e),(await t.http.post(`${r.API_PREFIX}/workflow-upload`,s,{headers:{"Content-Type":"multipart/form-data"}})).data}e.s(["uploadTargetsFile",()=>s,"uploadWorkflowFile",()=>o])},58998,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(18566),s=e.i(70065),o=e.i(67881),n=e.i(23750),l=e.i(10708),i=e.i(19036),c=e.i(11369),d=e.i(59377),u=e.i(71435),p=e.i(69035),m=e.i(62870),h=e.i(51673),f=e.i(11764),g=e.i(67003),w=e.i(68745),x=e.i(46696),v=e.i(97882),y=e.i(68118),_=e.i(9797),b=e.i(75254);let k=(0,b.default)("mouse-pointer-2",[["path",{d:"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",key:"edeuup"}]]),j=(0,b.default)("folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]),S=(0,b.default)("target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);var N=e.i(79307);let C=(0,b.default)("gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]),D=(0,b.default)("upload",[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]]);var I=e.i(82138),R=e.i(37007),P=e.i(91888),A=e.i(97239);let M=(0,b.default)("timer",[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]]),E=(0,b.default)("cpu",[["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M17 20v2",key:"1rnc9c"}],["path",{d:"M17 2v2",key:"11trls"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M2 17h2",key:"7oei6x"}],["path",{d:"M2 7h2",key:"asdhe0"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"M20 17h2",key:"1fpfkl"}],["path",{d:"M20 7h2",key:"1o8tra"}],["path",{d:"M7 20v2",key:"4gnj0m"}],["path",{d:"M7 2v2",key:"1i4yhu"}],["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",key:"1vbyd7"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]]),T=(0,b.default)("container",[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]]);var L=e.i(2202);let z=(0,b.default)("calendar-clock",[["path",{d:"M16 14v2.2l1.6 1",key:"fo4ql5"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5",key:"1osxxc"}],["path",{d:"M3 10h5",key:"r794hk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]]);var $=e.i(31447),F=e.i(95926),O=e.i(56505);let H=(0,b.default)("settings-2",[["path",{d:"M14 17H5",key:"gfn3mx"}],["path",{d:"M19 7h-9",key:"6i9tg"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]]),V=(0,b.default)("cloud-upload",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]]),W=(0,b.default)("bean-off",[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1",key:"bq3udt"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66",key:"17ccse"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04",key:"18zqgq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);var U=e.i(49200),q=e.i(78784),X=e.i(88846);function B(){let e=(0,a.useRouter)(),b=((0,a.useSearchParams)().get("schedule")??"").toLowerCase(),[B,K]=r.useState([]),[Z,Y]=r.useState([]),[G,J]=r.useState(!0),[Q,ee]=r.useState(!1),[et,er]=r.useState(!1),[ea,es]=r.useState(!1),[eo,en]=r.useState(""),[el,ei]=r.useState(""),[ec,ed]=r.useState(""),[eu,ep]=r.useState(""),[em,eh]=r.useState("single"),[ef,eg]=r.useState(""),[ew,ex]=r.useState(""),[ev,ey]=r.useState(1),[e_,eb]=r.useState(10),[ek,ej]=r.useState("advanced"),[eS,eN]=r.useState(!0),[eC,eD]=r.useState("2h"),[eI,eR]=r.useState([]),[eP,eA]=r.useState("medium"),[eM,eE]=r.useState(""),[eT,eL]=r.useState("local"),[ez,e$]=r.useState(""),[eF,eO]=r.useState(""),[eH,eV]=r.useState("1"===b||"true"===b||"yes"===b),[eW,eU]=r.useState(""),[eq,eX]=r.useState(null);r.useEffect(()=>{(async()=>{try{let[e,t]=await Promise.all([(0,h.fetchWorkflows)(),(0,f.fetchWorkspaces)()]);K(e),Y(t)}catch(e){console.error("Failed to load data:",e),x.toast.error("Failed to load form data")}finally{J(!1)}})()},[]);let eB=r.useMemo(()=>{let e=eo.trim().toLowerCase();return e?B.filter(t=>`${t.name} ${t.kind} ${t.description??""}`.toLowerCase().includes(e)):B},[eo,B]),eK=r.useMemo(()=>el?B.find(e=>e.name===el)??null:null,[el,B]),eZ=e=>e.trim()?5!==e.trim().split(/\s+/).length?(eX("Cron expression must have 5 parts (minute hour day month weekday)"),!1):(eX(null),!0):(eX("Cron expression is required when scheduling is enabled"),!1),eY=async t=>{if(t.preventDefault(),!el)return void x.toast.error("Please select a workflow");if("single"===em){if(!eu.trim())return void x.toast.error("Please enter a target")}else if("multiple"===em){if(0===ef.split(/\r?\n/).map(e=>e.trim()).filter(e=>!!e).length)return void x.toast.error("Please enter at least one target")}else if("file"===em&&!ew.trim())return void x.toast.error("Please upload a targets file");if(!eH||eZ(eW)){ee(!0);try{let t=B.find(e=>e.name===el),r={workflowId:el,workflowKind:t?.kind||"flow",workspaceId:ec||void 0,schedule:eH?eW.trim():void 0};if(!eH){Number.isFinite(e_)&&e_>0&&(r.threads_hold=e_),r.heuristics_check=ek,r.repeat=eS,eS&&eC.trim()&&(r.repeat_wait_time=eC.trim()),"single"===em?r.target=eu.trim():"multiple"===em?(r.targets=ef.split(/\r?\n/).map(e=>e.trim()).filter(e=>!!e),r.concurrency=ev):"file"===em?(r.target_file=ew.trim(),r.concurrency=ev):"empty"===em&&(r.empty_target=!0);let e={};eI.forEach(t=>{let r=t.key.trim(),a=t.value.trim();r&&a&&(e[r]=a)}),Object.keys(e).length>0&&(r.params=e),r.priority=eP,""===eM||Number.isNaN(Number(eM))||(r.timeout=Number(eM)),"local"!==eT&&(r.runner_type=eT,"docker"===eT&&ez.trim()&&(r.docker_image=ez.trim()),"ssh"===eT&&eF.trim()&&(r.ssh_host=eF.trim()))}await (0,g.createScan)(r),x.toast.success("Scan started successfully",{description:eH?"Your scan has been scheduled.":"Your scan is now running."}),e.push("/scans")}catch(e){x.toast.error("Failed to start scan",{description:e instanceof Error?e.message:"Please try again."})}finally{ee(!1)}}};return(0,t.jsx)("div",{className:"m-4 lg:m-6",children:(0,t.jsxs)(s.Card,{className:"rounded-xl overflow-hidden",children:[(0,t.jsxs)(s.CardHeader,{className:"border-b pb-4",children:[(0,t.jsx)(s.CardTitle,{children:"Scan Configuration"}),(0,t.jsx)(s.CardDescription,{className:"pb-1",children:"Select a workflow, configure targets and parameters, and optionally schedule the scan"})]}),(0,t.jsx)(s.CardContent,{className:"p-0",children:(0,t.jsxs)("form",{onSubmit:eY,className:"w-full space-y-6 p-4 lg:p-6",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsxs)("span",{className:"inline-flex items-center gap-2 text-xs font-medium text-muted-foreground",children:[(0,t.jsx)(k,{className:"size-4"}),"Workflow"]}),(0,t.jsx)(p.Separator,{className:"flex-1"})]}),(0,t.jsxs)("div",{className:"grid gap-4 md:grid-cols-3 md:items-end",children:[(0,t.jsx)("div",{className:"space-y-2 md:col-span-2",children:(0,t.jsxs)(d.Popover,{open:ea,onOpenChange:es,children:[(0,t.jsx)(d.PopoverTrigger,{asChild:!0,children:(0,t.jsxs)(o.Button,{id:"workflow",type:"button",variant:"outline",role:"combobox","aria-label":"Workflow","aria-expanded":ea,disabled:G,className:"w-full justify-between",children:[(0,t.jsxs)("span",{className:"flex min-w-0 items-center gap-2",children:[(0,t.jsx)(k,{className:"size-4 text-muted-foreground"}),eK?(0,t.jsxs)("span",{className:"truncate",children:[eK.name," ",(0,t.jsxs)("span",{className:"text-xs text-muted-foreground",children:["(",eK.kind,")"]})]}):(0,t.jsx)("span",{className:"text-muted-foreground",children:"Select a workflow"})]}),(0,t.jsx)(U.ChevronsUpDownIcon,{className:"size-4 opacity-50"})]})}),(0,t.jsxs)(d.PopoverContent,{className:"w-[--radix-popover-trigger-width] p-0",align:"start",children:[(0,t.jsx)("div",{className:"p-2 border-b",children:(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)(X.SearchIcon,{className:"absolute left-2 top-1/2 size-4 -translate-y-1/2 text-muted-foreground"}),(0,t.jsx)(n.Input,{placeholder:"Search workflows...",value:eo,onChange:e=>en(e.target.value),className:"h-8 pl-8"})]})}),(0,t.jsx)(u.ScrollArea,{className:"h-[280px]",children:(0,t.jsxs)("div",{className:"p-2 space-y-1",children:[eB.map(e=>{let r=e.name===el;return(0,t.jsx)("button",{type:"button",onClick:()=>{ei(e.name),es(!1),en("")},className:"w-full rounded-sm px-2 py-1.5 text-left hover:bg-muted",children:(0,t.jsxs)("div",{className:"flex items-start gap-2",children:[(0,t.jsx)("span",{className:"mt-0.5 flex size-4 items-center justify-center",children:r?(0,t.jsx)(q.CheckIcon,{className:"size-4"}):null}),(0,t.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,t.jsxs)("div",{className:"truncate text-sm",children:[e.name," ",(0,t.jsxs)("span",{className:"text-xs text-muted-foreground",children:["(",e.kind,")"]})]}),e.description?(0,t.jsx)("div",{className:"truncate text-xs text-muted-foreground",children:e.description}):null]})]})},e.name)}),0===eB.length&&(0,t.jsx)("p",{className:"text-sm text-muted-foreground text-center py-6",children:"No workflows found"})]})})]})]})}),(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-3 md:col-span-1",children:[(0,t.jsxs)(l.Label,{htmlFor:"target_mode",className:"flex items-center gap-2 whitespace-nowrap",children:[(0,t.jsx)(S,{className:"size-4 text-muted-foreground"}),"Target Mode"]}),(0,t.jsxs)(m.Select,{value:em,onValueChange:e=>eh(e),children:[(0,t.jsx)(m.SelectTrigger,{id:"target_mode",className:"flex-1 min-w-[220px] md:flex-none md:w-[220px] rounded-full","aria-label":"Target Mode",children:(0,t.jsx)(m.SelectValue,{placeholder:"Select mode"})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"single",children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(S,{className:"size-4 text-muted-foreground"}),"Single"]})}),(0,t.jsx)(m.SelectItem,{value:"multiple",children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(N.ListIcon,{className:"size-4 text-muted-foreground"}),"Multiple"]})}),(0,t.jsx)(m.SelectItem,{value:"file",children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(V,{className:"size-4 text-muted-foreground"}),"From File"]})}),(0,t.jsx)(m.SelectItem,{value:"empty",children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(W,{className:"size-4 text-muted-foreground"}),"Empty Target"]})})]})]})]})]}),(0,t.jsxs)("div",{className:"flex items-center gap-3 pt-2",children:[(0,t.jsxs)("span",{className:"inline-flex items-center gap-2 text-xs font-medium text-muted-foreground",children:[(0,t.jsx)(S,{className:"size-4"}),"Target"]}),(0,t.jsx)(p.Separator,{className:"flex-1"})]}),"single"===em&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)(n.Input,{id:"target",type:"text","aria-label":"Target",placeholder:"example.com",value:eu,onChange:e=>ep(e.target.value),disabled:G}),(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:"Domain or IP address to scan"})]}),"multiple"===em&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"targets",className:"flex items-center gap-2",children:[(0,t.jsx)(N.ListIcon,{className:"size-4 text-muted-foreground"}),"Targets (one per line)"]}),(0,t.jsx)("textarea",{id:"targets",value:ef,onChange:e=>eg(e.target.value),className:"min-h-32 w-full rounded-md border bg-background p-2 text-sm",placeholder:"example.com\\ndemo.com"}),(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsxs)(l.Label,{htmlFor:"concurrency",className:"flex items-center gap-2 whitespace-nowrap",children:[(0,t.jsx)(C,{className:"size-4 text-muted-foreground"}),"Concurrency"]}),(0,t.jsxs)(m.Select,{value:String(ev),onValueChange:e=>ey(Number(e)),children:[(0,t.jsx)(m.SelectTrigger,{id:"concurrency",className:"h-9 w-24",children:(0,t.jsx)(m.SelectValue,{})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"1",children:"1"}),(0,t.jsx)(m.SelectItem,{value:"2",children:"2"}),(0,t.jsx)(m.SelectItem,{value:"3",children:"3"})]})]})]})]}),"file"===em&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"file",className:"flex items-center gap-2",children:[(0,t.jsx)(D,{className:"size-4 text-muted-foreground"}),"Upload Targets File"]}),(0,t.jsx)("input",{id:"file",type:"file",accept:".txt",onChange:async e=>{let t=e.target.files?.[0];if(t)try{let e=await (0,w.uploadTargetsFile)(t);ex(e.path),x.toast.success("File uploaded",{description:e.filename})}catch(e){x.toast.error("Upload failed",{description:e instanceof Error?e.message:""})}}}),ew?(0,t.jsxs)("p",{className:"text-xs text-muted-foreground",children:["Server path: ",ew]}):(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:"Text file with one target per line"}),(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsxs)(l.Label,{htmlFor:"concurrency-file",className:"flex items-center gap-2 whitespace-nowrap",children:[(0,t.jsx)(C,{className:"size-4 text-muted-foreground"}),"Concurrency"]}),(0,t.jsxs)(m.Select,{value:String(ev),onValueChange:e=>ey(Number(e)),children:[(0,t.jsx)(m.SelectTrigger,{id:"concurrency-file",className:"h-9 w-24",children:(0,t.jsx)(m.SelectValue,{})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"1",children:"1"}),(0,t.jsx)(m.SelectItem,{value:"2",children:"2"}),(0,t.jsx)(m.SelectItem,{value:"3",children:"3"})]})]})]})]}),"empty"===em&&(0,t.jsx)("div",{className:"space-y-2",children:(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:"No target will be sent for this scan"})}),(0,t.jsxs)("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"priority",className:"flex items-center gap-2",children:[(0,t.jsx)(A.AlertTriangleIcon,{className:"size-4 text-muted-foreground"}),"Priority"]}),(0,t.jsxs)(m.Select,{value:eP,onValueChange:e=>eA(e),disabled:eH,children:[(0,t.jsx)(m.SelectTrigger,{id:"priority",className:"h-9",children:(0,t.jsx)(m.SelectValue,{placeholder:"Select priority"})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"low",children:"low"}),(0,t.jsx)(m.SelectItem,{value:"medium",children:"medium"}),(0,t.jsx)(m.SelectItem,{value:"high",children:"high"})]})]})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"timeout",className:"flex items-center gap-2",children:[(0,t.jsx)(M,{className:"size-4 text-muted-foreground"}),"Timeout (seconds)"]}),(0,t.jsx)(n.Input,{id:"timeout",type:"number",min:1,placeholder:"60",value:eM,onChange:e=>eE(""===e.target.value?"":Number(e.target.value)),disabled:eH,className:"h-9"})]})]}),(0,t.jsxs)("div",{className:"flex items-center gap-3 pt-2",children:[(0,t.jsxs)("span",{className:"inline-flex items-center gap-2 text-xs font-medium text-muted-foreground",children:[(0,t.jsx)(H,{className:"size-4"}),"Extra Configuration"]}),(0,t.jsx)(p.Separator,{className:"flex-1"})]}),(0,t.jsxs)(c.Collapsible,{open:et,onOpenChange:er,children:[(0,t.jsx)(c.CollapsibleTrigger,{asChild:!0,children:(0,t.jsxs)(o.Button,{type:"button",variant:"outline",className:"w-full justify-between",children:[(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(H,{className:"size-4"}),"Extra Configuration"]}),(0,t.jsx)(_.ChevronDownIcon,{className:`size-4 transition-transform ${et?"rotate-180":""}`})]})}),(0,t.jsxs)(c.CollapsibleContent,{className:"space-y-6 pt-4",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"workspace",className:"flex items-center gap-2",children:[(0,t.jsx)(j,{className:"size-4 text-muted-foreground"}),"Workspace"]}),(0,t.jsxs)(m.Select,{value:ec,onValueChange:e=>{ed(e);let t=Z.find(t=>String(t.id)===e);t&&ep(t.name)},disabled:G,children:[(0,t.jsx)(m.SelectTrigger,{id:"workspace",children:(0,t.jsx)(m.SelectValue,{placeholder:"Optional: Select a workspace to prefill target"})}),(0,t.jsx)(m.SelectContent,{children:Z.map(e=>(0,t.jsx)(m.SelectItem,{value:String(e.id),children:(0,t.jsxs)("div",{className:"flex flex-col items-start",children:[(0,t.jsx)("span",{children:e.name}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:e.local_path})]})},e.id))})]})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{className:"flex items-center gap-2",children:[(0,t.jsx)(I.SlidersHorizontalIcon,{className:"size-4 text-muted-foreground"}),"Parameters"]}),(0,t.jsxs)("div",{className:"space-y-2",children:[eI.map((e,r)=>(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(n.Input,{placeholder:"key",value:e.key,onChange:e=>{let t=eI.slice();t[r]={...t[r],key:e.target.value},eR(t)},className:"w-40"}),(0,t.jsx)(n.Input,{placeholder:"value",value:e.value,onChange:e=>{let t=eI.slice();t[r]={...t[r],value:e.target.value},eR(t)},className:"w-56"}),(0,t.jsxs)(o.Button,{type:"button",variant:"outline",onClick:()=>{let e=eI.slice();e.splice(r,1),eR(e)},children:[(0,t.jsx)(P.Trash2Icon,{className:"mr-2 size-4"}),"Remove"]})]},r)),(0,t.jsxs)(o.Button,{type:"button",variant:"outline",onClick:()=>eR([...eI,{key:"",value:""}]),children:[(0,t.jsx)(R.PlusIcon,{className:"mr-2 size-4"}),"Add Parameter"]})]})]}),(0,t.jsxs)("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"threads_hold",className:"flex items-center gap-2",children:[(0,t.jsx)(C,{className:"size-4 text-muted-foreground"}),"Threads Hold"]}),(0,t.jsx)(n.Input,{id:"threads_hold",type:"number",min:1,placeholder:"10",value:e_,onChange:e=>{let t=Number(e.target.value);eb(Number.isFinite(t)?t:10)},className:"h-9"})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"heuristics_check",className:"flex items-center gap-2",children:[(0,t.jsx)(I.SlidersHorizontalIcon,{className:"size-4 text-muted-foreground"}),"Heuristics Check"]}),(0,t.jsxs)(m.Select,{value:ek,onValueChange:e=>ej(e),children:[(0,t.jsx)(m.SelectTrigger,{id:"heuristics_check",className:"h-9",children:(0,t.jsx)(m.SelectValue,{placeholder:"Select mode"})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"basic",children:"basic"}),(0,t.jsx)(m.SelectItem,{value:"advanced",children:"advanced"})]})]})]})]}),(0,t.jsxs)("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between gap-4 rounded-lg border px-3 py-2",children:[(0,t.jsxs)("div",{className:"space-y-0.5",children:[(0,t.jsxs)(l.Label,{htmlFor:"repeat",className:"flex items-center gap-2",children:[(0,t.jsx)(z,{className:"size-4 text-muted-foreground"}),"Repeat"]}),(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:"Restart scan after waiting time"})]}),(0,t.jsx)(i.Switch,{id:"repeat",checked:eS,onCheckedChange:eN})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"repeat_wait_time",className:"flex items-center gap-2",children:[(0,t.jsx)($.ClockIcon,{className:"size-4 text-muted-foreground"}),"Repeat Wait Time"]}),(0,t.jsx)(n.Input,{id:"repeat_wait_time",type:"text",placeholder:"2h",value:eC,onChange:e=>eD(e.target.value),disabled:!eS,className:"h-9"})]})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"runner",className:"flex items-center gap-2",children:[(0,t.jsx)(E,{className:"size-4 text-muted-foreground"}),"Runner Type"]}),(0,t.jsxs)(m.Select,{value:eT,onValueChange:e=>eL(e),children:[(0,t.jsx)(m.SelectTrigger,{id:"runner",className:"h-9",children:(0,t.jsx)(m.SelectValue,{placeholder:"Select runner"})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"local",children:"local"}),(0,t.jsx)(m.SelectItem,{value:"docker",children:"docker"}),(0,t.jsx)(m.SelectItem,{value:"ssh",children:"ssh"})]})]})]}),(0,t.jsxs)("div",{className:"space-y-2",children:["docker"===eT&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"docker_image",className:"flex items-center gap-2",children:[(0,t.jsx)(T,{className:"size-4 text-muted-foreground"}),"Docker Image"]}),(0,t.jsx)(n.Input,{id:"docker_image",type:"text",placeholder:"osmedeus/osmedeus:latest",value:ez,onChange:e=>e$(e.target.value)})]}),"ssh"===eT&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"ssh_host",className:"flex items-center gap-2",children:[(0,t.jsx)(L.ServerIcon,{className:"size-4 text-muted-foreground"}),"SSH Host"]}),(0,t.jsx)(n.Input,{id:"ssh_host",type:"text",placeholder:"worker1.example.com",value:eF,onChange:e=>eO(e.target.value)})]})]})]})]}),(0,t.jsxs)("div",{className:"flex items-center gap-3 pt-2",children:[(0,t.jsxs)("span",{className:"inline-flex items-center gap-2 text-xs font-medium text-muted-foreground",children:[(0,t.jsx)(O.PlayIcon,{className:"size-4"}),"Execute the Scan"]}),(0,t.jsx)(p.Separator,{className:"flex-1"})]}),(0,t.jsxs)("div",{className:"space-y-4 pt-4",children:[(0,t.jsxs)("div",{className:"flex flex-wrap items-center justify-between gap-3",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between gap-4 min-w-[240px] rounded-lg border border-sky-200/70 bg-sky-50/60 px-3 py-2 dark:border-sky-900/60 dark:bg-sky-950/25",children:[(0,t.jsxs)("div",{className:"space-y-0.5",children:[(0,t.jsxs)(l.Label,{htmlFor:"schedule",className:"flex items-center gap-2 text-sky-900 dark:text-sky-100",children:[(0,t.jsx)(z,{className:"size-4 text-sky-500 dark:text-sky-400"}),"Enable Scheduling"]}),(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:"Run this scan on a recurring schedule"})]}),(0,t.jsx)(i.Switch,{id:"schedule",checked:eH,onCheckedChange:eV,className:"data-[state=checked]:bg-sky-500 data-[state=unchecked]:bg-sky-200/70 dark:data-[state=unchecked]:bg-sky-950/50 [&_[data-slot=switch-thumb]]:!bg-white"})]}),(0,t.jsxs)("div",{className:"flex gap-3",children:[(0,t.jsxs)(o.Button,{type:"button",variant:"outline",onClick:()=>e.push("/scans"),disabled:Q,children:[(0,t.jsx)(F.XIcon,{className:"mr-2 size-4"}),"Cancel"]}),(0,t.jsx)(o.Button,{type:"submit",variant:eH?"default":"outline",disabled:Q||G,className:`rounded-full ${eH?"bg-sky-500 text-white hover:bg-sky-600 hover:shadow-[0_0_20px_rgba(14,165,233,0.30)]":"border-yellow-500 text-yellow-700 hover:bg-yellow-500/10 hover:border-yellow-500 hover:shadow-[0_0_15px_rgba(234,179,8,0.35)] dark:border-yellow-400 dark:text-yellow-400 dark:hover:bg-yellow-400/10"}`,children:Q?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(v.LoaderIcon,{className:"mr-2 size-4 animate-spin"}),"Starting..."]}):eH?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(z,{className:"mr-2 size-4"}),"Schedule Scan"]}):(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(O.PlayIcon,{className:"mr-2 size-4"}),"Start Scan"]})})]})]}),eH&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"cron",className:"flex items-center gap-2",children:[(0,t.jsx)($.ClockIcon,{className:"size-4 text-muted-foreground"}),"Cron Expression"]}),(0,t.jsx)(n.Input,{id:"cron",type:"text",placeholder:"0 0 * * *",value:eW,onChange:e=>{eU(e.target.value),eq&&eZ(e.target.value)}}),eq?(0,t.jsx)("p",{className:"text-xs text-destructive",children:eq}):(0,t.jsxs)("div",{className:"flex items-start gap-2 rounded-lg bg-muted p-3",children:[(0,t.jsx)(y.InfoIcon,{className:"size-4 text-muted-foreground shrink-0 mt-0.5"}),(0,t.jsxs)("div",{className:"text-xs text-muted-foreground space-y-1",children:[(0,t.jsx)("p",{children:"Format: minute hour day month weekday"}),(0,t.jsx)("p",{children:"Examples:"}),(0,t.jsxs)("ul",{className:"list-disc list-inside",children:[(0,t.jsxs)("li",{children:[(0,t.jsx)("code",{className:"bg-background px-1 rounded",children:"0 0 * * *"})," - Daily at midnight"]}),(0,t.jsxs)("li",{children:[(0,t.jsx)("code",{className:"bg-background px-1 rounded",children:"0 */6 * * *"})," - Every 6 hours"]}),(0,t.jsxs)("li",{children:[(0,t.jsx)("code",{className:"bg-background px-1 rounded",children:"0 0 * * 0"})," - Weekly on Sunday"]})]})]})]})]})]})]})})]})})}e.s(["default",()=>B],58998)}]); \ No newline at end of file diff --git a/public/ui/_next/static/chunks/411ba98ac14f065c.js b/public/ui/_next/static/chunks/411ba98ac14f065c.js new file mode 100644 index 0000000..8147734 --- /dev/null +++ b/public/ui/_next/static/chunks/411ba98ac14f065c.js @@ -0,0 +1 @@ +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,70065,e=>{"use strict";var t=e.i(43476),a=e.i(47163);function r({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card",className:(0,a.cn)("bg-card/80 backdrop-blur-sm text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm transition-all duration-300 hover:shadow-[0_0_30px_rgba(32,178,170,0.12)] hover:-translate-y-0.5",e),...r})}function s({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,a.cn)("flex flex-col gap-1.5 px-6",e),...r})}function n({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,a.cn)("leading-none font-semibold",e),...r})}function i({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,a.cn)("text-muted-foreground text-sm",e),...r})}function o({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,a.cn)("px-6",e),...r})}function l({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,a.cn)("flex items-center px-6",e),...r})}e.s(["Card",()=>r,"CardContent",()=>o,"CardDescription",()=>i,"CardFooter",()=>l,"CardHeader",()=>s,"CardTitle",()=>n])},97882,e=>{"use strict";let t=(0,e.i(75254).default)("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);e.s(["LoaderIcon",()=>t],97882)},97239,e=>{"use strict";let t=(0,e.i(75254).default)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);e.s(["AlertTriangleIcon",()=>t],97239)},28196,e=>{"use strict";let t=(0,e.i(75254).default)("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);e.s(["AlertCircleIcon",()=>t],28196)},72292,e=>{"use strict";let t=(0,e.i(75254).default)("globe",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]);e.s(["GlobeIcon",()=>t],72292)},79319,e=>{"use strict";let t=(0,e.i(75254).default)("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);e.s(["RefreshCwIcon",()=>t],79319)},71586,e=>{"use strict";var t=e.i(43476),a=e.i(47163),r=e.i(67881),s=e.i(28196),n=e.i(79319);function i({title:e="Something went wrong",message:i="We couldn't load the data. Please try again.",onRetry:o,className:l}){return(0,t.jsxs)("div",{className:(0,a.cn)("flex flex-col items-center justify-center py-12 text-center",l),children:[(0,t.jsx)("div",{className:"mb-4 rounded-full bg-destructive/10 p-4",children:(0,t.jsx)(s.AlertCircleIcon,{className:"size-8 text-destructive"})}),(0,t.jsx)("h3",{className:"mb-1 text-lg font-semibold",children:e}),(0,t.jsx)("p",{className:"mb-4 max-w-sm text-sm text-muted-foreground",children:i}),o&&(0,t.jsxs)(r.Button,{onClick:o,variant:"outline",children:[(0,t.jsx)(n.RefreshCwIcon,{className:"mr-2 size-4"}),"Try again"]})]})}e.s(["ErrorState",()=>i])},24553,e=>{"use strict";var t=e.i(43476),a=e.i(47163),r=e.i(67881);let s=(0,e.i(75254).default)("inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]);function n({icon:e=s,title:n,description:i,action:o,className:l}){return(0,t.jsxs)("div",{className:(0,a.cn)("flex flex-col items-center justify-center py-12 text-center",l),children:[(0,t.jsx)("div",{className:"mb-4 rounded-full bg-muted p-4",children:(0,t.jsx)(e,{className:"size-8 text-muted-foreground"})}),(0,t.jsx)("h3",{className:"mb-1 text-lg font-semibold",children:n}),i&&(0,t.jsx)("p",{className:"mb-4 max-w-sm text-sm text-muted-foreground",children:i}),o&&(0,t.jsx)(r.Button,{onClick:o.onClick,variant:"default",children:o.label})]})}e.s(["EmptyState",()=>n],24553)},61166,e=>{"use strict";let t=(0,e.i(75254).default)("link",[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]]);e.s(["LinkIcon",()=>t],61166)},85562,e=>{"use strict";let t=(0,e.i(75254).default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);e.s(["ArrowRightIcon",()=>t],85562)},31447,e=>{"use strict";let t=(0,e.i(75254).default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["ClockIcon",()=>t],31447)},67003,e=>{"use strict";var t=e.i(55161),a=e.i(62280),r=e.i(72536);let s=[{id:"scan-001",runId:"run-2025-01-15-subdomain-enum-example.com",runUuid:"run-2025-01-15-subdomain-enum-example.com",workflowName:"subdomain-enum",workflowKind:"flow",target:"example.com",status:"completed",priority:"medium",startedAt:new Date(Date.now()-36e5),completedAt:new Date(Date.now()-18e5),totalSteps:10,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-36e5),updatedAt:new Date(Date.now()-18e5)},{id:"scan-002",runId:"run-2025-01-15-vulnerability-scan-api.example.com",runUuid:"run-2025-01-15-vulnerability-scan-api.example.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"api.example.com",status:"running",priority:"high",startedAt:new Date(Date.now()-9e5),totalSteps:15,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-9e5),updatedAt:new Date},{id:"scan-003",runId:"run-2025-01-15-full-recon-testsite.org",runUuid:"run-2025-01-15-full-recon-testsite.org",workflowName:"full-recon",workflowKind:"flow",target:"testsite.org",status:"pending",priority:"low",totalSteps:20,completedSteps:0,triggerType:"scheduled",createdAt:new Date(Date.now()-3e5),updatedAt:new Date(Date.now()-3e5)},{id:"scan-004",runId:"run-2025-01-15-subdomain-enum-acme.io",runUuid:"run-2025-01-15-subdomain-enum-acme.io",workflowName:"subdomain-enum",workflowKind:"flow",target:"acme.io",status:"failed",priority:"high",startedAt:new Date(Date.now()-72e5),completedAt:new Date(Date.now()-68e5),totalSteps:10,completedSteps:3,triggerType:"manual",errorMessage:"Connection timeout after 5 retries",createdAt:new Date(Date.now()-72e5),updatedAt:new Date(Date.now()-68e5)},{id:"scan-005",runId:"run-2025-01-14-http-probe-secure.bank.com",runUuid:"run-2025-01-14-http-probe-secure.bank.com",workflowName:"http-probe",workflowKind:"module",target:"secure.bank.com",status:"completed",priority:"medium",startedAt:new Date(Date.now()-864e5),completedAt:new Date(Date.now()-828e5),totalSteps:5,completedSteps:5,triggerType:"scheduled",createdAt:new Date(Date.now()-864e5),updatedAt:new Date(Date.now()-828e5)},{id:"scan-006",runId:"run-2025-01-13-subdomain-enum-startup.dev",runUuid:"run-2025-01-13-subdomain-enum-startup.dev",workflowName:"subdomain-enum",workflowKind:"flow",target:"startup.dev",status:"cancelled",priority:"low",startedAt:new Date(Date.now()-1728e5),completedAt:new Date(Date.now()-171e6),totalSteps:10,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-1728e5),updatedAt:new Date(Date.now()-171e6)},{id:"scan-007",runId:"run-2025-01-12-full-recon-megacorp.com",runUuid:"run-2025-01-12-full-recon-megacorp.com",workflowName:"full-recon",workflowKind:"flow",target:"megacorp.com",status:"completed",priority:"medium",startedAt:new Date(Date.now()-2592e5),completedAt:new Date(Date.now()-252e6),totalSteps:20,completedSteps:20,triggerType:"manual",createdAt:new Date(Date.now()-2592e5),updatedAt:new Date(Date.now()-252e6)},{id:"scan-008",runId:"run-2025-01-15-vulnerability-scan-shop.retail.com",runUuid:"run-2025-01-15-vulnerability-scan-shop.retail.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"shop.retail.com",status:"running",priority:"high",startedAt:new Date(Date.now()-6e5),totalSteps:15,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-6e5),updatedAt:new Date}];function n(e){let t=e.workflow_name??e.workflow??e.flow??e.module??"",a=e.workflow_kind??e.kind??(e.module?"module":"flow"),r=e.target??(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")??e.target_file??"",s=e.run_uuid??e.runUuid??"";return{id:String(e.id??e.run_id??e.runId??s??""),runId:e.run_id??e.runId??e.id??"",runUuid:String(s||""),workflowName:t,workflowKind:"module"===a?"module":"flow",target:r,params:e.params,status:e.status??"pending",priority:e.priority,workspace:e.workspace,workspacePath:e.workspace_path,startedAt:e.started_at?new Date(e.started_at):void 0,completedAt:e.completed_at?new Date(e.completed_at):void 0,totalSteps:e.total_steps??0,completedSteps:e.completed_steps??0,triggerType:e.trigger_type??"manual",triggerName:e.trigger_name,runGroupId:e.run_group_id,errorMessage:e.error_message,createdAt:e.created_at?new Date(e.created_at):new Date,updatedAt:e.updated_at?new Date(e.updated_at):new Date}}async function i(e){let i=e.page??1,o=e.pageSize??20,l=(i-1)*o,d=e.filters??{};if((0,r.isDemoMode)()){let e=(d.status??"").trim().toLowerCase(),t=(d.workflowName??"").trim().toLowerCase(),a=(d.target??"").trim().toLowerCase(),r=(d.workspace??"").trim().toLowerCase(),n=[...s.filter(s=>(!e||"all"===e||String(s.status).toLowerCase()===e)&&(!t||!!s.workflowName.toLowerCase().includes(t))&&(!a||!!s.target.toLowerCase().includes(a))&&(!r||String(s.workspace??"").toLowerCase()===r))].sort((e,t)=>{let a=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-a}),c=n.slice(l,l+o),u=n.length;return{data:c,pagination:{page:i,pageSize:o,totalItems:u,totalPages:Math.ceil(u/o)}}}let c={offset:l,limit:o};d.status&&"all"!==d.status&&(c.status=d.status),d.workflowName&&(c.workflow_name=d.workflowName),d.target&&(c.target=d.target),d.workspace&&(c.workspace=d.workspace);let u=await t.http.get(`${a.API_PREFIX}/runs`,{params:c}),m=(u.data?.data||[]).map(n),p=u.data?.pagination?.total??m.length,w=u.data?.pagination?.limit??o;return{data:m,pagination:{page:Math.floor((u.data?.pagination?.offset??l)/w)+1,pageSize:w,totalItems:p,totalPages:Math.ceil(p/w)}}}async function o(e=5){if((0,r.isDemoMode)())return[...s].sort((e,t)=>{let a=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-a}).slice(0,e);let i=await t.http.get(`${a.API_PREFIX}/runs`,{params:{limit:e,offset:0}});return(i.data?.data||[]).map(n)}async function l(e){if((0,r.isDemoMode)()){let t=new Date,a={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??""),status:e.schedule?"pending":"running",priority:e.priority,totalSteps:0,completedSteps:0,triggerType:e.schedule?"scheduled":"manual",createdAt:t,updatedAt:t,startedAt:e.schedule?void 0:t};return s=[a,...s],a}if(e.schedule){let r={name:`scheduled-${e.workflowId}-${Date.now()}`,workflow_name:e.workflowId,workflow_kind:"module"===e.workflowKind?"module":"flow",target:e.target||"",schedule:e.schedule,enabled:!0};return await t.http.post(`${a.API_PREFIX}/schedules`,r),{id:`scan-${Date.now()}`,runId:"",runUuid:"",workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||"",status:"pending",priority:e.priority,totalSteps:0,completedSteps:0,triggerType:"scheduled",createdAt:new Date,updatedAt:new Date}}let i={};e.workflowId&&("module"===e.workflowKind?i.module=e.workflowId:i.flow=e.workflowId),"number"==typeof e.threads_hold&&(i.threads_hold=e.threads_hold),"string"==typeof e.heuristics_check&&e.heuristics_check.trim()&&(i.heuristics_check=e.heuristics_check.trim()),"boolean"==typeof e.repeat&&(i.repeat=e.repeat),"string"==typeof e.repeat_wait_time&&e.repeat_wait_time.trim()&&(i.repeat_wait_time=e.repeat_wait_time.trim()),e.empty_target&&(i.empty_target=!0),Array.isArray(e.targets)&&e.targets.length>0?(i.targets=e.targets,"number"==typeof e.concurrency&&(i.concurrency=e.concurrency)):e.target_file?(i.target_file=e.target_file,"number"==typeof e.concurrency&&(i.concurrency=e.concurrency)):!e.empty_target&&e.target&&(i.target=e.target),e.params&&Object.keys(e.params).length>0&&(i.params=e.params),e.priority&&(i.priority=e.priority),"number"==typeof e.timeout&&(i.timeout=e.timeout),e.runner_type&&"local"!==e.runner_type&&(i.runner_type=e.runner_type,"docker"===e.runner_type&&e.docker_image&&(i.docker_image=e.docker_image),"ssh"===e.runner_type&&e.ssh_host&&(i.ssh_host=e.ssh_host));let o=await t.http.post(`${a.API_PREFIX}/runs`,i),l=o.data?.data??o.data??{},d=e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??"");return n({...l,id:l.id??l.run_id??l.runId??`scan-${Date.now()}`,run_id:l.run_id??l.runId??"",run_uuid:l.run_uuid??l.runUuid??"",workflow_name:l.workflow_name??l.workflow??e.workflowId,workflow_kind:l.workflow_kind??l.kind??e.workflowKind??"flow",target:l.target??d,status:l.status??"running",trigger_type:l.trigger_type??"manual",created_at:l.created_at??new Date().toISOString(),updated_at:l.updated_at??new Date().toISOString()})}async function d(e){if((0,r.isDemoMode)()){let t=s.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return!1;let a=new Date,r=[...s];return r[t]={...r[t],status:"cancelled",completedAt:r[t].completedAt??a,updatedAt:a},s=r,!0}try{return await t.http.delete(`${a.API_PREFIX}/runs/${encodeURIComponent(e)}`),!0}catch{return!1}}async function c(e){return d(e)}async function u(e){if((0,r.isDemoMode)()){let t=s.find(t=>t.runUuid===e||t.id===e||t.runId===e),a=new Date,r={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:t?.workflowName??"duplicate",workflowKind:t?.workflowKind??"flow",target:t?.target??"",params:t?.params,status:"pending",priority:t?.priority,workspace:t?.workspace,workspacePath:t?.workspacePath,totalSteps:t?.totalSteps??0,completedSteps:0,triggerType:"manual",createdAt:a,updatedAt:a};return s=[r,...s],r}let i=await t.http.post(`${a.API_PREFIX}/runs/${encodeURIComponent(e)}/duplicate`);return n(i.data?.data??i.data??{})}async function m(e){if((0,r.isDemoMode)()){let t=s.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return null;let a=new Date,r=[...s];return r[t]={...r[t],status:"running",startedAt:r[t].startedAt??a,updatedAt:a},s=r,r[t]}try{let r=await t.http.post(`${a.API_PREFIX}/runs/${encodeURIComponent(e)}/start`),s=r.data?.data??r.data;return s?n(s):null}catch{return null}}e.s(["cancelScan",()=>d,"createScan",()=>l,"deleteScan",()=>c,"duplicateScanRun",()=>u,"fetchRecentScans",()=>o,"fetchScans",()=>i,"startScanRun",()=>m],67003)},20667,e=>{"use strict";var t=e.i(43476),a=e.i(47163),r=e.i(71428);function s({rows:e=5,columns:s=4,className:n}){return(0,t.jsxs)("div",{className:(0,a.cn)("w-full",n),children:[(0,t.jsx)("div",{className:"flex gap-4 border-b pb-3",children:Array.from({length:s}).map((e,a)=>(0,t.jsx)(r.Skeleton,{className:"h-4 flex-1"},a))}),Array.from({length:e}).map((e,a)=>(0,t.jsx)("div",{className:"flex gap-4 border-b py-4",children:Array.from({length:s}).map((e,a)=>(0,t.jsx)(r.Skeleton,{className:"h-4 flex-1"},a))},a))]})}function n({className:e}){return(0,t.jsx)("div",{className:(0,a.cn)("rounded-xl border bg-card p-6",e),children:(0,t.jsxs)("div",{className:"flex items-center gap-4",children:[(0,t.jsx)(r.Skeleton,{className:"size-10 rounded-lg"}),(0,t.jsxs)("div",{className:"flex-1 space-y-2",children:[(0,t.jsx)(r.Skeleton,{className:"h-4 w-1/3"}),(0,t.jsx)(r.Skeleton,{className:"h-6 w-1/2"})]})]})})}function i({className:e}){return(0,t.jsx)("div",{className:(0,a.cn)("rounded-xl border bg-card p-6",e),children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)(r.Skeleton,{className:"h-3 w-20"}),(0,t.jsx)(r.Skeleton,{className:"h-8 w-16"})]}),(0,t.jsx)(r.Skeleton,{className:"size-10 rounded-lg"})]})})}e.s(["CardSkeleton",()=>n,"StatCardSkeleton",()=>i,"TableSkeleton",()=>s])},29590,e=>{"use strict";let t=(0,e.i(75254).default)("circle-x",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);e.s(["XCircleIcon",()=>t],29590)},7649,93053,e=>{"use strict";var t=e.i(75254);let a=(0,t.default)("circle-check-big",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);e.s(["CheckCircleIcon",()=>a],7649);let r=(0,t.default)("ban",[["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["BanIcon",()=>r],93053)},16883,e=>{"use strict";var t=e.i(43476),a=e.i(71645),r=e.i(22016),s=e.i(47163),n=e.i(70065);function i({title:e,value:a,icon:r,description:i,trend:o,className:l}){return(0,t.jsx)(n.Card,{className:(0,s.cn)("p-6",l),children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"space-y-1",children:[(0,t.jsx)("p",{className:"text-sm font-medium text-muted-foreground",children:e}),(0,t.jsxs)("div",{className:"flex items-baseline gap-2",children:[(0,t.jsx)("p",{className:"text-2xl font-bold",children:a}),o&&(0,t.jsxs)("span",{className:(0,s.cn)("text-xs font-medium",o.isPositive?"text-green-600 dark:text-green-400":"text-red-600 dark:text-red-400"),children:[o.isPositive?"+":"-",Math.abs(o.value),"%"]})]}),i&&(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:i})]}),(0,t.jsx)("div",{className:"flex size-12 items-center justify-center rounded-lg bg-primary/10",children:(0,t.jsx)(r,{className:"size-6 text-primary"})})]})})}var o=e.i(94179),l=e.i(67881),d=e.i(71428),c=e.i(24553),u=e.i(71586),m=e.i(67003),p=e.i(85562),w=e.i(33449),f=e.i(7649),g=e.i(29590),h=e.i(97882),x=e.i(31447),y=e.i(93053);let k={completed:{label:"Completed",variant:"success",icon:f.CheckCircleIcon},running:{label:"Running",variant:"default",icon:h.LoaderIcon},pending:{label:"Pending",variant:"secondary",icon:x.ClockIcon},failed:{label:"Failed",variant:"destructive",icon:g.XCircleIcon},cancelled:{label:"Cancelled",variant:"outline",icon:y.BanIcon}};function j(){let[e,i]=a.useState([]),[f,g]=a.useState(!0),[h,x]=a.useState(null),y=a.useCallback(async()=>{try{g(!0),x(null);let e=await (0,m.fetchRecentScans)(5);i(e)}catch(e){x(e instanceof Error?e.message:"Failed to load scans")}finally{g(!1)}},[]);return a.useEffect(()=>{y()},[y]),(0,t.jsxs)(n.Card,{children:[(0,t.jsxs)(n.CardHeader,{className:"flex flex-row items-center justify-between",children:[(0,t.jsx)(n.CardTitle,{className:"text-lg",children:"Recent Scans"}),(0,t.jsx)(l.Button,{variant:"ghost",size:"sm",asChild:!0,children:(0,t.jsxs)(r.default,{href:"/scans",children:["View all",(0,t.jsx)(p.ArrowRightIcon,{className:"ml-1 size-4"})]})})]}),(0,t.jsx)(n.CardContent,{children:f?(0,t.jsx)("div",{className:"space-y-4",children:Array.from({length:5}).map((e,a)=>(0,t.jsxs)("div",{className:"flex items-center gap-4",children:[(0,t.jsx)(d.Skeleton,{className:"size-10 rounded-lg"}),(0,t.jsxs)("div",{className:"flex-1 space-y-2",children:[(0,t.jsx)(d.Skeleton,{className:"h-4 w-1/3"}),(0,t.jsx)(d.Skeleton,{className:"h-3 w-1/2"})]}),(0,t.jsx)(d.Skeleton,{className:"h-6 w-20"})]},a))}):h?(0,t.jsx)(u.ErrorState,{message:h,onRetry:y}):0===e.length?(0,t.jsx)(c.EmptyState,{icon:w.ScanSearchIcon,title:"No scans yet",description:"Start your first security scan to see results here.",action:{label:"New Scan",onClick:()=>window.location.href="/scans/new"}}):(0,t.jsx)("div",{className:"space-y-4",children:e.map(e=>{let a=k[e.status],n=a.icon;return(0,t.jsxs)(r.default,{href:"/scans",className:"flex items-center gap-4 rounded-lg p-2 -mx-2 transition-colors hover:bg-muted/50",children:[(0,t.jsx)("div",{className:"flex size-10 items-center justify-center rounded-lg bg-muted",children:(0,t.jsx)(n,{className:`size-5 ${"running"===e.status?"animate-spin":""} ${"completed"===e.status?"text-green-600 dark:text-green-400":"failed"===e.status?"text-destructive":"text-muted-foreground"}`})}),(0,t.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,t.jsx)("p",{className:"font-medium truncate",children:e.target}),(0,t.jsxs)("p",{className:"text-sm text-muted-foreground truncate",children:[e.workflowName," · ",e.startedAt?(0,s.timeAgo)(e.startedAt):"Pending"]})]}),(0,t.jsx)(o.Badge,{variant:a.variant,children:a.label})]},e.id)})})})]})}var v=e.i(20667),b=e.i(55161),N=e.i(62280),A=e.i(72536);let _={workflows:12,workspaces:24,subdomains:15847,httpAssets:8234,vulnerabilities:127};async function D(){if((0,A.isDemoMode)())return _;let e=(await b.http.get(`${N.API_PREFIX}/stats`)).data||{},t=e?.workflows?.total??0,a=e?.workspaces?.total??0,r=e?.assets?.total??0,s=e?.vulnerabilities?.total??0,n=e?.subdomains?.total??0;if(!n)try{let e=await b.http.get(`${N.API_PREFIX}/workspaces`,{params:{offset:0,limit:1e3}});n=(Array.isArray(e.data?.data)?e.data.data:[]).reduce((e,t)=>e+(t.total_subdomains??0),0)}catch{n=0}return{workflows:t,workspaces:a,subdomains:n,httpAssets:r,vulnerabilities:s}}var S=e.i(76179),I=e.i(46545),C=e.i(72292),M=e.i(61166),z=e.i(97239);function T(){let[e,n]=a.useState(null),[o,l]=a.useState(!0);return a.useEffect(()=>{(async()=>{try{let e=await D();n(e)}catch(e){console.error("Failed to load stats:",e)}finally{l(!1)}})()},[]),(0,t.jsxs)("div",{className:"space-y-6",children:[(0,t.jsx)("div",{className:"grid gap-4 grid-cols-[repeat(auto-fit,minmax(220px,1fr))]",children:o?Array.from({length:5}).map((e,a)=>(0,t.jsx)(v.StatCardSkeleton,{},a)):e?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(i,{title:"Workflows",value:(0,s.formatNumber)(e.workflows),icon:S.WorkflowIcon,description:"Active workflow modules"}),(0,t.jsx)(i,{title:"Workspaces",value:(0,s.formatNumber)(e.workspaces),icon:I.FolderOpenIcon,description:"Target workspaces"}),(0,t.jsx)(i,{title:"Subdomains",value:(0,s.formatNumber)(e.subdomains),icon:C.GlobeIcon,description:"Discovered subdomains"}),(0,t.jsx)(i,{title:"HTTP Assets",value:(0,s.formatNumber)(e.httpAssets),icon:M.LinkIcon,description:"Live web endpoints"}),(0,t.jsx)(i,{title:"Vulnerabilities",value:(0,s.formatNumber)(e.vulnerabilities),icon:z.AlertTriangleIcon,description:"Security findings"})]}):null}),(0,t.jsxs)("div",{className:"grid gap-6 lg:grid-cols-2",children:[(0,t.jsx)(j,{}),(0,t.jsxs)("div",{className:"rounded-xl border bg-card p-6",children:[(0,t.jsx)("h2",{className:"text-lg font-semibold mb-4",children:"Quick Actions"}),(0,t.jsxs)("div",{className:"grid gap-3 sm:grid-cols-2",children:[(0,t.jsxs)(r.default,{href:"/scans/new",className:"flex items-center gap-3 rounded-lg border p-4 transition-colors hover:bg-muted/50",children:[(0,t.jsx)("div",{className:"flex size-10 items-center justify-center rounded-lg bg-primary/10",children:(0,t.jsx)("svg",{className:"size-5 text-primary",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4v16m8-8H4"})})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"font-medium",children:"New Scan"}),(0,t.jsx)("p",{className:"text-sm text-muted-foreground",children:"Start a new security scan"})]})]}),(0,t.jsxs)(r.default,{href:"/assets",className:"flex items-center gap-3 rounded-lg border p-4 transition-colors hover:bg-muted/50",children:[(0,t.jsx)("div",{className:"flex size-10 items-center justify-center rounded-lg bg-primary/10",children:(0,t.jsx)(I.FolderOpenIcon,{className:"size-5 text-primary"})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"font-medium",children:"View Assets"}),(0,t.jsx)("p",{className:"text-sm text-muted-foreground",children:"Browse discovered assets"})]})]}),(0,t.jsxs)(r.default,{href:"/workflows-editor",className:"flex items-center gap-3 rounded-lg border p-4 transition-colors hover:bg-muted/50",children:[(0,t.jsx)("div",{className:"flex size-10 items-center justify-center rounded-lg bg-primary/10",children:(0,t.jsx)(S.WorkflowIcon,{className:"size-5 text-primary"})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"font-medium",children:"Edit Workflow"}),(0,t.jsx)("p",{className:"text-sm text-muted-foreground",children:"Customize scan workflows"})]})]}),(0,t.jsxs)(r.default,{href:"/settings",className:"flex items-center gap-3 rounded-lg border p-4 transition-colors hover:bg-muted/50",children:[(0,t.jsx)("div",{className:"flex size-10 items-center justify-center rounded-lg bg-primary/10",children:(0,t.jsxs)("svg",{className:"size-5 text-primary",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"}),(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"font-medium",children:"Settings"}),(0,t.jsx)("p",{className:"text-sm text-muted-foreground",children:"Configure preferences"})]})]})]})]})]})]})}e.s(["default",()=>T],16883)}]); \ No newline at end of file diff --git a/public/ui/_next/static/chunks/552e3049a6bb6b15.css b/public/ui/_next/static/chunks/552e3049a6bb6b15.css deleted file mode 100644 index e5d1b67..0000000 --- a/public/ui/_next/static/chunks/552e3049a6bb6b15.css +++ /dev/null @@ -1 +0,0 @@ -@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:var(--font-sans);--font-serif:var(--font-serif);--font-mono:var(--font-mono);--color-red-100:#ffe2e2;--color-red-200:#ffcaca;--color-red-300:#ffa3a3;--color-red-400:#ff6568;--color-red-500:#fb2c36;--color-red-600:#e40014;--color-red-700:#bf000f;--color-red-800:#9f0712;--color-red-900:#82181a;--color-orange-100:#ffedd5;--color-orange-200:#ffd7a8;--color-orange-400:#ff8b1a;--color-orange-500:#fe6e00;--color-orange-600:#f05100;--color-orange-700:#c53c00;--color-orange-800:#9f2d00;--color-orange-900:#7e2a0c;--color-amber-200:#fee685;--color-amber-300:#ffd236;--color-amber-400:#fcbb00;--color-amber-500:#f99c00;--color-amber-600:#dd7400;--color-amber-950:#461901;--color-yellow-50:#fefce8;--color-yellow-200:#fff085;--color-yellow-300:#ffe02a;--color-yellow-400:#fac800;--color-yellow-500:#edb200;--color-yellow-600:#cd8900;--color-yellow-700:#a36100;--color-yellow-800:#874b00;--color-yellow-900:#733e0a;--color-green-50:#f0fdf4;--color-green-200:#b9f8cf;--color-green-300:#7bf1a8;--color-green-400:#05df72;--color-green-500:#00c758;--color-green-600:#00a544;--color-green-700:#008138;--color-green-800:#016630;--color-green-900:#0d542b;--color-green-950:#032e15;--color-emerald-50:#ecfdf5;--color-emerald-300:#5ee9b5;--color-emerald-400:#00d294;--color-emerald-500:#00bb7f;--color-emerald-600:#009767;--color-emerald-700:#007956;--color-emerald-950:#002c22;--color-teal-100:#cbfbf1;--color-teal-200:#96f7e4;--color-teal-400:#00d3bd;--color-teal-700:#00776e;--color-teal-800:#005f5a;--color-teal-900:#0b4f4a;--color-cyan-400:#00d2ef;--color-cyan-500:#00b7d7;--color-cyan-600:#0092b5;--color-cyan-700:#007492;--color-sky-50:#f0f9ff;--color-sky-100:#dff2fe;--color-sky-200:#b8e6fe;--color-sky-300:#77d4ff;--color-sky-400:#00bcfe;--color-sky-500:#00a5ef;--color-sky-600:#0084cc;--color-sky-700:#0069a4;--color-sky-900:#024a70;--color-sky-950:#052f4a;--color-blue-100:#dbeafe;--color-blue-200:#bedbff;--color-blue-400:#54a2ff;--color-blue-500:#3080ff;--color-blue-600:#155dfc;--color-blue-700:#1447e6;--color-blue-800:#193cb8;--color-blue-900:#1c398e;--color-indigo-50:#eef2ff;--color-indigo-300:#a4b3ff;--color-indigo-700:#432dd7;--color-indigo-950:#1e1a4d;--color-violet-300:#c4b4ff;--color-violet-400:#a685ff;--color-violet-500:#8d54ff;--color-violet-700:#7008e7;--color-violet-800:#5d0ec0;--color-purple-50:#faf5ff;--color-purple-100:#f3e8ff;--color-purple-200:#e9d5ff;--color-purple-300:#d9b3ff;--color-purple-400:#c07eff;--color-purple-500:#ac4bff;--color-purple-600:#9810fa;--color-purple-700:#8200da;--color-purple-800:#6e11b0;--color-purple-900:#59168b;--color-purple-950:#3c0366;--color-pink-400:#fb64b6;--color-pink-500:#f6339a;--color-pink-600:#e30076;--color-pink-700:#c4005c;--color-slate-400:#90a1b9;--color-slate-500:#62748e;--color-slate-600:#45556c;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-400:#99a1af;--color-gray-600:#4a5565;--color-gray-700:#364153;--color-gray-800:#1e2939;--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height:calc(1.5/1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-widest:.1em;--leading-snug:1.375;--leading-relaxed:1.625;--radius-xs:.125rem;--radius-2xl:1rem;--shadow-2xs:var(--shadow-2xs);--shadow-xs:var(--shadow-xs);--shadow-sm:var(--shadow-sm);--shadow-md:var(--shadow-md);--shadow-lg:var(--shadow-lg);--shadow-xl:var(--shadow-xl);--shadow-2xl:var(--shadow-2xl);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--blur-md:12px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--shadow:var(--shadow)}@supports (color:lab(0% 0 0)){:root,:host{--color-red-100:lab(92.243% 10.2865 3.83865);--color-red-200:lab(86.017% 19.8815 7.75869);--color-red-300:lab(76.5514% 36.422 15.5335);--color-red-400:lab(63.7053% 60.745 31.3109);--color-red-500:lab(55.4814% 75.0732 48.8528);--color-red-600:lab(48.4493% 77.4328 61.5452);--color-red-700:lab(40.4273% 67.2623 53.7441);--color-red-800:lab(33.7174% 55.8993 41.0293);--color-red-900:lab(28.5139% 44.5539 29.0463);--color-orange-100:lab(94.7127% 3.58394 14.3151);--color-orange-200:lab(88.4871% 9.94918 28.8378);--color-orange-400:lab(70.0429% 42.5156 75.8207);--color-orange-500:lab(64.272% 57.1788 90.3583);--color-orange-600:lab(57.1026% 64.2584 89.8886);--color-orange-700:lab(46.4615% 57.7275 70.8507);--color-orange-800:lab(37.1566% 46.6433 50.5562);--color-orange-900:lab(30.2951% 36.0434 37.671);--color-amber-200:lab(91.7203% -.505269 49.9084);--color-amber-300:lab(86.4156% 6.13147 78.3961);--color-amber-400:lab(80.1641% 16.6016 99.2089);--color-amber-500:lab(72.7183% 31.8672 97.9407);--color-amber-600:lab(60.3514% 40.5624 87.1228);--color-amber-950:lab(15.8111% 20.9107 23.3752);--color-yellow-50:lab(98.6846% -1.79055 9.7766);--color-yellow-200:lab(94.3433% -5.00429 52.9663);--color-yellow-300:lab(89.7033% -.480294 84.4917);--color-yellow-400:lab(83.2664% 8.65132 106.895);--color-yellow-500:lab(76.3898% 14.5258 98.4589);--color-yellow-600:lab(62.7799% 22.4197 86.1544);--color-yellow-700:lab(47.8202% 25.2426 66.5015);--color-yellow-800:lab(38.7484% 23.5833 51.4916);--color-yellow-900:lab(32.3865% 21.1273 38.5959);--color-green-50:lab(98.1563% -5.60117 2.75915);--color-green-200:lab(92.4222% -26.4702 12.9427);--color-green-300:lab(86.9953% -47.2691 25.0054);--color-green-400:lab(78.503% -64.9265 39.7492);--color-green-500:lab(70.5521% -66.5147 45.8073);--color-green-600:lab(59.0978% -58.6621 41.2579);--color-green-700:lab(47.0329% -47.0239 31.4788);--color-green-800:lab(37.4616% -36.7971 22.9692);--color-green-900:lab(30.797% -29.6927 17.382);--color-green-950:lab(15.6845% -20.4225 11.7249);--color-emerald-50:lab(97.8462% -6.94966 1.85487);--color-emerald-300:lab(83.9203% -48.7124 13.8849);--color-emerald-400:lab(75.0771% -60.7313 19.4147);--color-emerald-500:lab(66.9756% -58.27 19.5419);--color-emerald-600:lab(55.0481% -49.9246 15.93);--color-emerald-700:lab(44.4871% -41.0396 11.0361);--color-emerald-950:lab(15.0582% -17.9507 2.38369);--color-teal-100:lab(95.1845% -17.4212 -.425422);--color-teal-200:lab(90.7612% -33.1343 -.542295);--color-teal-400:lab(76.0109% -53.3483 -2.27906);--color-teal-700:lab(44.4134% -33.1436 -4.22149);--color-teal-800:lab(35.5975% -26.6648 -4.34487);--color-teal-900:lab(29.506% -21.4706 -3.59886);--color-cyan-400:lab(76.6045% -40.9406 -29.6231);--color-cyan-500:lab(67.805% -35.3952 -30.2018);--color-cyan-600:lab(55.1767% -26.7496 -30.5139);--color-cyan-700:lab(44.7267% -21.5987 -26.118);--color-sky-50:lab(97.3623% -2.33802 -4.13098);--color-sky-100:lab(94.3709% -4.56053 -8.23453);--color-sky-200:lab(88.6983% -11.3978 -16.8488);--color-sky-300:lab(80.3307% -20.2945 -31.385);--color-sky-400:lab(70.687% -23.6078 -45.9483);--color-sky-500:lab(63.3038% -18.433 -51.0407);--color-sky-600:lab(51.7754% -11.4712 -49.8349);--color-sky-700:lab(41.6013% -9.10804 -42.5647);--color-sky-900:lab(29.1959% -8.34689 -28.2453);--color-sky-950:lab(17.8299% -5.31271 -21.1584);--color-blue-100:lab(92.0301% -2.24757 -11.6453);--color-blue-200:lab(86.15% -4.04379 -21.0797);--color-blue-400:lab(65.0361% -1.42065 -56.9802);--color-blue-500:lab(54.1736% 13.3369 -74.6839);--color-blue-600:lab(44.0605% 29.0279 -86.0352);--color-blue-700:lab(36.9089% 35.0961 -85.6872);--color-blue-800:lab(30.2514% 27.7853 -70.2699);--color-blue-900:lab(26.1542% 15.7545 -51.5504);--color-indigo-50:lab(95.4818% .411302 -6.78529);--color-indigo-300:lab(74.0235% 8.54138 -41.6075);--color-indigo-700:lab(32.4486% 49.2217 -84.6695);--color-indigo-950:lab(12.4853% 14.9672 -31.3418);--color-violet-300:lab(76.7419% 18.3911 -37.0706);--color-violet-400:lab(62.8239% 34.9159 -60.0512);--color-violet-500:lab(49.9355% 55.1776 -81.8963);--color-violet-700:lab(35.2783% 67.9912 -88.793);--color-violet-800:lab(29.3188% 57.7986 -76.1493);--color-purple-50:lab(97.1627% 2.99937 -4.13398);--color-purple-100:lab(93.3333% 6.97437 -9.83434);--color-purple-200:lab(87.8405% 13.4282 -18.7159);--color-purple-300:lab(78.3298% 26.2195 -34.9499);--color-purple-400:lab(63.6946% 47.6127 -59.2066);--color-purple-500:lab(52.0183% 66.11 -78.2316);--color-purple-600:lab(43.0295% 75.21 -86.5669);--color-purple-700:lab(36.1758% 69.8525 -80.0381);--color-purple-800:lab(30.6017% 56.7637 -64.4751);--color-purple-900:lab(24.9401% 45.2703 -51.2728);--color-purple-950:lab(14.8253% 38.9005 -44.5861);--color-pink-400:lab(64.5597% 64.3615 -12.7988);--color-pink-500:lab(56.9303% 76.8162 -8.07021);--color-pink-600:lab(49.5493% 79.8381 2.31768);--color-pink-700:lab(42.1737% 71.8009 7.42233);--color-slate-400:lab(65.5349% -2.25151 -14.5072);--color-slate-500:lab(48.0876% -2.03595 -16.5814);--color-slate-600:lab(35.5623% -1.74978 -15.4316);--color-gray-100:lab(96.1596% -.0823438 -1.13575);--color-gray-200:lab(91.6229% -.159115 -2.26791);--color-gray-400:lab(65.9269% -.832707 -8.17473);--color-gray-600:lab(35.6337% -1.58697 -10.8425);--color-gray-700:lab(27.1134% -.956401 -12.3224);--color-gray-800:lab(16.1051% -1.18239 -11.7533)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-x-0{inset-inline:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-1\.5{top:calc(var(--spacing)*1.5)}.top-1\/2{top:50%}.top-3\.5{top:calc(var(--spacing)*3.5)}.top-4{top:calc(var(--spacing)*4)}.top-\[50\%\]{top:50%}.right-0{right:calc(var(--spacing)*0)}.right-1{right:calc(var(--spacing)*1)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.left-2{left:calc(var(--spacing)*2)}.left-3{left:calc(var(--spacing)*3)}.left-\[50\%\]{left:50%}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.col-span-2{grid-column:span 2/span 2}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.m-4{margin:calc(var(--spacing)*4)}.-mx-1{margin-inline:calc(var(--spacing)*-1)}.-mx-2{margin-inline:calc(var(--spacing)*-2)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-3\.5{margin-inline:calc(var(--spacing)*3.5)}.mx-4{margin-inline:calc(var(--spacing)*4)}.mx-auto{margin-inline:auto}.my-1{margin-block:calc(var(--spacing)*1)}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-auto{margin-top:auto}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-auto{margin-left:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-row{display:table-row}.aspect-square{aspect-ratio:1}.\!size-3{width:calc(var(--spacing)*3)!important;height:calc(var(--spacing)*3)!important}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-2\.5{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-3\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.size-12{width:calc(var(--spacing)*12);height:calc(var(--spacing)*12)}.size-28{width:calc(var(--spacing)*28);height:calc(var(--spacing)*28)}.h-2{height:calc(var(--spacing)*2)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-3{height:calc(var(--spacing)*3)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-16{height:calc(var(--spacing)*16)}.h-28{height:calc(var(--spacing)*28)}.h-\[70vh\]{height:70vh}.h-\[240px\]{height:240px}.h-\[280px\]{height:280px}.h-\[calc\(100vh-5rem\)\]{height:calc(100vh - 5rem)}.h-\[calc\(100vh-7rem\)\]{height:calc(100vh - 7rem)}.h-\[calc\(100vh-10rem\)\]{height:calc(100vh - 10rem)}.h-\[calc\(100vh-17rem\)\]{height:calc(100vh - 17rem)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-40{max-height:calc(var(--spacing)*40)}.max-h-60{max-height:calc(var(--spacing)*60)}.max-h-64{max-height:calc(var(--spacing)*64)}.max-h-96{max-height:calc(var(--spacing)*96)}.max-h-\[50vh\]{max-height:50vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-14{min-height:calc(var(--spacing)*14)}.min-h-24{min-height:calc(var(--spacing)*24)}.min-h-32{min-height:calc(var(--spacing)*32)}.min-h-48{min-height:calc(var(--spacing)*48)}.min-h-\[360px\]{min-height:360px}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-\(--sidebar-width\){width:var(--sidebar-width)}.w-1{width:calc(var(--spacing)*1)}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-3\/4{width:75%}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-10{width:calc(var(--spacing)*10)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-24{width:calc(var(--spacing)*24)}.w-28{width:calc(var(--spacing)*28)}.w-32{width:calc(var(--spacing)*32)}.w-36{width:calc(var(--spacing)*36)}.w-40{width:calc(var(--spacing)*40)}.w-48{width:calc(var(--spacing)*48)}.w-52{width:calc(var(--spacing)*52)}.w-56{width:calc(var(--spacing)*56)}.w-72{width:calc(var(--spacing)*72)}.w-\[--radix-popover-trigger-width\]{width:--radix-popover-trigger-width}.w-\[22rem\]{width:22rem}.w-\[80px\]{width:80px}.w-\[90px\]{width:90px}.w-\[92px\]{width:92px}.w-\[100px\]{width:100px}.w-\[110px\]{width:110px}.w-\[120px\]{width:120px}.w-\[130px\]{width:130px}.w-\[132px\]{width:132px}.w-\[140px\]{width:140px}.w-\[150px\]{width:150px}.w-\[160px\]{width:160px}.w-\[170px\]{width:170px}.w-\[180px\]{width:180px}.w-\[190px\]{width:190px}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[240px\]{width:240px}.w-\[260px\]{width:260px}.w-\[280px\]{width:280px}.w-\[320px\]{width:320px}.w-\[340px\]{width:340px}.w-\[360px\]{width:360px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-\(--skeleton-width\){max-width:var(--skeleton-width)}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[260px\]{max-width:260px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[360px\]{max-width:360px}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-lg{max-width:var(--container-lg)}.max-w-none{max-width:none}.max-w-sm{max-width:var(--container-sm)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-5{min-width:calc(var(--spacing)*5)}.min-w-\[8rem\]{min-width:8rem}.min-w-\[20px\]{min-width:20px}.min-w-\[22rem\]{min-width:22rem}.min-w-\[140px\]{min-width:140px}.min-w-\[200px\]{min-width:200px}.min-w-\[220px\]{min-width:220px}.min-w-\[240px\]{min-width:240px}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.table-fixed{table-layout:fixed}.caption-bottom{caption-side:bottom}.origin-\(--radix-popover-content-transform-origin\){transform-origin:var(--radix-popover-content-transform-origin)}.origin-\(--radix-tooltip-content-transform-origin\){transform-origin:var(--radix-tooltip-content-transform-origin)}.-translate-x-1\/2{--tw-translate-x:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\[-50\%\]{--tw-translate-x:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[-50\%\]{--tw-translate-y:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y:calc(-50% - 2px);translate:var(--tw-translate-x)var(--tw-translate-y)}.scale-x-100{--tw-scale-x:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.rotate-0{rotate:none}.rotate-45{rotate:45deg}.rotate-180{rotate:180deg}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize-y{resize:vertical}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[repeat\(auto-fit\,minmax\(220px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}:where(.space-y-0\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.self-center{align-self:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-xs{border-radius:var(--radius-xs)}.\!border-2{border-style:var(--tw-border-style)!important;border-width:2px!important}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.\!border-background{border-color:var(--background)!important}.border-amber-400{border-color:var(--color-amber-400)}.border-amber-500{border-color:var(--color-amber-500)}.border-blue-200{border-color:var(--color-blue-200)}.border-border,.border-border\/60{border-color:var(--border)}@supports (color:color-mix(in lab, red, red)){.border-border\/60{border-color:color-mix(in oklab,var(--border)60%,transparent)}}.border-destructive,.border-destructive\/20{border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.border-destructive\/20{border-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.border-destructive\/30{border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.border-destructive\/30{border-color:color-mix(in oklab,var(--destructive)30%,transparent)}}.border-emerald-400\/50{border-color:#00d29480}@supports (color:color-mix(in lab, red, red)){.border-emerald-400\/50{border-color:color-mix(in oklab,var(--color-emerald-400)50%,transparent)}}.border-emerald-600{border-color:var(--color-emerald-600)}.border-gray-200{border-color:var(--color-gray-200)}.border-green-200{border-color:var(--color-green-200)}.border-green-500{border-color:var(--color-green-500)}.border-indigo-300{border-color:var(--color-indigo-300)}.border-input{border-color:var(--input)}.border-muted-foreground\/30{border-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.border-muted-foreground\/30{border-color:color-mix(in oklab,var(--muted-foreground)30%,transparent)}}.border-muted-foreground\/40{border-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.border-muted-foreground\/40{border-color:color-mix(in oklab,var(--muted-foreground)40%,transparent)}}.border-orange-200{border-color:var(--color-orange-200)}.border-primary,.border-primary\/30{border-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.border-primary\/30{border-color:color-mix(in oklab,var(--primary)30%,transparent)}}.border-purple-200{border-color:var(--color-purple-200)}.border-purple-300{border-color:var(--color-purple-300)}.border-red-200{border-color:var(--color-red-200)}.border-red-300{border-color:var(--color-red-300)}.border-red-400\/50{border-color:#ff656880}@supports (color:color-mix(in lab, red, red)){.border-red-400\/50{border-color:color-mix(in oklab,var(--color-red-400)50%,transparent)}}.border-red-500{border-color:var(--color-red-500)}.border-sidebar-border{border-color:var(--sidebar-border)}.border-sky-200\/70{border-color:#b8e6feb3}@supports (color:color-mix(in lab, red, red)){.border-sky-200\/70{border-color:color-mix(in oklab,var(--color-sky-200)70%,transparent)}}.border-sky-300{border-color:var(--color-sky-300)}.border-sky-400{border-color:var(--color-sky-400)}.border-sky-400\/50{border-color:#00bcfe80}@supports (color:color-mix(in lab, red, red)){.border-sky-400\/50{border-color:color-mix(in oklab,var(--color-sky-400)50%,transparent)}}.border-teal-200{border-color:var(--color-teal-200)}.border-transparent{border-color:#0000}.border-violet-300{border-color:var(--color-violet-300)}.border-yellow-200{border-color:var(--color-yellow-200)}.border-yellow-300{border-color:var(--color-yellow-300)}.border-yellow-400\/50{border-color:#fac80080}@supports (color:color-mix(in lab, red, red)){.border-yellow-400\/50{border-color:color-mix(in oklab,var(--color-yellow-400)50%,transparent)}}.border-yellow-500{border-color:var(--color-yellow-500)}.border-t-transparent{border-top-color:#0000}.border-l-transparent{border-left-color:#0000}.\!bg-amber-500{background-color:var(--color-amber-500)!important}.\!bg-border{background-color:var(--border)!important}.\!bg-green-500{background-color:var(--color-green-500)!important}.\!bg-red-500{background-color:var(--color-red-500)!important}.bg-accent{background-color:var(--accent)}.bg-amber-400{background-color:var(--color-amber-400)}.bg-amber-500\/20{background-color:#f99c0033}@supports (color:color-mix(in lab, red, red)){.bg-amber-500\/20{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.bg-background,.bg-background\/50{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/50{background-color:color-mix(in oklab,var(--background)50%,transparent)}}.bg-background\/60{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/60{background-color:color-mix(in oklab,var(--background)60%,transparent)}}.bg-background\/80{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/80{background-color:color-mix(in oklab,var(--background)80%,transparent)}}.bg-background\/95{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/95{background-color:color-mix(in oklab,var(--background)95%,transparent)}}.bg-black\/40{background-color:#0006}@supports (color:color-mix(in lab, red, red)){.bg-black\/40{background-color:color-mix(in oklab,var(--color-black)40%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab, red, red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-500\/15{background-color:#3080ff26}@supports (color:color-mix(in lab, red, red)){.bg-blue-500\/15{background-color:color-mix(in oklab,var(--color-blue-500)15%,transparent)}}.bg-blue-500\/20{background-color:#3080ff33}@supports (color:color-mix(in lab, red, red)){.bg-blue-500\/20{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.bg-border,.bg-border\/60{background-color:var(--border)}@supports (color:color-mix(in lab, red, red)){.bg-border\/60{background-color:color-mix(in oklab,var(--border)60%,transparent)}}.bg-card,.bg-card\/80{background-color:var(--card)}@supports (color:color-mix(in lab, red, red)){.bg-card\/80{background-color:color-mix(in oklab,var(--card)80%,transparent)}}.bg-cyan-500\/15{background-color:#00b7d726}@supports (color:color-mix(in lab, red, red)){.bg-cyan-500\/15{background-color:color-mix(in oklab,var(--color-cyan-500)15%,transparent)}}.bg-cyan-500\/20{background-color:#00b7d733}@supports (color:color-mix(in lab, red, red)){.bg-cyan-500\/20{background-color:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.bg-destructive,.bg-destructive\/5{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.bg-destructive\/5{background-color:color-mix(in oklab,var(--destructive)5%,transparent)}}.bg-destructive\/10{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.bg-destructive\/10{background-color:color-mix(in oklab,var(--destructive)10%,transparent)}}.bg-emerald-500{background-color:var(--color-emerald-500)}.bg-emerald-500\/20{background-color:#00bb7f33}@supports (color:color-mix(in lab, red, red)){.bg-emerald-500\/20{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}}.bg-emerald-600{background-color:var(--color-emerald-600)}.bg-foreground{background-color:var(--foreground)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-green-50{background-color:var(--color-green-50)}.bg-green-500{background-color:var(--color-green-500)}.bg-green-500\/10{background-color:#00c7581a}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/10{background-color:color-mix(in oklab,var(--color-green-500)10%,transparent)}}.bg-green-500\/15{background-color:#00c75826}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/15{background-color:color-mix(in oklab,var(--color-green-500)15%,transparent)}}.bg-green-500\/20{background-color:#00c75833}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/20{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.bg-indigo-50{background-color:var(--color-indigo-50)}.bg-muted{background-color:var(--muted)}.bg-muted-foreground,.bg-muted-foreground\/50{background-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.bg-muted-foreground\/50{background-color:color-mix(in oklab,var(--muted-foreground)50%,transparent)}}.bg-muted\/10{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/10{background-color:color-mix(in oklab,var(--muted)10%,transparent)}}.bg-muted\/20{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/20{background-color:color-mix(in oklab,var(--muted)20%,transparent)}}.bg-muted\/30{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/30{background-color:color-mix(in oklab,var(--muted)30%,transparent)}}.bg-muted\/50{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/50{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.bg-orange-100{background-color:var(--color-orange-100)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-orange-500\/10{background-color:#fe6e001a}@supports (color:color-mix(in lab, red, red)){.bg-orange-500\/10{background-color:color-mix(in oklab,var(--color-orange-500)10%,transparent)}}.bg-orange-500\/15{background-color:#fe6e0026}@supports (color:color-mix(in lab, red, red)){.bg-orange-500\/15{background-color:color-mix(in oklab,var(--color-orange-500)15%,transparent)}}.bg-orange-500\/20{background-color:#fe6e0033}@supports (color:color-mix(in lab, red, red)){.bg-orange-500\/20{background-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.bg-pink-500\/15{background-color:#f6339a26}@supports (color:color-mix(in lab, red, red)){.bg-pink-500\/15{background-color:color-mix(in oklab,var(--color-pink-500)15%,transparent)}}.bg-pink-500\/20{background-color:#f6339a33}@supports (color:color-mix(in lab, red, red)){.bg-pink-500\/20{background-color:color-mix(in oklab,var(--color-pink-500)20%,transparent)}}.bg-popover{background-color:var(--popover)}.bg-primary,.bg-primary\/10{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.bg-primary\/10{background-color:color-mix(in oklab,var(--primary)10%,transparent)}}.bg-purple-50{background-color:var(--color-purple-50)}.bg-purple-100{background-color:var(--color-purple-100)}.bg-purple-500{background-color:var(--color-purple-500)}.bg-purple-500\/15{background-color:#ac4bff26}@supports (color:color-mix(in lab, red, red)){.bg-purple-500\/15{background-color:color-mix(in oklab,var(--color-purple-500)15%,transparent)}}.bg-purple-500\/20{background-color:#ac4bff33}@supports (color:color-mix(in lab, red, red)){.bg-purple-500\/20{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.bg-red-100{background-color:var(--color-red-100)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/10{background-color:#fb2c361a}@supports (color:color-mix(in lab, red, red)){.bg-red-500\/10{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.bg-red-500\/20{background-color:#fb2c3633}@supports (color:color-mix(in lab, red, red)){.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.bg-secondary{background-color:var(--secondary)}.bg-sidebar{background-color:var(--sidebar)}.bg-sidebar-border{background-color:var(--sidebar-border)}.bg-sky-50\/60{background-color:#f0f9ff99}@supports (color:color-mix(in lab, red, red)){.bg-sky-50\/60{background-color:color-mix(in oklab,var(--color-sky-50)60%,transparent)}}.bg-sky-500{background-color:var(--color-sky-500)}.bg-slate-500\/20{background-color:#62748e33}@supports (color:color-mix(in lab, red, red)){.bg-slate-500\/20{background-color:color-mix(in oklab,var(--color-slate-500)20%,transparent)}}.bg-teal-100{background-color:var(--color-teal-100)}.bg-transparent{background-color:#0000}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-yellow-500\/10{background-color:#edb2001a}@supports (color:color-mix(in lab, red, red)){.bg-yellow-500\/10{background-color:color-mix(in oklab,var(--color-yellow-500)10%,transparent)}}.bg-yellow-500\/15{background-color:#edb20026}@supports (color:color-mix(in lab, red, red)){.bg-yellow-500\/15{background-color:color-mix(in oklab,var(--color-yellow-500)15%,transparent)}}.fill-current{fill:currentColor}.fill-foreground{fill:var(--foreground)}.p-0{padding:calc(var(--spacing)*0)}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-\[1px\]{padding:1px}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-16{padding-block:calc(var(--spacing)*16)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-6{padding-top:calc(var(--spacing)*6)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-6{padding-left:calc(var(--spacing)*6)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-9{padding-left:calc(var(--spacing)*9)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-top{vertical-align:top}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-balance{text-wrap:balance}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-accent-foreground{color:var(--accent-foreground)}.text-amber-600{color:var(--color-amber-600)}.text-amber-950{color:var(--color-amber-950)}.text-background{color:var(--background)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-cyan-600{color:var(--color-cyan-600)}.text-cyan-700{color:var(--color-cyan-700)}.text-destructive{color:var(--destructive)}.text-destructive-foreground{color:var(--destructive-foreground)}.text-emerald-50{color:var(--color-emerald-50)}.text-emerald-600{color:var(--color-emerald-600)}.text-emerald-700{color:var(--color-emerald-700)}.text-foreground,.text-foreground\/70{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.text-foreground\/70{color:color-mix(in oklab,var(--foreground)70%,transparent)}}.text-foreground\/90{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.text-foreground\/90{color:color-mix(in oklab,var(--foreground)90%,transparent)}}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-green-500{color:var(--color-green-500)}.text-green-600{color:var(--color-green-600)}.text-green-700{color:var(--color-green-700)}.text-green-800{color:var(--color-green-800)}.text-indigo-700{color:var(--color-indigo-700)}.text-muted-foreground,.text-muted-foreground\/50{color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.text-muted-foreground\/50{color:color-mix(in oklab,var(--muted-foreground)50%,transparent)}}.text-muted-foreground\/70{color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.text-muted-foreground\/70{color:color-mix(in oklab,var(--muted-foreground)70%,transparent)}}.text-orange-600{color:var(--color-orange-600)}.text-orange-700{color:var(--color-orange-700)}.text-pink-600{color:var(--color-pink-600)}.text-pink-700{color:var(--color-pink-700)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-purple-600{color:var(--color-purple-600)}.text-purple-700{color:var(--color-purple-700)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-sidebar-foreground,.text-sidebar-foreground\/70{color:var(--sidebar-foreground)}@supports (color:color-mix(in lab, red, red)){.text-sidebar-foreground\/70{color:color-mix(in oklab,var(--sidebar-foreground)70%,transparent)}}.text-sidebar-primary{color:var(--sidebar-primary)}.text-sky-500{color:var(--color-sky-500)}.text-sky-700{color:var(--color-sky-700)}.text-sky-900{color:var(--color-sky-900)}.text-slate-600{color:var(--color-slate-600)}.text-teal-700{color:var(--color-teal-700)}.text-violet-700{color:var(--color-violet-700)}.text-white{color:var(--color-white)}.text-yellow-600{color:var(--color-yellow-600)}.text-yellow-700{color:var(--color-yellow-700)}.text-yellow-800{color:var(--color-yellow-800)}.text-yellow-900{color:var(--color-yellow-900)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.no-underline{text-decoration-line:none}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow{--tw-shadow:var(--shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-border)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_40px_rgba\(32\,178\,170\,0\.1\)\]{--tw-shadow:0 0 40px var(--tw-shadow-color,#20b2aa1a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:var(--shadow-lg);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:var(--shadow-md);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:var(--shadow-sm);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:var(--shadow-xs);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-primary\/20{--tw-ring-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.ring-primary\/20{--tw-ring-color:color-mix(in oklab,var(--primary)20%,transparent)}}.ring-ring{--tw-ring-color:var(--ring)}.ring-sidebar-ring{--tw-ring-color:var(--sidebar-ring)}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.ring-offset-background{--tw-ring-offset-color:var(--background)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-md{--tw-backdrop-blur:blur(var(--blur-md));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\,height\,padding\,box-shadow\]{transition-property:width,height,padding,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *){opacity:1}@media (hover:hover){.group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *){opacity:1}}.group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar=menu-action]) *){padding-right:calc(var(--spacing)*8)}.group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible=icon] *){margin-top:calc(var(--spacing)*-8)}.group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible=icon] *){display:none}.group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--spacing)*8)!important;height:calc(var(--spacing)*8)!important}.group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible=icon] *){width:var(--sidebar-width-icon)}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)))}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)) + 2px)}.group-data-\[collapsible\=icon\]\:justify-center:is(:where(.group)[data-collapsible=icon] *){justify-content:center}.group-data-\[collapsible\=icon\]\:gap-0:is(:where(.group)[data-collapsible=icon] *){gap:calc(var(--spacing)*0)}.group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible=icon] *){overflow:hidden}.group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*0)!important}.group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*2)!important}.group-data-\[collapsible\=icon\]\:text-center:is(:where(.group)[data-collapsible=icon] *){text-align:center}.group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible=icon] *){opacity:0}.group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){right:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){left:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible=offcanvas] *){width:calc(var(--spacing)*0)}.group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible=offcanvas] *){--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side=left] *){right:calc(var(--spacing)*-4)}.group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side=left] *){border-right-style:var(--tw-border-style);border-right-width:1px}.group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side=right] *){left:calc(var(--spacing)*0)}.group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side=right] *){rotate:180deg}.group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side=right] *){border-left-style:var(--tw-border-style);border-left-width:1px}.group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant=floating] *){border-radius:var(--radius)}.group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant=floating] *){border-style:var(--tw-border-style);border-width:1px}.group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant=floating] *){border-color:var(--sidebar-border)}.group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant=floating] *){--tw-shadow:var(--shadow-sm);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}@media (hover:hover){.peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover~*){color:var(--sidebar-accent-foreground)}}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active=true]~*){color:var(--sidebar-accent-foreground)}.peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size=default]~*){top:calc(var(--spacing)*1.5)}.peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size=lg]~*){top:calc(var(--spacing)*2.5)}.peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size=sm]~*){top:calc(var(--spacing)*1)}.selection\:bg-primary ::selection,.selection\:bg-primary::selection{background-color:var(--primary)}.selection\:text-primary-foreground ::selection,.selection\:text-primary-foreground::selection{color:var(--primary-foreground)}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-7::file-selector-button{height:calc(var(--spacing)*7)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:calc(var(--spacing)*-2)}.after\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--spacing)*0)}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible=offcanvas] *):after{content:var(--tw-content);left:100%}@media (hover:hover){.hover\:-translate-y-0\.5:hover{--tw-translate-y:calc(var(--spacing)*-.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:border-muted-foreground\/10:hover{border-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.hover\:border-muted-foreground\/10:hover{border-color:color-mix(in oklab,var(--muted-foreground)10%,transparent)}}.hover\:border-primary\/30:hover{border-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:border-primary\/30:hover{border-color:color-mix(in oklab,var(--primary)30%,transparent)}}.hover\:border-yellow-500:hover{border-color:var(--color-yellow-500)}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-amber-500:hover{background-color:var(--color-amber-500)}.hover\:bg-border:hover{background-color:var(--border)}.hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}.hover\:bg-emerald-700:hover{background-color:var(--color-emerald-700)}.hover\:bg-muted:hover{background-color:var(--muted)}.hover\:bg-muted-foreground\/20:hover{background-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-muted-foreground\/20:hover{background-color:color-mix(in oklab,var(--muted-foreground)20%,transparent)}}.hover\:bg-muted\/50:hover{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-muted\/50:hover{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.hover\:bg-primary\/5:hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/5:hover{background-color:color-mix(in oklab,var(--primary)5%,transparent)}}.hover\:bg-primary\/10:hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/10:hover{background-color:color-mix(in oklab,var(--primary)10%,transparent)}}.hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}.hover\:bg-red-500\/10:hover{background-color:#fb2c361a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-red-500\/10:hover{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.hover\:bg-secondary\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,var(--secondary)80%,transparent)}}.hover\:bg-sidebar-accent:hover,.hover\:bg-sidebar-accent\/70:hover{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-sidebar-accent\/70:hover{background-color:color-mix(in oklab,var(--sidebar-accent)70%,transparent)}}.hover\:bg-sky-500\/10:hover{background-color:#00a5ef1a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-sky-500\/10:hover{background-color:color-mix(in oklab,var(--color-sky-500)10%,transparent)}}.hover\:bg-sky-600:hover{background-color:var(--color-sky-600)}.hover\:bg-violet-500\/10:hover{background-color:#8d54ff1a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-violet-500\/10:hover{background-color:color-mix(in oklab,var(--color-violet-500)10%,transparent)}}.hover\:bg-yellow-500\/10:hover{background-color:#edb2001a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-yellow-500\/10:hover{background-color:color-mix(in oklab,var(--color-yellow-500)10%,transparent)}}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-amber-950:hover{color:var(--color-amber-950)}.hover\:text-blue-700:hover{color:var(--color-blue-700)}.hover\:text-emerald-50:hover{color:var(--color-emerald-50)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-sidebar-accent-foreground:hover{color:var(--sidebar-accent-foreground)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\,0_0_15px_rgba\(32\,178\,170\,0\.18\)\]:hover{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-accent))),0 0 15px var(--tw-shadow-color,#20b2aa2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_15px_rgba\(32\,178\,170\,0\.3\)\]:hover{--tw-shadow:0 0 15px var(--tw-shadow-color,#20b2aa4d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_15px_rgba\(32\,178\,170\,0\.25\)\]:hover{--tw-shadow:0 0 15px var(--tw-shadow-color,#20b2aa40);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_15px_rgba\(234\,179\,8\,0\.35\)\]:hover{--tw-shadow:0 0 15px var(--tw-shadow-color,#eab30859);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_20px_rgba\(14\,165\,233\,0\.30\)\]:hover{--tw-shadow:0 0 20px var(--tw-shadow-color,#0ea5e94d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_20px_rgba\(32\,178\,170\,0\.4\)\]:hover{--tw-shadow:0 0 20px var(--tw-shadow-color,#20b2aa66);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_30px_rgba\(32\,178\,170\,0\.12\)\]:hover{--tw-shadow:0 0 30px var(--tw-shadow-color,#20b2aa1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:var(--shadow-md);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:backdrop-blur-sm:hover{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(:where(.group)[data-collapsible=offcanvas] *){background-color:var(--sidebar)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:var(--sidebar-border)}}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:text-destructive:focus{color:var(--destructive)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-ring:focus{--tw-ring-color:var(--ring)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.focus-visible\:ring-ring:focus-visible,.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:var(--background)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:bg-sidebar-accent:active,.active\:bg-sidebar-accent\/70:active{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.active\:bg-sidebar-accent\/70:active{background-color:color-mix(in oklab,var(--sidebar-accent)70%,transparent)}}.active\:text-sidebar-accent-foreground:active{color:var(--sidebar-accent-foreground)}.active\:backdrop-blur-sm:active{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}:where([data-side=left]) .in-data-\[side\=left\]\:cursor-w-resize{cursor:w-resize}:where([data-side=right]) .in-data-\[side\=right\]\:cursor-e-resize{cursor:e-resize}.has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant=inset]){background-color:var(--sidebar)}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing)*2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing)*4)}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true],.data-\[active\=true\]\:bg-sidebar-accent\/70[data-active=true]{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.data-\[active\=true\]\:bg-sidebar-accent\/70[data-active=true]{background-color:color-mix(in oklab,var(--sidebar-accent)70%,transparent)}}.data-\[active\=true\]\:font-medium[data-active=true]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:var(--sidebar-accent-foreground)}.data-\[active\=true\]\:shadow-\[0_0_15px_rgba\(32\,178\,170\,0\.18\)\][data-active=true]{--tw-shadow:0 0 15px var(--tw-shadow-color,#20b2aa2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[active\=true\]\:backdrop-blur-sm[data-active=true]{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=vertical\]\:w-px[data-orientation=vertical]{width:1px}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background)}.data-\[state\=active\]\:text-foreground[data-state=active]{color:var(--foreground)}.data-\[state\=active\]\:shadow-xs[data-state=active]{--tw-shadow:var(--shadow-xs);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\[state\=checked\]\:bg-sky-500[data-state=checked]{background-color:var(--color-sky-500)}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\[state\=closed\]\:duration-300[data-state=closed]{--tw-duration:.3s;transition-duration:.3s}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--secondary)}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=open\]\:duration-500[data-state=open]{--tw-duration:.5s;transition-duration:.5s}@media (hover:hover){.data-\[state\=open\]\:hover\:bg-sidebar-accent\/70[data-state=open]:hover{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.data-\[state\=open\]\:hover\:bg-sidebar-accent\/70[data-state=open]:hover{background-color:color-mix(in oklab,var(--sidebar-accent)70%,transparent)}}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state=open]:hover{color:var(--sidebar-accent-foreground)}.data-\[state\=open\]\:hover\:backdrop-blur-sm[data-state=open]:hover{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--muted)}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:var(--input)}.data-\[state\=unchecked\]\:bg-sky-200\/70[data-state=unchecked]{background-color:#b8e6feb3}@supports (color:color-mix(in lab, red, red)){.data-\[state\=unchecked\]\:bg-sky-200\/70[data-state=unchecked]{background-color:color-mix(in oklab,var(--color-sky-200)70%,transparent)}}@supports ((-webkit-backdrop-filter:var(--tw)) or (backdrop-filter:var(--tw))){.supports-\[backdrop-filter\]\:bg-background\/60{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:bg-background\/60{background-color:color-mix(in oklab,var(--background)60%,transparent)}}@media (hover:hover){.supports-\[backdrop-filter\]\:hover\:bg-sidebar-accent\/40:hover{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:hover\:bg-sidebar-accent\/40:hover{background-color:color-mix(in oklab,var(--sidebar-accent)40%,transparent)}}}.supports-\[backdrop-filter\]\:active\:bg-sidebar-accent\/40:active{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:active\:bg-sidebar-accent\/40:active{background-color:color-mix(in oklab,var(--sidebar-accent)40%,transparent)}}.supports-\[backdrop-filter\]\:data-\[active\=true\]\:bg-sidebar-accent\/40[data-active=true]{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:data-\[active\=true\]\:bg-sidebar-accent\/40[data-active=true]{background-color:color-mix(in oklab,var(--sidebar-accent)40%,transparent)}}@media (hover:hover){.supports-\[backdrop-filter\]\:data-\[state\=open\]\:hover\:bg-sidebar-accent\/40[data-state=open]:hover{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:data-\[state\=open\]\:hover\:bg-sidebar-accent\/40[data-state=open]:hover{background-color:color-mix(in oklab,var(--sidebar-accent)40%,transparent)}}}}@media (min-width:40rem){.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:w-56{width:calc(var(--spacing)*56)}.sm\:w-\[260px\]{width:260px}.sm\:max-w-2xl{max-width:var(--container-2xl)}.sm\:max-w-lg{max-width:var(--container-lg)}.sm\:max-w-md{max-width:var(--container-md)}.sm\:max-w-sm{max-width:var(--container-sm)}.sm\:max-w-xl{max-width:var(--container-xl)}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-center{align-items:center}.sm\:items-end{align-items:flex-end}.sm\:items-start{align-items:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:justify-end{justify-content:flex-end}.sm\:rounded-xl{border-radius:calc(var(--radius) + 4px)}.sm\:text-left{text-align:left}}@media (min-width:48rem){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:block{display:block}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:w-1\/4{width:25%}.md\:w-80{width:calc(var(--spacing)*80)}.md\:w-\[220px\]{width:220px}.md\:w-auto{width:auto}.md\:flex-none{flex:none}.md\:shrink-0{flex-shrink:0}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:justify-start{justify-content:flex-start}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:opacity-0{opacity:0}.md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant=inset]~*){margin:calc(var(--spacing)*2)}.md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant=inset]~*){margin-left:calc(var(--spacing)*0)}.md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant=inset]~*){border-radius:calc(var(--radius) + 4px)}.md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant=inset]~*){--tw-shadow:var(--shadow-sm);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant=inset]~*):is(:where(.peer)[data-state=collapsed]~*){margin-left:calc(var(--spacing)*2)}.md\:after\:hidden:after{content:var(--tw-content);display:none}}@media (min-width:64rem){.lg\:m-6{margin:calc(var(--spacing)*6)}.lg\:flex{display:flex}.lg\:table-cell{display:table-cell}.lg\:h-\[75vh\]{height:75vh}.lg\:w-\[280px\]{width:280px}.lg\:w-\[520px\]{width:520px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:p-6{padding:calc(var(--spacing)*6)}}@media (min-width:80rem){.xl\:table-cell{display:table-cell}}.dark\:border-amber-300:is(.dark *){border-color:var(--color-amber-300)}.dark\:border-blue-800:is(.dark *){border-color:var(--color-blue-800)}.dark\:border-emerald-500:is(.dark *){border-color:var(--color-emerald-500)}.dark\:border-gray-700:is(.dark *){border-color:var(--color-gray-700)}.dark\:border-green-800:is(.dark *){border-color:var(--color-green-800)}.dark\:border-indigo-700:is(.dark *){border-color:var(--color-indigo-700)}.dark\:border-orange-800:is(.dark *){border-color:var(--color-orange-800)}.dark\:border-primary:is(.dark *){border-color:var(--primary)}.dark\:border-purple-700:is(.dark *){border-color:var(--color-purple-700)}.dark\:border-purple-800:is(.dark *){border-color:var(--color-purple-800)}.dark\:border-red-800:is(.dark *){border-color:var(--color-red-800)}.dark\:border-sky-300:is(.dark *){border-color:var(--color-sky-300)}.dark\:border-sky-700:is(.dark *){border-color:var(--color-sky-700)}.dark\:border-sky-900\/60:is(.dark *){border-color:#024a7099}@supports (color:color-mix(in lab, red, red)){.dark\:border-sky-900\/60:is(.dark *){border-color:color-mix(in oklab,var(--color-sky-900)60%,transparent)}}.dark\:border-teal-800:is(.dark *){border-color:var(--color-teal-800)}.dark\:border-violet-800:is(.dark *){border-color:var(--color-violet-800)}.dark\:border-yellow-400:is(.dark *){border-color:var(--color-yellow-400)}.dark\:border-yellow-700:is(.dark *){border-color:var(--color-yellow-700)}.dark\:border-yellow-800:is(.dark *){border-color:var(--color-yellow-800)}.dark\:bg-amber-300:is(.dark *){background-color:var(--color-amber-300)}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1c398e4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-blue-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)30%,transparent)}}.dark\:bg-destructive\/60:is(.dark *){background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:bg-destructive\/60:is(.dark *){background-color:color-mix(in oklab,var(--destructive)60%,transparent)}}.dark\:bg-emerald-500:is(.dark *){background-color:var(--color-emerald-500)}.dark\:bg-gray-800:is(.dark *){background-color:var(--color-gray-800)}.dark\:bg-green-900\/20:is(.dark *){background-color:#0d542b33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-green-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-green-900)20%,transparent)}}.dark\:bg-green-950:is(.dark *){background-color:var(--color-green-950)}.dark\:bg-indigo-950:is(.dark *){background-color:var(--color-indigo-950)}.dark\:bg-input\/30:is(.dark *){background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\:bg-input\/30:is(.dark *){background-color:color-mix(in oklab,var(--input)30%,transparent)}}.dark\:bg-orange-900\/30:is(.dark *){background-color:#7e2a0c4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-orange-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-orange-900)30%,transparent)}}.dark\:bg-purple-900\/30:is(.dark *){background-color:#59168b4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-purple-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-purple-900)30%,transparent)}}.dark\:bg-purple-950:is(.dark *){background-color:var(--color-purple-950)}.dark\:bg-red-900\/30:is(.dark *){background-color:#82181a4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-red-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-red-900)30%,transparent)}}.dark\:bg-sky-950\/25:is(.dark *){background-color:#052f4a40}@supports (color:color-mix(in lab, red, red)){.dark\:bg-sky-950\/25:is(.dark *){background-color:color-mix(in oklab,var(--color-sky-950)25%,transparent)}}.dark\:bg-teal-900\/30:is(.dark *){background-color:#0b4f4a4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-teal-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-teal-900)30%,transparent)}}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#733e0a33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-yellow-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-900)20%,transparent)}}.dark\:text-amber-400:is(.dark *){color:var(--color-amber-400)}.dark\:text-amber-950:is(.dark *){color:var(--color-amber-950)}.dark\:text-blue-400:is(.dark *){color:var(--color-blue-400)}.dark\:text-cyan-400:is(.dark *){color:var(--color-cyan-400)}.dark\:text-emerald-300:is(.dark *){color:var(--color-emerald-300)}.dark\:text-emerald-400:is(.dark *){color:var(--color-emerald-400)}.dark\:text-emerald-950:is(.dark *){color:var(--color-emerald-950)}.dark\:text-gray-400:is(.dark *){color:var(--color-gray-400)}.dark\:text-green-200:is(.dark *){color:var(--color-green-200)}.dark\:text-green-300:is(.dark *){color:var(--color-green-300)}.dark\:text-green-400:is(.dark *){color:var(--color-green-400)}.dark\:text-indigo-300:is(.dark *){color:var(--color-indigo-300)}.dark\:text-orange-400:is(.dark *){color:var(--color-orange-400)}.dark\:text-pink-400:is(.dark *){color:var(--color-pink-400)}.dark\:text-primary:is(.dark *){color:var(--primary)}.dark\:text-purple-300:is(.dark *){color:var(--color-purple-300)}.dark\:text-purple-400:is(.dark *){color:var(--color-purple-400)}.dark\:text-red-300:is(.dark *){color:var(--color-red-300)}.dark\:text-red-400:is(.dark *){color:var(--color-red-400)}.dark\:text-sky-100:is(.dark *){color:var(--color-sky-100)}.dark\:text-sky-200:is(.dark *){color:var(--color-sky-200)}.dark\:text-sky-300:is(.dark *){color:var(--color-sky-300)}.dark\:text-sky-400:is(.dark *){color:var(--color-sky-400)}.dark\:text-slate-400:is(.dark *){color:var(--color-slate-400)}.dark\:text-teal-400:is(.dark *){color:var(--color-teal-400)}.dark\:text-violet-300:is(.dark *){color:var(--color-violet-300)}.dark\:text-yellow-200:is(.dark *){color:var(--color-yellow-200)}.dark\:text-yellow-300:is(.dark *){color:var(--color-yellow-300)}.dark\:text-yellow-400:is(.dark *){color:var(--color-yellow-400)}@media (hover:hover){.dark\:hover\:bg-accent\/50:is(.dark *):hover{background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-accent\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.dark\:hover\:bg-amber-200:is(.dark *):hover{background-color:var(--color-amber-200)}.dark\:hover\:bg-emerald-400:is(.dark *):hover{background-color:var(--color-emerald-400)}.dark\:hover\:bg-primary\/20:is(.dark *):hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-primary\/20:is(.dark *):hover{background-color:color-mix(in oklab,var(--primary)20%,transparent)}}.dark\:hover\:bg-red-400\/10:is(.dark *):hover{background-color:#ff65681a}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-red-400\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-red-400)10%,transparent)}}.dark\:hover\:bg-sky-300\/15:is(.dark *):hover{background-color:#77d4ff26}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-sky-300\/15:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-sky-300)15%,transparent)}}.dark\:hover\:bg-sky-400\/10:is(.dark *):hover{background-color:#00bcfe1a}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-sky-400\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-sky-400)10%,transparent)}}.dark\:hover\:bg-violet-400\/10:is(.dark *):hover{background-color:#a685ff1a}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-violet-400\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-violet-400)10%,transparent)}}.dark\:hover\:bg-yellow-400\/10:is(.dark *):hover{background-color:#fac8001a}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-yellow-400\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-yellow-400)10%,transparent)}}}.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:data-\[state\=unchecked\]\:bg-sky-950\/50:is(.dark *)[data-state=unchecked]{background-color:#052f4a80}@supports (color:color-mix(in lab, red, red)){.dark\:data-\[state\=unchecked\]\:bg-sky-950\/50:is(.dark *)[data-state=unchecked]{background-color:color-mix(in oklab,var(--color-sky-950)50%,transparent)}}.\[\&_\[data-slot\=select-value\]\]\:line-clamp-1 [data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\[\&_\[data-slot\=switch-thumb\]\]\:\!bg-white [data-slot=switch-thumb]{background-color:var(--color-white)!important}.\[\&_\[role\=checkbox\]\]\:translate-y-\[2px\] [role=checkbox]{--tw-translate-y:2px;translate:var(--tw-translate-x)var(--tw-translate-y)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--spacing)*0)}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>button\]\:border-border>button{border-color:var(--border)}.\[\&\>button\]\:bg-card>button{background-color:var(--card)}.\[\&\>button\:hover\]\:bg-muted>button:hover{background-color:var(--muted)}.\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&\>svg\]\:size-4>svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:var(--sidebar-accent-foreground)}.\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:calc(var(--spacing)*-2)}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:calc(var(--spacing)*-2)}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}}:root{--background:#fff;--foreground:#282c34;--card:#fff;--card-foreground:#282c34;--popover:#fff;--popover-foreground:#282c34;--primary:#23a997;--primary-foreground:#fff;--secondary:#f3f4f6;--secondary-foreground:#3e4451;--muted:#f3f4f6;--muted-foreground:#6b7280;--accent:#f3f4f6;--accent-foreground:#282c34;--destructive:#dc2828;--destructive-foreground:#fff;--border:#e5e7eb;--input:#e5e7eb;--ring:#23a997;--chart-1:#23a997;--chart-2:#0da2e7;--chart-3:#7c3bed;--chart-4:#e6477f;--chart-5:#fac814;--sidebar:#f9fafb;--sidebar-foreground:#3e4451;--sidebar-primary:#23a997;--sidebar-primary-foreground:#fff;--sidebar-accent:#eeeff2;--sidebar-accent-foreground:#282c34;--sidebar-border:#e5e7eb;--sidebar-ring:#23a997;--font-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--radius:.5rem;--shadow-2xs:0 1px 3px 0px #0000000d;--shadow-xs:0 1px 3px 0px #0000000d;--shadow-sm:0 1px 3px 0px #0000001a,0 1px 2px -1px #0000001a;--shadow:0 1px 3px 0px #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 1px 3px 0px #0000001a,0 2px 4px -1px #0000001a;--shadow-lg:0 1px 3px 0px #0000001a,0 4px 6px -1px #0000001a;--shadow-xl:0 1px 3px 0px #0000001a,0 8px 10px -1px #0000001a;--shadow-2xl:0 1px 3px 0px #00000040}.dark{--background:#262624;--foreground:#c3c0b6;--card:#262624;--card-foreground:#faf9f5;--popover:#30302e;--popover-foreground:#e5e5e2;--primary:#61d959;--primary-foreground:#fff;--secondary:#faf9f5;--secondary-foreground:#30302e;--muted:#1b1b19;--muted-foreground:#b7b5a9;--accent:#1a1915;--accent-foreground:#f5f4ee;--destructive:#ef4444;--destructive-foreground:#fff;--border:#3e3e38;--input:#52514a;--ring:#61d959;--chart-1:#b05730;--chart-2:#9c87f5;--chart-3:#1a1915;--chart-4:#2f2b48;--chart-5:#b4552d;--sidebar:#1f1e1d;--sidebar-foreground:#c3c0b6;--sidebar-primary:#61d959;--sidebar-primary-foreground:#fbfbfb;--sidebar-accent:#0f0f0e;--sidebar-accent-foreground:#c3c0b6;--sidebar-border:#3e3e38;--sidebar-ring:#61d959}*{border-color:var(--border)}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans)}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.dark ::-webkit-scrollbar{width:8px;height:8px}.dark ::-webkit-scrollbar-track{background:var(--muted);border-radius:4px}.dark ::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover{background:var(--input)}.logo-shadow{box-shadow:0 8px 22px #00000047}.dark .logo-shadow{box-shadow:0 8px 22px #ffffff2e}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff4d}.dark .glass{background:#1e1e1eb3;border:1px solid #ffffff1a}.glow-card{transition:box-shadow .3s,transform .2s}.glow-card:hover{transform:translateY(-2px);box-shadow:0 0 30px #20b2aa26,0 4px 20px #00000014}.dark .glow-card:hover{box-shadow:0 0 30px #4caf5033,0 4px 20px #0000004d}.glow-primary{transition:box-shadow .3s}.glow-primary:hover{box-shadow:0 0 20px #20b2aa66}.dark .glow-primary:hover{box-shadow:0 0 20px #4caf5066}.blur-bg{-webkit-backdrop-filter:blur(8px)}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}} diff --git a/public/ui/_next/static/chunks/5c4ce53301a633af.js b/public/ui/_next/static/chunks/5c4ce53301a633af.js deleted file mode 100644 index 1023c0c..0000000 --- a/public/ui/_next/static/chunks/5c4ce53301a633af.js +++ /dev/null @@ -1 +0,0 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,11369,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(81140),s=e.i(69340),o=e.i(34620),n=e.i(20783);e.i(74080);var l=Symbol("radix.slottable");function i(e){return r.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===l}var c=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,a)=>{var s,o;let l,c,d,u=(o=s=`Primitive.${a}`,(l=r.forwardRef((e,t)=>{let{children:a,...s}=e;if(r.isValidElement(a)){var o;let e,l,i=(o=a,(l=(e=Object.getOwnPropertyDescriptor(o.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?o.ref:(l=(e=Object.getOwnPropertyDescriptor(o,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?o.props.ref:o.props.ref||o.ref),c=function(e,t){let r={...t};for(let a in t){let s=e[a],o=t[a];/^on[A-Z]/.test(a)?s&&o?r[a]=(...e)=>{let t=o(...e);return s(...e),t}:s&&(r[a]=s):"style"===a?r[a]={...s,...o}:"className"===a&&(r[a]=[s,o].filter(Boolean).join(" "))}return{...e,...r}}(s,a.props);return a.type!==r.Fragment&&(c.ref=t?(0,n.composeRefs)(t,i):i),r.cloneElement(a,c)}return r.Children.count(a)>1?r.Children.only(null):null})).displayName=`${o}.SlotClone`,c=l,(d=r.forwardRef((e,a)=>{let{children:s,...o}=e,n=r.Children.toArray(s),l=n.find(i);if(l){let e=l.props.children,s=n.map(t=>t!==l?t:r.Children.count(e)>1?r.Children.only(null):r.isValidElement(e)?e.props.children:null);return(0,t.jsx)(c,{...o,ref:a,children:r.isValidElement(e)?r.cloneElement(e,void 0,s):null})}return(0,t.jsx)(c,{...o,ref:a,children:s})})).displayName=`${s}.Slot`,d),p=r.forwardRef((e,r)=>{let{asChild:s,...o}=e;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,t.jsx)(s?u:a,{...o,ref:r})});return p.displayName=`Primitive.${a}`,{...e,[a]:p}},{}),d=e.i(96626),u=e.i(10772),p="Collapsible",[m,h]=function(e,a=[]){let s=[],o=()=>{let t=s.map(e=>r.createContext(e));return function(a){let s=a?.[e]||t;return r.useMemo(()=>({[`__scope${e}`]:{...a,[e]:s}}),[a,s])}};return o.scopeName=e,[function(a,o){let n=r.createContext(o),l=s.length;s=[...s,o];let i=a=>{let{scope:s,children:o,...i}=a,c=s?.[e]?.[l]||n,d=r.useMemo(()=>i,Object.values(i));return(0,t.jsx)(c.Provider,{value:d,children:o})};return i.displayName=a+"Provider",[i,function(t,s){let i=s?.[e]?.[l]||n,c=r.useContext(i);if(c)return c;if(void 0!==o)return o;throw Error(`\`${t}\` must be used within \`${a}\``)}]},function(...e){let t=e[0];if(1===e.length)return t;let a=()=>{let a=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let s=a.reduce((t,{useScope:r,scopeName:a})=>{let s=r(e)[`__scope${a}`];return{...t,...s}},{});return r.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return a.scopeName=t.scopeName,a}(o,...a)]}(p),[f,g]=m(p),w=r.forwardRef((e,a)=>{let{__scopeCollapsible:o,open:n,defaultOpen:l,disabled:i,onOpenChange:d,...m}=e,[h,g]=(0,s.useControllableState)({prop:n,defaultProp:l??!1,onChange:d,caller:p});return(0,t.jsx)(f,{scope:o,disabled:i,contentId:(0,u.useId)(),open:h,onOpenToggle:r.useCallback(()=>g(e=>!e),[g]),children:(0,t.jsx)(c.div,{"data-state":k(h),"data-disabled":i?"":void 0,...m,ref:a})})});w.displayName=p;var x="CollapsibleTrigger",v=r.forwardRef((e,r)=>{let{__scopeCollapsible:s,...o}=e,n=g(x,s);return(0,t.jsx)(c.button,{type:"button","aria-controls":n.contentId,"aria-expanded":n.open||!1,"data-state":k(n.open),"data-disabled":n.disabled?"":void 0,disabled:n.disabled,...o,ref:r,onClick:(0,a.composeEventHandlers)(e.onClick,n.onOpenToggle)})});v.displayName=x;var y="CollapsibleContent",_=r.forwardRef((e,r)=>{let{forceMount:a,...s}=e,o=g(y,e.__scopeCollapsible);return(0,t.jsx)(d.Presence,{present:a||o.open,children:({present:e})=>(0,t.jsx)(b,{...s,ref:r,present:e})})});_.displayName=y;var b=r.forwardRef((e,a)=>{let{__scopeCollapsible:s,present:l,children:i,...d}=e,u=g(y,s),[p,m]=r.useState(l),h=r.useRef(null),f=(0,n.useComposedRefs)(a,h),w=r.useRef(0),x=w.current,v=r.useRef(0),_=v.current,b=u.open||p,j=r.useRef(b),S=r.useRef(void 0);return r.useEffect(()=>{let e=requestAnimationFrame(()=>j.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,o.useLayoutEffect)(()=>{let e=h.current;if(e){S.current=S.current||{transitionDuration:e.style.transitionDuration,animationName:e.style.animationName},e.style.transitionDuration="0s",e.style.animationName="none";let t=e.getBoundingClientRect();w.current=t.height,v.current=t.width,j.current||(e.style.transitionDuration=S.current.transitionDuration,e.style.animationName=S.current.animationName),m(l)}},[u.open,l]),(0,t.jsx)(c.div,{"data-state":k(u.open),"data-disabled":u.disabled?"":void 0,id:u.contentId,hidden:!b,...d,ref:f,style:{"--radix-collapsible-content-height":x?`${x}px`:void 0,"--radix-collapsible-content-width":_?`${_}px`:void 0,...e.style},children:b&&i})});function k(e){return e?"open":"closed"}function j({...e}){return(0,t.jsx)(w,{"data-slot":"collapsible",...e})}function S({...e}){return(0,t.jsx)(v,{"data-slot":"collapsible-trigger",...e})}function N({...e}){return(0,t.jsx)(_,{"data-slot":"collapsible-content",...e})}e.s(["Collapsible",()=>j,"CollapsibleContent",()=>N,"CollapsibleTrigger",()=>S],11369)},19036,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(81140),s=e.i(20783),o=e.i(69340),n=e.i(99682),l=e.i(35804);e.i(74080);var i=Symbol("radix.slottable");function c(e){return r.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===i}var d=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,a)=>{var o,n;let l,i,d,u=(n=o=`Primitive.${a}`,(l=r.forwardRef((e,t)=>{let{children:a,...o}=e;if(r.isValidElement(a)){var n;let e,l,i=(n=a,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),c=function(e,t){let r={...t};for(let a in t){let s=e[a],o=t[a];/^on[A-Z]/.test(a)?s&&o?r[a]=(...e)=>{let t=o(...e);return s(...e),t}:s&&(r[a]=s):"style"===a?r[a]={...s,...o}:"className"===a&&(r[a]=[s,o].filter(Boolean).join(" "))}return{...e,...r}}(o,a.props);return a.type!==r.Fragment&&(c.ref=t?(0,s.composeRefs)(t,i):i),r.cloneElement(a,c)}return r.Children.count(a)>1?r.Children.only(null):null})).displayName=`${n}.SlotClone`,i=l,(d=r.forwardRef((e,a)=>{let{children:s,...o}=e,n=r.Children.toArray(s),l=n.find(c);if(l){let e=l.props.children,s=n.map(t=>t!==l?t:r.Children.count(e)>1?r.Children.only(null):r.isValidElement(e)?e.props.children:null);return(0,t.jsx)(i,{...o,ref:a,children:r.isValidElement(e)?r.cloneElement(e,void 0,s):null})}return(0,t.jsx)(i,{...o,ref:a,children:s})})).displayName=`${o}.Slot`,d),p=r.forwardRef((e,r)=>{let{asChild:s,...o}=e;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,t.jsx)(s?u:a,{...o,ref:r})});return p.displayName=`Primitive.${a}`,{...e,[a]:p}},{}),u="Switch",[p,m]=function(e,a=[]){let s=[],o=()=>{let t=s.map(e=>r.createContext(e));return function(a){let s=a?.[e]||t;return r.useMemo(()=>({[`__scope${e}`]:{...a,[e]:s}}),[a,s])}};return o.scopeName=e,[function(a,o){let n=r.createContext(o),l=s.length;s=[...s,o];let i=a=>{let{scope:s,children:o,...i}=a,c=s?.[e]?.[l]||n,d=r.useMemo(()=>i,Object.values(i));return(0,t.jsx)(c.Provider,{value:d,children:o})};return i.displayName=a+"Provider",[i,function(t,s){let i=s?.[e]?.[l]||n,c=r.useContext(i);if(c)return c;if(void 0!==o)return o;throw Error(`\`${t}\` must be used within \`${a}\``)}]},function(...e){let t=e[0];if(1===e.length)return t;let a=()=>{let a=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let s=a.reduce((t,{useScope:r,scopeName:a})=>{let s=r(e)[`__scope${a}`];return{...t,...s}},{});return r.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return a.scopeName=t.scopeName,a}(o,...a)]}(u),[h,f]=p(u),g=r.forwardRef((e,n)=>{let{__scopeSwitch:l,name:i,checked:c,defaultChecked:p,required:m,disabled:f,value:g="on",onCheckedChange:w,form:x,..._}=e,[b,k]=r.useState(null),j=(0,s.useComposedRefs)(n,e=>k(e)),S=r.useRef(!1),N=!b||x||!!b.closest("form"),[C,D]=(0,o.useControllableState)({prop:c,defaultProp:p??!1,onChange:w,caller:u});return(0,t.jsxs)(h,{scope:l,checked:C,disabled:f,children:[(0,t.jsx)(d.button,{type:"button",role:"switch","aria-checked":C,"aria-required":m,"data-state":y(C),"data-disabled":f?"":void 0,disabled:f,value:g,..._,ref:j,onClick:(0,a.composeEventHandlers)(e.onClick,e=>{D(e=>!e),N&&(S.current=e.isPropagationStopped(),S.current||e.stopPropagation())})}),N&&(0,t.jsx)(v,{control:b,bubbles:!S.current,name:i,value:g,checked:C,required:m,disabled:f,form:x,style:{transform:"translateX(-100%)"}})]})});g.displayName=u;var w="SwitchThumb",x=r.forwardRef((e,r)=>{let{__scopeSwitch:a,...s}=e,o=f(w,a);return(0,t.jsx)(d.span,{"data-state":y(o.checked),"data-disabled":o.disabled?"":void 0,...s,ref:r})});x.displayName=w;var v=r.forwardRef(({__scopeSwitch:e,control:a,checked:o,bubbles:i=!0,...c},d)=>{let u=r.useRef(null),p=(0,s.useComposedRefs)(u,d),m=(0,n.usePrevious)(o),h=(0,l.useSize)(a);return r.useEffect(()=>{let e=u.current;if(!e)return;let t=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"checked").set;if(m!==o&&t){let r=new Event("click",{bubbles:i});t.call(e,o),e.dispatchEvent(r)}},[m,o,i]),(0,t.jsx)("input",{type:"checkbox","aria-hidden":!0,defaultChecked:o,...c,tabIndex:-1,ref:p,style:{...c.style,...h,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});function y(e){return e?"checked":"unchecked"}v.displayName="SwitchBubbleInput";var _=e.i(47163);function b({className:e,...r}){return(0,t.jsx)(g,{"data-slot":"switch",className:(0,_.cn)("peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-xs transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input",e),...r,children:(0,t.jsx)(x,{"data-slot":"switch-thumb",className:(0,_.cn)("pointer-events-none block size-4 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0")})})}e.s(["Switch",()=>b],19036)},37007,e=>{"use strict";let t=(0,e.i(75254).default)("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);e.s(["PlusIcon",()=>t],37007)},97239,e=>{"use strict";let t=(0,e.i(75254).default)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);e.s(["AlertTriangleIcon",()=>t],97239)},11764,e=>{"use strict";var t=e.i(55161),r=e.i(62280),a=e.i(72536);let s=[{id:1,name:"example.com",data_source:"local",local_path:"/home/user/osmedeus-base/workspaces/example.com",state_execution_log:"/home/user/osmedeus-base/workspaces/example.com/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/example.com/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/example.com/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/example.com/state",total_assets:150,total_subdomains:1247,total_urls:856,total_vulns:23,vuln_critical:2,vuln_high:5,vuln_medium:8,vuln_low:8,vuln_potential:3,risk_score:7.5,tags:["production","priority"],last_run:new Date(Date.now()-36e5).toISOString(),run_workflow:"subdomain-enum",created_at:"2024-01-15T08:00:00Z",updated_at:new Date(Date.now()-36e5).toISOString()},{id:2,name:"testsite.org",data_source:"cloud",local_path:"/home/user/osmedeus-base/workspaces/testsite.org",state_execution_log:"/home/user/osmedeus-base/workspaces/testsite.org/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/testsite.org/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/testsite.org/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/testsite.org/state",total_assets:50,total_subdomains:342,total_urls:189,total_vulns:7,vuln_critical:0,vuln_high:1,vuln_medium:3,vuln_low:3,vuln_potential:2,risk_score:4.2,tags:["staging"],last_run:new Date(Date.now()-864e5).toISOString(),run_workflow:"port-scan",created_at:"2024-02-20T12:00:00Z",updated_at:new Date(Date.now()-864e5).toISOString()},{id:3,name:"acme.io",data_source:"imported",local_path:"/home/user/osmedeus-base/workspaces/acme.io",state_execution_log:"/home/user/osmedeus-base/workspaces/acme.io/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/acme.io/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/acme.io/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/acme.io/state",total_assets:320,total_subdomains:2156,total_urls:1432,total_vulns:45,vuln_critical:5,vuln_high:12,vuln_medium:15,vuln_low:13,vuln_potential:8,risk_score:8.8,tags:["production","critical"],last_run:new Date(Date.now()-1728e5).toISOString(),run_workflow:"full-scan",created_at:"2024-03-10T10:00:00Z",updated_at:new Date(Date.now()-1728e5).toISOString()},{id:4,name:"secure.bank.com",data_source:"local",local_path:"/home/user/osmedeus-base/workspaces/secure.bank.com",state_execution_log:"/home/user/osmedeus-base/workspaces/secure.bank.com/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/secure.bank.com/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/secure.bank.com/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/secure.bank.com/state",total_assets:80,total_subdomains:567,total_urls:312,total_vulns:12,vuln_critical:1,vuln_high:2,vuln_medium:5,vuln_low:4,vuln_potential:0,risk_score:5.5,tags:["finance","priority"],last_run:new Date(Date.now()-432e5).toISOString(),run_workflow:"vuln-scan",created_at:"2024-04-05T09:00:00Z",updated_at:new Date(Date.now()-432e5).toISOString()},{id:5,name:"startup.dev",data_source:"cloud",local_path:"/home/user/osmedeus-base/workspaces/startup.dev",state_execution_log:"/home/user/osmedeus-base/workspaces/startup.dev/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/startup.dev/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/startup.dev/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/startup.dev/state",total_assets:20,total_subdomains:89,total_urls:45,total_vulns:3,vuln_critical:0,vuln_high:0,vuln_medium:1,vuln_low:2,vuln_potential:5,risk_score:2.1,tags:["development"],last_run:new Date(Date.now()-6048e5).toISOString(),run_workflow:"quick-scan",created_at:"2024-05-01T14:00:00Z",updated_at:new Date(Date.now()-6048e5).toISOString()},{id:6,name:"megacorp.com",data_source:"local",local_path:"/home/user/osmedeus-base/workspaces/megacorp.com",state_execution_log:"/home/user/osmedeus-base/workspaces/megacorp.com/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/megacorp.com/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/megacorp.com/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/megacorp.com/state",total_assets:890,total_subdomains:8934,total_urls:4521,total_vulns:89,vuln_critical:8,vuln_high:22,vuln_medium:35,vuln_low:24,vuln_potential:15,risk_score:9.2,tags:["enterprise","production","critical"],last_run:new Date(Date.now()-2592e5).toISOString(),run_workflow:"full-scan",created_at:"2024-01-01T08:00:00Z",updated_at:new Date(Date.now()-2592e5).toISOString()},{id:7,name:"shop.retail.com",data_source:"imported",local_path:"/home/user/osmedeus-base/workspaces/shop.retail.com",state_execution_log:"/home/user/osmedeus-base/workspaces/shop.retail.com/log/execution.log",state_completed_file:"/home/user/osmedeus-base/workspaces/shop.retail.com/state/completed",state_workflow_file:"/home/user/osmedeus-base/workspaces/shop.retail.com/state/workflow.yaml",state_workflow_folder:"/home/user/osmedeus-base/workspaces/shop.retail.com/state",total_assets:45,total_subdomains:234,total_urls:167,total_vulns:5,vuln_critical:0,vuln_high:1,vuln_medium:2,vuln_low:2,vuln_potential:3,risk_score:3.5,tags:["retail","staging"],last_run:new Date(Date.now()-6e5).toISOString(),run_workflow:"subdomain-enum",created_at:"2024-06-15T11:00:00Z",updated_at:new Date(Date.now()-6e5).toISOString()}];function o(e,t){let r=["api","www","mail","admin","dashboard","app","cdn","static","dev","staging","test","beta","secure","auth","login","portal","shop","store","blog","docs","support","help","status","monitor"],a=["Welcome to Our API","Admin Dashboard","Login Portal","Documentation","Help Center","Status Page","Application Home","Secure Portal",void 0,"Blog","Store","Developer Portal"],s=[200,200,200,200,301,302,403,404,500,200,200,200],o=[];for(let n=0;n0?`/path-${n}`:""}`;o.push({id:`asset-${e}-${n.toString().padStart(4,"0")}`,workspace:e,assetValue:`${t}.example.com`,url:i,input:`${t}.example.com`,scheme:"https",method:"GET",path:n>0?`/path-${n}`:"/",statusCode:l,contentType:200===l?"text/html; charset=utf-8":"",contentLength:Math.floor(5e5*Math.random())+1e3,title:200===l?a[n%a.length]:void 0,words:Math.floor(5e3*Math.random())+100,lines:Math.floor(500*Math.random())+10,hostIp:`192.168.${Math.floor(255*Math.random())}.${Math.floor(255*Math.random())}`,aRecords:[`192.168.${Math.floor(255*Math.random())}.${Math.floor(255*Math.random())}`],tls:"TLS 1.3",assetType:"web",technologies:200===l?["nginx","React","Node.js"].slice(0,Math.floor(3*Math.random())+1):[],responseTime:`${Math.floor(500*Math.random())+50}ms`,source:"httpx",createdAt:new Date(Date.now()-Math.floor(7*Math.random()*864e5)),updatedAt:new Date(Date.now()-Math.floor(3*Math.random()*864e5))})}return o}let n={"ws-001":o("ws-001",856),"ws-002":o("ws-002",189),"ws-003":o("ws-003",1432),"ws-004":o("ws-004",312),"ws-005":o("ws-005",45),"ws-006":o("ws-006",4521),"ws-007":o("ws-007",167)};async function l(e={}){return(await i(e)).items}async function i(e={}){if((0,a.isDemoMode)()){let t=s.map(e=>c(e)),r=e.search?.trim().toLowerCase(),a=e.data_source?.trim().toLowerCase(),o=r?t.filter(e=>!!(e.name.toLowerCase().includes(r)||e.local_path.toLowerCase().includes(r)||e.data_source?.toLowerCase().includes(r))||e.tags.some(e=>e.toLowerCase().includes(r))):t,n=a&&"all"!==a?o.filter(e=>(e.data_source??"").toLowerCase()===a):o,l="number"==typeof e.offset?e.offset:0,i="number"==typeof e.limit?e.limit:n.length;return{items:n.slice(l,l+i),pagination:{total:n.length,offset:l,limit:i},mode:e.filesystem?"filesystem":"database"}}let o={};"number"==typeof e.offset&&(o.offset=e.offset),"number"==typeof e.limit&&(o.limit=e.limit),e.search&&(o.search=e.search),e.filesystem&&(o.filesystem=!0),e.data_source&&(o.data_source=e.data_source);let n=(await t.http.get(`${r.API_PREFIX}/workspaces`,{params:o})).data||{},l=Array.isArray(n.data)?n.data:Array.isArray(n.items)?n.items:[],d=n.pagination||n.meta?.pagination||{},u=d.total??d.totalItems,p=d.offset,m=d.limit,h=d.page,f=d.pageSize,g=void 0!==p?p:"number"==typeof h&&"number"==typeof f?Math.max(0,(h-1)*f):"number"==typeof e.offset?e.offset:0,w=void 0!==m?m:"number"==typeof f?f:"number"==typeof e.limit?e.limit:l.length,x=Number(u);return{items:l.map(c),pagination:{total:Number.isFinite(x)?x:l.length,offset:Number(g)||0,limit:Number(w)||l.length},mode:n.mode??n.meta?.mode??(e.filesystem?"filesystem":"database")}}function c(e){return{id:Number(e?.id??e?.workspace_id??0)||0,name:String(e?.name??e?.workspace??e?.target??""),data_source:"string"==typeof e?.data_source?e.data_source:"string"==typeof e?.dataSource?e.dataSource:void 0,local_path:String(e?.local_path??e?.workspace_path??e?.path??""),total_assets:Number(e?.total_assets??e?.assets_total??e?.assets?.total??0)||0,total_subdomains:Number(e?.total_subdomains??e?.subdomains_total??e?.subdomains?.total??0)||0,total_urls:Number(e?.total_urls??e?.urls_total??e?.http_assets_total??e?.http_assets?.total??0)||0,total_vulns:Number(e?.total_vulns??e?.vulns_total??e?.vulnerabilities?.total??0)||0,vuln_critical:Number(e?.vuln_critical??e?.vulnerabilities?.critical??0)||0,vuln_high:Number(e?.vuln_high??e?.vulnerabilities?.high??0)||0,vuln_medium:Number(e?.vuln_medium??e?.vulnerabilities?.medium??0)||0,vuln_low:Number(e?.vuln_low??e?.vulnerabilities?.low??0)||0,vuln_potential:Number(e?.vuln_potential??e?.vulnerabilities?.potential??e?.vulnerabilities?.info??0)||0,risk_score:Number(e?.risk_score??e?.risk?.score??e?.score??0)||0,tags:Array.isArray(e?.tags)?e.tags:Array.isArray(e?.labels)?e.labels:[],last_run:String(e?.last_run??e?.last_scan??e?.latest_run_at??e?.last_run_at??""),run_workflow:String(e?.run_workflow??e?.last_workflow??e?.workflow??""),state_execution_log:"string"==typeof e?.state_execution_log?e.state_execution_log:"string"==typeof e?.state?.execution_log?e.state.execution_log:void 0,state_completed_file:"string"==typeof e?.state_completed_file?e.state_completed_file:"string"==typeof e?.state?.completed_file?e.state.completed_file:void 0,state_workflow_file:"string"==typeof e?.state_workflow_file?e.state_workflow_file:"string"==typeof e?.state?.workflow_file?e.state.workflow_file:void 0,state_workflow_folder:"string"==typeof e?.state_workflow_folder?e.state_workflow_folder:"string"==typeof e?.state?.workflow_folder?e.state.workflow_folder:void 0,created_at:String(e?.created_at??e?.createdAt??""),updated_at:String(e?.updated_at??e?.updatedAt??"")}}async function d(e){if((0,a.isDemoMode)()){let t=s.find(t=>String(t.id)===e||t.name===e);return t?c(t):null}try{let a=await t.http.get(`${r.API_PREFIX}/workspaces`,{params:{offset:0,limit:1e3}}),s=(a.data?.data||[]).find(t=>String(t.id)===e||t.name===e);if(!s)return null;return c(s)}catch{return null}}async function u(e,o){let l=o.page??1,i=o.pageSize??20,c=(l-1)*i,d=o.filters??{};if((0,a.isDemoMode)()){let t=(e??"").trim(),r=t?s.find(e=>e.name===t)||s.find(e=>e.name.toLowerCase()===t.toLowerCase()):void 0,a=n[r?`ws-${String(r.id).padStart(3,"0")}`:t.startsWith("ws-")?t:"ws-001"]??[],o=(d.search??"").trim().toLowerCase(),u=new Set(d.statusCodes??[]),p=(d.technologies??[]).map(e=>e.trim().toLowerCase()).filter(Boolean),m=(d.contentTypes??[]).map(e=>e.trim().toLowerCase()).filter(Boolean),h=(d.tlsVersion??"").trim().toLowerCase(),f=(d.location??"").trim().toLowerCase(),g=a.filter(e=>{if(o&&![e.url,e.assetValue,e.title??"",e.hostIp??""].join(" ").toLowerCase().includes(o)||u.size>0&&!u.has(e.statusCode))return!1;if(p.length>0){let t=new Set(e.technologies.map(e=>String(e).trim().toLowerCase()));if(!p.some(e=>t.has(e)))return!1}if(m.length>0){let t=(e.contentType??"").toLowerCase();if(!m.some(e=>t.includes(e)))return!1}return(!h||String(e.tls??"").toLowerCase()===h)&&(!f||!![e.url,e.assetValue,e.hostIp??""].join(" ").toLowerCase().includes(f))&&("number"!=typeof d.minContentLength||!(e.contentLengthd.maxContentLength))}),w=g.slice(c,c+i),x=g.length;return{data:w,pagination:{page:l,pageSize:i,totalItems:x,totalPages:Math.ceil(x/i)}}}let u={offset:c,limit:i};e&&(u.workspace=e),d.search&&(u.search=d.search),d.statusCodes?.length&&(u.status_code=d.statusCodes.join(",")),"number"==typeof d.minContentLength&&(u.min_content_length=d.minContentLength),"number"==typeof d.maxContentLength&&(u.max_content_length=d.maxContentLength),d.location&&(u.location=d.location),d.technologies?.length&&(u.tech=d.technologies.join(",")),d.contentTypes?.length&&(u.content_type=d.contentTypes.join(",")),d.tlsVersion&&(u.tls=d.tlsVersion);let p=await t.http.get(`${r.API_PREFIX}/assets`,{params:u}),m=(p.data?.data||[]).map(e=>({id:String(e.id??e.url),workspace:e.workspace??"",assetValue:e.asset_value??"",url:e.url??"",input:e.input??"",scheme:e.scheme??"",method:e.method??"GET",path:e.path??"/",statusCode:e.status_code??0,contentType:e.content_type??"",contentLength:e.content_length??0,title:e.title,words:e.words??0,lines:e.lines??0,hostIp:e.host_ip,aRecords:e.a??[],tls:e.tls,assetType:e.asset_type??"web",technologies:e.tech??[],responseTime:e.time,remarks:e.remarks,source:e.source??"",createdAt:e.created_at?new Date(e.created_at):new Date,updatedAt:e.updated_at?new Date(e.updated_at):new Date})),h=p.data?.pagination?.total??m.length;return{data:m,pagination:{page:l,pageSize:i,totalItems:h,totalPages:Math.ceil(h/i)}}}e.s(["fetchHttpAssets",()=>u,"fetchWorkspace",()=>d,"fetchWorkspaces",()=>l,"fetchWorkspacesList",()=>i],11764)},49200,e=>{"use strict";let t=(0,e.i(75254).default)("chevrons-up-down",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]);e.s(["ChevronsUpDownIcon",()=>t],49200)},70065,e=>{"use strict";var t=e.i(43476),r=e.i(47163);function a({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card",className:(0,r.cn)("bg-card/80 backdrop-blur-sm text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm transition-all duration-300 hover:shadow-[0_0_30px_rgba(32,178,170,0.12)] hover:-translate-y-0.5",e),...a})}function s({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,r.cn)("flex flex-col gap-1.5 px-6",e),...a})}function o({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,r.cn)("leading-none font-semibold",e),...a})}function n({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,r.cn)("text-muted-foreground text-sm",e),...a})}function l({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,r.cn)("px-6",e),...a})}function i({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,r.cn)("flex items-center px-6",e),...a})}e.s(["Card",()=>a,"CardContent",()=>l,"CardDescription",()=>n,"CardFooter",()=>i,"CardHeader",()=>s,"CardTitle",()=>o])},70152,e=>{"use strict";function t(e,[t,r]){return Math.min(r,Math.max(t,e))}e.s(["clamp",()=>t])},88846,e=>{"use strict";let t=(0,e.i(75254).default)("search",[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]);e.s(["SearchIcon",()=>t],88846)},59377,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(81140),s=e.i(20783),o=e.i(26330),n=e.i(3536),l=e.i(65491),i=e.i(10772),c=e.i(53660),d=e.i(74606),u=e.i(96626);function p(e){var a;let o,n=(a=e,(o=r.forwardRef((e,t)=>{let{children:a,...o}=e;if(r.isValidElement(a)){var n;let e,l,i=(n=a,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),c=function(e,t){let r={...t};for(let a in t){let s=e[a],o=t[a];/^on[A-Z]/.test(a)?s&&o?r[a]=(...e)=>{let t=o(...e);return s(...e),t}:s&&(r[a]=s):"style"===a?r[a]={...s,...o}:"className"===a&&(r[a]=[s,o].filter(Boolean).join(" "))}return{...e,...r}}(o,a.props);return a.type!==r.Fragment&&(c.ref=t?(0,s.composeRefs)(t,i):i),r.cloneElement(a,c)}return r.Children.count(a)>1?r.Children.only(null):null})).displayName=`${a}.SlotClone`,o),l=r.forwardRef((e,a)=>{let{children:s,...o}=e,l=r.Children.toArray(s),i=l.find(h);if(i){let e=i.props.children,s=l.map(t=>t!==i?t:r.Children.count(e)>1?r.Children.only(null):r.isValidElement(e)?e.props.children:null);return(0,t.jsx)(n,{...o,ref:a,children:r.isValidElement(e)?r.cloneElement(e,void 0,s):null})}return(0,t.jsx)(n,{...o,ref:a,children:s})});return l.displayName=`${e}.Slot`,l}e.i(74080);var m=Symbol("radix.slottable");function h(e){return r.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===m}var f=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,a)=>{let s=p(`Primitive.${a}`),o=r.forwardRef((e,r)=>{let{asChild:o,...n}=e;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,t.jsx)(o?s:a,{...n,ref:r})});return o.displayName=`Primitive.${a}`,{...e,[a]:o}},{}),g=e.i(69340),w=e.i(86312),x=e.i(85369),v="Popover",[y,_]=function(e,a=[]){let s=[],o=()=>{let t=s.map(e=>r.createContext(e));return function(a){let s=a?.[e]||t;return r.useMemo(()=>({[`__scope${e}`]:{...a,[e]:s}}),[a,s])}};return o.scopeName=e,[function(a,o){let n=r.createContext(o),l=s.length;s=[...s,o];let i=a=>{let{scope:s,children:o,...i}=a,c=s?.[e]?.[l]||n,d=r.useMemo(()=>i,Object.values(i));return(0,t.jsx)(c.Provider,{value:d,children:o})};return i.displayName=a+"Provider",[i,function(t,s){let i=s?.[e]?.[l]||n,c=r.useContext(i);if(c)return c;if(void 0!==o)return o;throw Error(`\`${t}\` must be used within \`${a}\``)}]},function(...e){let t=e[0];if(1===e.length)return t;let a=()=>{let a=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let s=a.reduce((t,{useScope:r,scopeName:a})=>{let s=r(e)[`__scope${a}`];return{...t,...s}},{});return r.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return a.scopeName=t.scopeName,a}(o,...a)]}(v,[c.createPopperScope]),b=(0,c.createPopperScope)(),[k,j]=y(v),S=e=>{let{__scopePopover:a,children:s,open:o,defaultOpen:n,onOpenChange:l,modal:d=!1}=e,u=b(a),p=r.useRef(null),[m,h]=r.useState(!1),[f,w]=(0,g.useControllableState)({prop:o,defaultProp:n??!1,onChange:l,caller:v});return(0,t.jsx)(c.Root,{...u,children:(0,t.jsx)(k,{scope:a,contentId:(0,i.useId)(),triggerRef:p,open:f,onOpenChange:w,onOpenToggle:r.useCallback(()=>w(e=>!e),[w]),hasCustomAnchor:m,onCustomAnchorAdd:r.useCallback(()=>h(!0),[]),onCustomAnchorRemove:r.useCallback(()=>h(!1),[]),modal:d,children:s})})};S.displayName=v;var N="PopoverAnchor";r.forwardRef((e,a)=>{let{__scopePopover:s,...o}=e,n=j(N,s),l=b(s),{onCustomAnchorAdd:i,onCustomAnchorRemove:d}=n;return r.useEffect(()=>(i(),()=>d()),[i,d]),(0,t.jsx)(c.Anchor,{...l,...o,ref:a})}).displayName=N;var C="PopoverTrigger",D=r.forwardRef((e,r)=>{let{__scopePopover:o,...n}=e,l=j(C,o),i=b(o),d=(0,s.useComposedRefs)(r,l.triggerRef),u=(0,t.jsx)(f.button,{type:"button","aria-haspopup":"dialog","aria-expanded":l.open,"aria-controls":l.contentId,"data-state":O(l.open),...n,ref:d,onClick:(0,a.composeEventHandlers)(e.onClick,l.onOpenToggle)});return l.hasCustomAnchor?u:(0,t.jsx)(c.Anchor,{asChild:!0,...i,children:u})});D.displayName=C;var I="PopoverPortal",[R,P]=y(I,{forceMount:void 0}),A=e=>{let{__scopePopover:r,forceMount:a,children:s,container:o}=e,n=j(I,r);return(0,t.jsx)(R,{scope:r,forceMount:a,children:(0,t.jsx)(u.Presence,{present:a||n.open,children:(0,t.jsx)(d.Portal,{asChild:!0,container:o,children:s})})})};A.displayName=I;var M="PopoverContent",E=r.forwardRef((e,r)=>{let a=P(M,e.__scopePopover),{forceMount:s=a.forceMount,...o}=e,n=j(M,e.__scopePopover);return(0,t.jsx)(u.Presence,{present:s||n.open,children:n.modal?(0,t.jsx)(L,{...o,ref:r}):(0,t.jsx)(z,{...o,ref:r})})});E.displayName=M;var T=p("PopoverContent.RemoveScroll"),L=r.forwardRef((e,o)=>{let n=j(M,e.__scopePopover),l=r.useRef(null),i=(0,s.useComposedRefs)(o,l),c=r.useRef(!1);return r.useEffect(()=>{let e=l.current;if(e)return(0,w.hideOthers)(e)},[]),(0,t.jsx)(x.RemoveScroll,{as:T,allowPinchZoom:!0,children:(0,t.jsx)($,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:(0,a.composeEventHandlers)(e.onCloseAutoFocus,e=>{e.preventDefault(),c.current||n.triggerRef.current?.focus()}),onPointerDownOutside:(0,a.composeEventHandlers)(e.onPointerDownOutside,e=>{let t=e.detail.originalEvent,r=0===t.button&&!0===t.ctrlKey;c.current=2===t.button||r},{checkForDefaultPrevented:!1}),onFocusOutside:(0,a.composeEventHandlers)(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1})})})}),z=r.forwardRef((e,a)=>{let s=j(M,e.__scopePopover),o=r.useRef(!1),n=r.useRef(!1);return(0,t.jsx)($,{...e,ref:a,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(o.current||s.triggerRef.current?.focus(),t.preventDefault()),o.current=!1,n.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(n.current=!0));let r=t.target;s.triggerRef.current?.contains(r)&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&n.current&&t.preventDefault()}})}),$=r.forwardRef((e,r)=>{let{__scopePopover:a,trapFocus:s,onOpenAutoFocus:i,onCloseAutoFocus:d,disableOutsidePointerEvents:u,onEscapeKeyDown:p,onPointerDownOutside:m,onFocusOutside:h,onInteractOutside:f,...g}=e,w=j(M,a),x=b(a);return(0,n.useFocusGuards)(),(0,t.jsx)(l.FocusScope,{asChild:!0,loop:!0,trapped:s,onMountAutoFocus:i,onUnmountAutoFocus:d,children:(0,t.jsx)(o.DismissableLayer,{asChild:!0,disableOutsidePointerEvents:u,onInteractOutside:f,onEscapeKeyDown:p,onPointerDownOutside:m,onFocusOutside:h,onDismiss:()=>w.onOpenChange(!1),children:(0,t.jsx)(c.Content,{"data-state":O(w.open),role:"dialog",id:w.contentId,...x,...g,ref:r,style:{...g.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),F="PopoverClose";function O(e){return e?"open":"closed"}r.forwardRef((e,r)=>{let{__scopePopover:s,...o}=e,n=j(F,s);return(0,t.jsx)(f.button,{type:"button",...o,ref:r,onClick:(0,a.composeEventHandlers)(e.onClick,()=>n.onOpenChange(!1))})}).displayName=F,r.forwardRef((e,r)=>{let{__scopePopover:a,...s}=e,o=b(a);return(0,t.jsx)(c.Arrow,{...o,...s,ref:r})}).displayName="PopoverArrow";var H=e.i(47163);function V({...e}){return(0,t.jsx)(S,{"data-slot":"popover",...e})}function W({...e}){return(0,t.jsx)(D,{"data-slot":"popover-trigger",...e})}function U({className:e,align:r="center",sideOffset:a=4,...s}){return(0,t.jsx)(A,{children:(0,t.jsx)(E,{"data-slot":"popover-content",align:r,sideOffset:a,className:(0,H.cn)("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--radix-popover-content-transform-origin) rounded-md border p-4 shadow-md outline-hidden",e),...s})})}e.s(["Popover",()=>V,"PopoverContent",()=>U,"PopoverTrigger",()=>W],59377)},79307,e=>{"use strict";let t=(0,e.i(75254).default)("list",[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]]);e.s(["ListIcon",()=>t],79307)},91888,e=>{"use strict";let t=(0,e.i(75254).default)("trash-2",[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]]);e.s(["Trash2Icon",()=>t],91888)},68118,e=>{"use strict";let t=(0,e.i(75254).default)("info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);e.s(["InfoIcon",()=>t],68118)},67003,e=>{"use strict";var t=e.i(55161),r=e.i(62280),a=e.i(72536);let s=[{id:"scan-001",runId:"run-2025-01-15-subdomain-enum-example.com",runUuid:"run-2025-01-15-subdomain-enum-example.com",workflowName:"subdomain-enum",workflowKind:"flow",target:"example.com",status:"completed",startedAt:new Date(Date.now()-36e5),completedAt:new Date(Date.now()-18e5),totalSteps:10,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-36e5),updatedAt:new Date(Date.now()-18e5)},{id:"scan-002",runId:"run-2025-01-15-vulnerability-scan-api.example.com",runUuid:"run-2025-01-15-vulnerability-scan-api.example.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"api.example.com",status:"running",startedAt:new Date(Date.now()-9e5),totalSteps:15,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-9e5),updatedAt:new Date},{id:"scan-003",runId:"run-2025-01-15-full-recon-testsite.org",runUuid:"run-2025-01-15-full-recon-testsite.org",workflowName:"full-recon",workflowKind:"flow",target:"testsite.org",status:"pending",totalSteps:20,completedSteps:0,triggerType:"scheduled",createdAt:new Date(Date.now()-3e5),updatedAt:new Date(Date.now()-3e5)},{id:"scan-004",runId:"run-2025-01-15-subdomain-enum-acme.io",runUuid:"run-2025-01-15-subdomain-enum-acme.io",workflowName:"subdomain-enum",workflowKind:"flow",target:"acme.io",status:"failed",startedAt:new Date(Date.now()-72e5),completedAt:new Date(Date.now()-68e5),totalSteps:10,completedSteps:3,triggerType:"manual",errorMessage:"Connection timeout after 5 retries",createdAt:new Date(Date.now()-72e5),updatedAt:new Date(Date.now()-68e5)},{id:"scan-005",runId:"run-2025-01-14-http-probe-secure.bank.com",runUuid:"run-2025-01-14-http-probe-secure.bank.com",workflowName:"http-probe",workflowKind:"module",target:"secure.bank.com",status:"completed",startedAt:new Date(Date.now()-864e5),completedAt:new Date(Date.now()-828e5),totalSteps:5,completedSteps:5,triggerType:"scheduled",createdAt:new Date(Date.now()-864e5),updatedAt:new Date(Date.now()-828e5)},{id:"scan-006",runId:"run-2025-01-13-subdomain-enum-startup.dev",runUuid:"run-2025-01-13-subdomain-enum-startup.dev",workflowName:"subdomain-enum",workflowKind:"flow",target:"startup.dev",status:"cancelled",startedAt:new Date(Date.now()-1728e5),completedAt:new Date(Date.now()-171e6),totalSteps:10,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-1728e5),updatedAt:new Date(Date.now()-171e6)},{id:"scan-007",runId:"run-2025-01-12-full-recon-megacorp.com",runUuid:"run-2025-01-12-full-recon-megacorp.com",workflowName:"full-recon",workflowKind:"flow",target:"megacorp.com",status:"completed",startedAt:new Date(Date.now()-2592e5),completedAt:new Date(Date.now()-252e6),totalSteps:20,completedSteps:20,triggerType:"manual",createdAt:new Date(Date.now()-2592e5),updatedAt:new Date(Date.now()-252e6)},{id:"scan-008",runId:"run-2025-01-15-vulnerability-scan-shop.retail.com",runUuid:"run-2025-01-15-vulnerability-scan-shop.retail.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"shop.retail.com",status:"running",startedAt:new Date(Date.now()-6e5),totalSteps:15,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-6e5),updatedAt:new Date}];function o(e){let t=e.workflow_name??e.workflow??e.flow??e.module??"",r=e.workflow_kind??e.kind??(e.module?"module":"flow"),a=e.target??(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")??e.target_file??"",s=e.run_uuid??e.runUuid??"";return{id:String(e.id??e.run_id??e.runId??s??""),runId:e.run_id??e.runId??e.id??"",runUuid:String(s||""),workflowName:t,workflowKind:"module"===r?"module":"flow",target:a,params:e.params,status:e.status??"pending",workspace:e.workspace,workspacePath:e.workspace_path,startedAt:e.started_at?new Date(e.started_at):void 0,completedAt:e.completed_at?new Date(e.completed_at):void 0,totalSteps:e.total_steps??0,completedSteps:e.completed_steps??0,triggerType:e.trigger_type??"manual",triggerName:e.trigger_name,runGroupId:e.run_group_id,errorMessage:e.error_message,createdAt:e.created_at?new Date(e.created_at):new Date,updatedAt:e.updated_at?new Date(e.updated_at):new Date}}async function n(e){let n=e.page??1,l=e.pageSize??20,i=(n-1)*l,c=e.filters??{};if((0,a.isDemoMode)()){let e=(c.status??"").trim().toLowerCase(),t=(c.workflowName??"").trim().toLowerCase(),r=(c.target??"").trim().toLowerCase(),a=(c.workspace??"").trim().toLowerCase(),o=[...s.filter(s=>(!e||"all"===e||String(s.status).toLowerCase()===e)&&(!t||!!s.workflowName.toLowerCase().includes(t))&&(!r||!!s.target.toLowerCase().includes(r))&&(!a||String(s.workspace??"").toLowerCase()===a))].sort((e,t)=>{let r=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-r}),d=o.slice(i,i+l),u=o.length;return{data:d,pagination:{page:n,pageSize:l,totalItems:u,totalPages:Math.ceil(u/l)}}}let d={offset:i,limit:l};c.status&&"all"!==c.status&&(d.status=c.status),c.workflowName&&(d.workflow_name=c.workflowName),c.target&&(d.target=c.target),c.workspace&&(d.workspace=c.workspace);let u=await t.http.get(`${r.API_PREFIX}/runs`,{params:d}),p=(u.data?.data||[]).map(o),m=u.data?.pagination?.total??p.length,h=u.data?.pagination?.limit??l;return{data:p,pagination:{page:Math.floor((u.data?.pagination?.offset??i)/h)+1,pageSize:h,totalItems:m,totalPages:Math.ceil(m/h)}}}async function l(e=5){if((0,a.isDemoMode)())return[...s].sort((e,t)=>{let r=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-r}).slice(0,e);let n=await t.http.get(`${r.API_PREFIX}/runs`,{params:{limit:e,offset:0}});return(n.data?.data||[]).map(o)}async function i(e){if((0,a.isDemoMode)()){let t=new Date,r={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??""),status:e.schedule?"pending":"running",totalSteps:0,completedSteps:0,triggerType:e.schedule?"scheduled":"manual",createdAt:t,updatedAt:t,startedAt:e.schedule?void 0:t};return s=[r,...s],r}if(e.schedule){let a={name:`scheduled-${e.workflowId}-${Date.now()}`,workflow_name:e.workflowId,workflow_kind:"module"===e.workflowKind?"module":"flow",target:e.target||"",schedule:e.schedule,enabled:!0};return await t.http.post(`${r.API_PREFIX}/schedules`,a),{id:`scan-${Date.now()}`,runId:"",runUuid:"",workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||"",status:"pending",totalSteps:0,completedSteps:0,triggerType:"scheduled",createdAt:new Date,updatedAt:new Date}}let n={};e.workflowId&&("module"===e.workflowKind?n.module=e.workflowId:n.flow=e.workflowId),"number"==typeof e.threads_hold&&(n.threads_hold=e.threads_hold),"string"==typeof e.heuristics_check&&e.heuristics_check.trim()&&(n.heuristics_check=e.heuristics_check.trim()),"boolean"==typeof e.repeat&&(n.repeat=e.repeat),"string"==typeof e.repeat_wait_time&&e.repeat_wait_time.trim()&&(n.repeat_wait_time=e.repeat_wait_time.trim()),e.empty_target&&(n.empty_target=!0),Array.isArray(e.targets)&&e.targets.length>0?(n.targets=e.targets,"number"==typeof e.concurrency&&(n.concurrency=e.concurrency)):e.target_file?(n.target_file=e.target_file,"number"==typeof e.concurrency&&(n.concurrency=e.concurrency)):!e.empty_target&&e.target&&(n.target=e.target),e.params&&Object.keys(e.params).length>0&&(n.params=e.params),e.priority&&(n.priority=e.priority),"number"==typeof e.timeout&&(n.timeout=e.timeout),e.runner_type&&"local"!==e.runner_type&&(n.runner_type=e.runner_type,"docker"===e.runner_type&&e.docker_image&&(n.docker_image=e.docker_image),"ssh"===e.runner_type&&e.ssh_host&&(n.ssh_host=e.ssh_host));let l=await t.http.post(`${r.API_PREFIX}/runs`,n),i=l.data?.data??l.data??{},c=e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??"");return o({...i,id:i.id??i.run_id??i.runId??`scan-${Date.now()}`,run_id:i.run_id??i.runId??"",run_uuid:i.run_uuid??i.runUuid??"",workflow_name:i.workflow_name??i.workflow??e.workflowId,workflow_kind:i.workflow_kind??i.kind??e.workflowKind??"flow",target:i.target??c,status:i.status??"running",trigger_type:i.trigger_type??"manual",created_at:i.created_at??new Date().toISOString(),updated_at:i.updated_at??new Date().toISOString()})}async function c(e){if((0,a.isDemoMode)()){let t=s.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return!1;let r=new Date,a=[...s];return a[t]={...a[t],status:"cancelled",completedAt:a[t].completedAt??r,updatedAt:r},s=a,!0}try{return await t.http.delete(`${r.API_PREFIX}/runs/${encodeURIComponent(e)}`),!0}catch{return!1}}async function d(e){return c(e)}async function u(e){if((0,a.isDemoMode)()){let t=s.find(t=>t.runUuid===e||t.id===e||t.runId===e),r=new Date,a={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:t?.workflowName??"duplicate",workflowKind:t?.workflowKind??"flow",target:t?.target??"",params:t?.params,status:"pending",workspace:t?.workspace,workspacePath:t?.workspacePath,totalSteps:t?.totalSteps??0,completedSteps:0,triggerType:"manual",createdAt:r,updatedAt:r};return s=[a,...s],a}let n=await t.http.post(`${r.API_PREFIX}/runs/${encodeURIComponent(e)}/duplicate`);return o(n.data?.data??n.data??{})}async function p(e){if((0,a.isDemoMode)()){let t=s.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return null;let r=new Date,a=[...s];return a[t]={...a[t],status:"running",startedAt:a[t].startedAt??r,updatedAt:r},s=a,a[t]}try{let a=await t.http.post(`${r.API_PREFIX}/runs/${encodeURIComponent(e)}/start`),s=a.data?.data??a.data;return s?o(s):null}catch{return null}}e.s(["cancelScan",()=>c,"createScan",()=>i,"deleteScan",()=>d,"duplicateScanRun",()=>u,"fetchRecentScans",()=>l,"fetchScans",()=>n,"startScanRun",()=>p],67003)},71435,e=>{"use strict";var t=e.i(43476),r=e.i(71645);e.i(74080);var a=e.i(20783),s=Symbol("radix.slottable");function o(e){return r.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===s}var n=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,s)=>{var n,l;let i,c,d,u=(l=n=`Primitive.${s}`,(i=r.forwardRef((e,t)=>{let{children:s,...o}=e;if(r.isValidElement(s)){var n;let e,l,i=(n=s,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),c=function(e,t){let r={...t};for(let a in t){let s=e[a],o=t[a];/^on[A-Z]/.test(a)?s&&o?r[a]=(...e)=>{let t=o(...e);return s(...e),t}:s&&(r[a]=s):"style"===a?r[a]={...s,...o}:"className"===a&&(r[a]=[s,o].filter(Boolean).join(" "))}return{...e,...r}}(o,s.props);return s.type!==r.Fragment&&(c.ref=t?(0,a.composeRefs)(t,i):i),r.cloneElement(s,c)}return r.Children.count(s)>1?r.Children.only(null):null})).displayName=`${l}.SlotClone`,c=i,(d=r.forwardRef((e,a)=>{let{children:s,...n}=e,l=r.Children.toArray(s),i=l.find(o);if(i){let e=i.props.children,s=l.map(t=>t!==i?t:r.Children.count(e)>1?r.Children.only(null):r.isValidElement(e)?e.props.children:null);return(0,t.jsx)(c,{...n,ref:a,children:r.isValidElement(e)?r.cloneElement(e,void 0,s):null})}return(0,t.jsx)(c,{...n,ref:a,children:s})})).displayName=`${n}.Slot`,d),p=r.forwardRef((e,r)=>{let{asChild:a,...o}=e;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,t.jsx)(a?u:s,{...o,ref:r})});return p.displayName=`Primitive.${s}`,{...e,[s]:p}},{}),l=e.i(96626),i=e.i(30207),c=e.i(86318),d=e.i(34620),u=e.i(70152),p=e.i(81140),m="ScrollArea",[h,f]=function(e,a=[]){let s=[],o=()=>{let t=s.map(e=>r.createContext(e));return function(a){let s=a?.[e]||t;return r.useMemo(()=>({[`__scope${e}`]:{...a,[e]:s}}),[a,s])}};return o.scopeName=e,[function(a,o){let n=r.createContext(o),l=s.length;s=[...s,o];let i=a=>{let{scope:s,children:o,...i}=a,c=s?.[e]?.[l]||n,d=r.useMemo(()=>i,Object.values(i));return(0,t.jsx)(c.Provider,{value:d,children:o})};return i.displayName=a+"Provider",[i,function(t,s){let i=s?.[e]?.[l]||n,c=r.useContext(i);if(c)return c;if(void 0!==o)return o;throw Error(`\`${t}\` must be used within \`${a}\``)}]},function(...e){let t=e[0];if(1===e.length)return t;let a=()=>{let a=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let s=a.reduce((t,{useScope:r,scopeName:a})=>{let s=r(e)[`__scope${a}`];return{...t,...s}},{});return r.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return a.scopeName=t.scopeName,a}(o,...a)]}(m),[g,w]=h(m),x=r.forwardRef((e,s)=>{let{__scopeScrollArea:o,type:l="hover",dir:i,scrollHideDelay:d=600,...u}=e,[p,m]=r.useState(null),[h,f]=r.useState(null),[w,x]=r.useState(null),[v,y]=r.useState(null),[_,b]=r.useState(null),[k,j]=r.useState(0),[S,N]=r.useState(0),[C,D]=r.useState(!1),[I,R]=r.useState(!1),P=(0,a.useComposedRefs)(s,e=>m(e)),A=(0,c.useDirection)(i);return(0,t.jsx)(g,{scope:o,type:l,dir:A,scrollHideDelay:d,scrollArea:p,viewport:h,onViewportChange:f,content:w,onContentChange:x,scrollbarX:v,onScrollbarXChange:y,scrollbarXEnabled:C,onScrollbarXEnabledChange:D,scrollbarY:_,onScrollbarYChange:b,scrollbarYEnabled:I,onScrollbarYEnabledChange:R,onCornerWidthChange:j,onCornerHeightChange:N,children:(0,t.jsx)(n.div,{dir:A,...u,ref:P,style:{position:"relative","--radix-scroll-area-corner-width":k+"px","--radix-scroll-area-corner-height":S+"px",...e.style}})})});x.displayName=m;var v="ScrollAreaViewport",y=r.forwardRef((e,s)=>{let{__scopeScrollArea:o,children:l,nonce:i,...c}=e,d=w(v,o),u=r.useRef(null),p=(0,a.useComposedRefs)(s,u,d.onViewportChange);return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:i}),(0,t.jsx)(n.div,{"data-radix-scroll-area-viewport":"",...c,ref:p,style:{overflowX:d.scrollbarXEnabled?"scroll":"hidden",overflowY:d.scrollbarYEnabled?"scroll":"hidden",...e.style},children:(0,t.jsx)("div",{ref:d.onContentChange,style:{minWidth:"100%",display:"table"},children:l})})]})});y.displayName=v;var _="ScrollAreaScrollbar",b=r.forwardRef((e,a)=>{let{forceMount:s,...o}=e,n=w(_,e.__scopeScrollArea),{onScrollbarXEnabledChange:l,onScrollbarYEnabledChange:i}=n,c="horizontal"===e.orientation;return r.useEffect(()=>(c?l(!0):i(!0),()=>{c?l(!1):i(!1)}),[c,l,i]),"hover"===n.type?(0,t.jsx)(k,{...o,ref:a,forceMount:s}):"scroll"===n.type?(0,t.jsx)(j,{...o,ref:a,forceMount:s}):"auto"===n.type?(0,t.jsx)(S,{...o,ref:a,forceMount:s}):"always"===n.type?(0,t.jsx)(N,{...o,ref:a}):null});b.displayName=_;var k=r.forwardRef((e,a)=>{let{forceMount:s,...o}=e,n=w(_,e.__scopeScrollArea),[i,c]=r.useState(!1);return r.useEffect(()=>{let e=n.scrollArea,t=0;if(e){let r=()=>{window.clearTimeout(t),c(!0)},a=()=>{t=window.setTimeout(()=>c(!1),n.scrollHideDelay)};return e.addEventListener("pointerenter",r),e.addEventListener("pointerleave",a),()=>{window.clearTimeout(t),e.removeEventListener("pointerenter",r),e.removeEventListener("pointerleave",a)}}},[n.scrollArea,n.scrollHideDelay]),(0,t.jsx)(l.Presence,{present:s||i,children:(0,t.jsx)(S,{"data-state":i?"visible":"hidden",...o,ref:a})})}),j=r.forwardRef((e,a)=>{var s;let{forceMount:o,...n}=e,i=w(_,e.__scopeScrollArea),c="horizontal"===e.orientation,d=U(()=>m("SCROLL_END"),100),[u,m]=(s={hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}},r.useReducer((e,t)=>s[e][t]??e,"hidden"));return r.useEffect(()=>{if("idle"===u){let e=window.setTimeout(()=>m("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(e)}},[u,i.scrollHideDelay,m]),r.useEffect(()=>{let e=i.viewport,t=c?"scrollLeft":"scrollTop";if(e){let r=e[t],a=()=>{let a=e[t];r!==a&&(m("SCROLL"),d()),r=a};return e.addEventListener("scroll",a),()=>e.removeEventListener("scroll",a)}},[i.viewport,c,m,d]),(0,t.jsx)(l.Presence,{present:o||"hidden"!==u,children:(0,t.jsx)(N,{"data-state":"hidden"===u?"hidden":"visible",...n,ref:a,onPointerEnter:(0,p.composeEventHandlers)(e.onPointerEnter,()=>m("POINTER_ENTER")),onPointerLeave:(0,p.composeEventHandlers)(e.onPointerLeave,()=>m("POINTER_LEAVE"))})})}),S=r.forwardRef((e,a)=>{let s=w(_,e.__scopeScrollArea),{forceMount:o,...n}=e,[i,c]=r.useState(!1),d="horizontal"===e.orientation,u=U(()=>{if(s.viewport){let e=s.viewport.offsetWidth{let{orientation:s="vertical",...o}=e,n=w(_,e.__scopeScrollArea),l=r.useRef(null),i=r.useRef(0),[c,d]=r.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),u=F(c.viewport,c.content),p={...o,sizes:c,onSizesChange:d,hasThumb:!!(u>0&&u<1),onThumbChange:e=>l.current=e,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:e=>i.current=e};function m(e,t){return function(e,t,r,a="ltr"){let s=O(r),o=t||s/2,n=r.scrollbar.paddingStart+o,l=r.scrollbar.size-r.scrollbar.paddingEnd-(s-o),i=r.content-r.viewport;return V([n,l],"ltr"===a?[0,i]:[-1*i,0])(e)}(e,i.current,c,t)}return"horizontal"===s?(0,t.jsx)(C,{...p,ref:a,onThumbPositionChange:()=>{if(n.viewport&&l.current){let e=H(n.viewport.scrollLeft,c,n.dir);l.current.style.transform=`translate3d(${e}px, 0, 0)`}},onWheelScroll:e=>{n.viewport&&(n.viewport.scrollLeft=e)},onDragScroll:e=>{n.viewport&&(n.viewport.scrollLeft=m(e,n.dir))}}):"vertical"===s?(0,t.jsx)(D,{...p,ref:a,onThumbPositionChange:()=>{if(n.viewport&&l.current){let e=H(n.viewport.scrollTop,c);l.current.style.transform=`translate3d(0, ${e}px, 0)`}},onWheelScroll:e=>{n.viewport&&(n.viewport.scrollTop=e)},onDragScroll:e=>{n.viewport&&(n.viewport.scrollTop=m(e))}}):null}),C=r.forwardRef((e,s)=>{let{sizes:o,onSizesChange:n,...l}=e,i=w(_,e.__scopeScrollArea),[c,d]=r.useState(),u=r.useRef(null),p=(0,a.useComposedRefs)(s,u,i.onScrollbarXChange);return r.useEffect(()=>{u.current&&d(getComputedStyle(u.current))},[u]),(0,t.jsx)(P,{"data-orientation":"horizontal",...l,ref:p,sizes:o,style:{bottom:0,left:"rtl"===i.dir?"var(--radix-scroll-area-corner-width)":0,right:"ltr"===i.dir?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":O(o)+"px",...e.style},onThumbPointerDown:t=>e.onThumbPointerDown(t.x),onDragScroll:t=>e.onDragScroll(t.x),onWheelScroll:(t,r)=>{if(i.viewport){var a,s;let o=i.viewport.scrollLeft+t.deltaX;e.onWheelScroll(o),a=o,s=r,a>0&&a{u.current&&i.viewport&&c&&n({content:i.viewport.scrollWidth,viewport:i.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:$(c.paddingLeft),paddingEnd:$(c.paddingRight)}})}})}),D=r.forwardRef((e,s)=>{let{sizes:o,onSizesChange:n,...l}=e,i=w(_,e.__scopeScrollArea),[c,d]=r.useState(),u=r.useRef(null),p=(0,a.useComposedRefs)(s,u,i.onScrollbarYChange);return r.useEffect(()=>{u.current&&d(getComputedStyle(u.current))},[u]),(0,t.jsx)(P,{"data-orientation":"vertical",...l,ref:p,sizes:o,style:{top:0,right:"ltr"===i.dir?0:void 0,left:"rtl"===i.dir?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":O(o)+"px",...e.style},onThumbPointerDown:t=>e.onThumbPointerDown(t.y),onDragScroll:t=>e.onDragScroll(t.y),onWheelScroll:(t,r)=>{if(i.viewport){var a,s;let o=i.viewport.scrollTop+t.deltaY;e.onWheelScroll(o),a=o,s=r,a>0&&a{u.current&&i.viewport&&c&&n({content:i.viewport.scrollHeight,viewport:i.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:$(c.paddingTop),paddingEnd:$(c.paddingBottom)}})}})}),[I,R]=h(_),P=r.forwardRef((e,s)=>{let{__scopeScrollArea:o,sizes:l,hasThumb:c,onThumbChange:d,onThumbPointerUp:u,onThumbPointerDown:m,onThumbPositionChange:h,onDragScroll:f,onWheelScroll:g,onResize:x,...v}=e,y=w(_,o),[b,k]=r.useState(null),j=(0,a.useComposedRefs)(s,e=>k(e)),S=r.useRef(null),N=r.useRef(""),C=y.viewport,D=l.content-l.viewport,R=(0,i.useCallbackRef)(g),P=(0,i.useCallbackRef)(h),A=U(x,10);function M(e){S.current&&f({x:e.clientX-S.current.left,y:e.clientY-S.current.top})}return r.useEffect(()=>{let e=e=>{let t=e.target;b?.contains(t)&&R(e,D)};return document.addEventListener("wheel",e,{passive:!1}),()=>document.removeEventListener("wheel",e,{passive:!1})},[C,b,D,R]),r.useEffect(P,[l,P]),q(b,A),q(y.content,A),(0,t.jsx)(I,{scope:o,scrollbar:b,hasThumb:c,onThumbChange:(0,i.useCallbackRef)(d),onThumbPointerUp:(0,i.useCallbackRef)(u),onThumbPositionChange:P,onThumbPointerDown:(0,i.useCallbackRef)(m),children:(0,t.jsx)(n.div,{...v,ref:j,style:{position:"absolute",...v.style},onPointerDown:(0,p.composeEventHandlers)(e.onPointerDown,e=>{0===e.button&&(e.target.setPointerCapture(e.pointerId),S.current=b.getBoundingClientRect(),N.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",y.viewport&&(y.viewport.style.scrollBehavior="auto"),M(e))}),onPointerMove:(0,p.composeEventHandlers)(e.onPointerMove,M),onPointerUp:(0,p.composeEventHandlers)(e.onPointerUp,e=>{let t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),document.body.style.webkitUserSelect=N.current,y.viewport&&(y.viewport.style.scrollBehavior=""),S.current=null})})})}),A="ScrollAreaThumb",M=r.forwardRef((e,r)=>{let{forceMount:a,...s}=e,o=R(A,e.__scopeScrollArea);return(0,t.jsx)(l.Presence,{present:a||o.hasThumb,children:(0,t.jsx)(E,{ref:r,...s})})}),E=r.forwardRef((e,s)=>{let{__scopeScrollArea:o,style:l,...i}=e,c=w(A,o),d=R(A,o),{onThumbPositionChange:u}=d,m=(0,a.useComposedRefs)(s,e=>d.onThumbChange(e)),h=r.useRef(void 0),f=U(()=>{h.current&&(h.current(),h.current=void 0)},100);return r.useEffect(()=>{let e=c.viewport;if(e){let t=()=>{f(),h.current||(h.current=W(e,u),u())};return u(),e.addEventListener("scroll",t),()=>e.removeEventListener("scroll",t)}},[c.viewport,f,u]),(0,t.jsx)(n.div,{"data-state":d.hasThumb?"visible":"hidden",...i,ref:m,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...l},onPointerDownCapture:(0,p.composeEventHandlers)(e.onPointerDownCapture,e=>{let t=e.target.getBoundingClientRect(),r=e.clientX-t.left,a=e.clientY-t.top;d.onThumbPointerDown({x:r,y:a})}),onPointerUp:(0,p.composeEventHandlers)(e.onPointerUp,d.onThumbPointerUp)})});M.displayName=A;var T="ScrollAreaCorner",L=r.forwardRef((e,r)=>{let a=w(T,e.__scopeScrollArea),s=!!(a.scrollbarX&&a.scrollbarY);return"scroll"!==a.type&&s?(0,t.jsx)(z,{...e,ref:r}):null});L.displayName=T;var z=r.forwardRef((e,a)=>{let{__scopeScrollArea:s,...o}=e,l=w(T,s),[i,c]=r.useState(0),[d,u]=r.useState(0),p=!!(i&&d);return q(l.scrollbarX,()=>{let e=l.scrollbarX?.offsetHeight||0;l.onCornerHeightChange(e),u(e)}),q(l.scrollbarY,()=>{let e=l.scrollbarY?.offsetWidth||0;l.onCornerWidthChange(e),c(e)}),p?(0,t.jsx)(n.div,{...o,ref:a,style:{width:i,height:d,position:"absolute",right:"ltr"===l.dir?0:void 0,left:"rtl"===l.dir?0:void 0,bottom:0,...e.style}}):null});function $(e){return e?parseInt(e,10):0}function F(e,t){let r=e/t;return isNaN(r)?0:r}function O(e){let t=F(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd;return Math.max((e.scrollbar.size-r)*t,18)}function H(e,t,r="ltr"){let a=O(t),s=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,o=t.scrollbar.size-s,n=t.content-t.viewport,l=(0,u.clamp)(e,"ltr"===r?[0,n]:[-1*n,0]);return V([0,n],[0,o-a])(l)}function V(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let a=(t[1]-t[0])/(e[1]-e[0]);return t[0]+a*(r-e[0])}}var W=(e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},a=0;return!function s(){let o={left:e.scrollLeft,top:e.scrollTop},n=r.left!==o.left,l=r.top!==o.top;(n||l)&&t(),r=o,a=window.requestAnimationFrame(s)}(),()=>window.cancelAnimationFrame(a)};function U(e,t){let a=(0,i.useCallbackRef)(e),s=r.useRef(0);return r.useEffect(()=>()=>window.clearTimeout(s.current),[]),r.useCallback(()=>{window.clearTimeout(s.current),s.current=window.setTimeout(a,t)},[a,t])}function q(e,t){let r=(0,i.useCallbackRef)(t);(0,d.useLayoutEffect)(()=>{let t=0;if(e){let a=new ResizeObserver(()=>{cancelAnimationFrame(t),t=window.requestAnimationFrame(r)});return a.observe(e),()=>{window.cancelAnimationFrame(t),a.unobserve(e)}}},[e,r])}var X=e.i(47163);function B({className:e,children:r,...a}){return(0,t.jsxs)(x,{"data-slot":"scroll-area",className:(0,X.cn)("relative overflow-hidden",e),...a,children:[(0,t.jsx)(y,{className:"h-full w-full rounded-[inherit]",children:r}),(0,t.jsx)(K,{}),(0,t.jsx)(L,{})]})}function K({className:e,orientation:r="vertical",...a}){return(0,t.jsx)(b,{"data-slot":"scroll-bar",orientation:r,className:(0,X.cn)("flex touch-none select-none transition-colors","vertical"===r&&"h-full w-2.5 border-l border-l-transparent p-[1px]","horizontal"===r&&"h-2.5 flex-col border-t border-t-transparent p-[1px]",e),...a,children:(0,t.jsx)(M,{className:"relative flex-1 rounded-full bg-border"})})}e.s(["ScrollArea",()=>B],71435)},31447,e=>{"use strict";let t=(0,e.i(75254).default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["ClockIcon",()=>t],31447)},97882,e=>{"use strict";let t=(0,e.i(75254).default)("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);e.s(["LoaderIcon",()=>t],97882)},10708,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(48425),s=r.forwardRef((e,r)=>(0,t.jsx)(a.Primitive.label,{...e,ref:r,onMouseDown:t=>{t.target.closest("button, input, select, textarea")||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}));s.displayName="Label";var o=e.i(47163);function n({className:e,...r}){return(0,t.jsx)(s,{"data-slot":"label",className:(0,o.cn)("flex items-center gap-2 text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",e),...r})}e.s(["Label",()=>n],10708)},56505,e=>{"use strict";let t=(0,e.i(75254).default)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]]);e.s(["PlayIcon",()=>t],56505)},82138,e=>{"use strict";let t=(0,e.i(75254).default)("sliders-horizontal",[["path",{d:"M10 5H3",key:"1qgfaw"}],["path",{d:"M12 19H3",key:"yhmn1j"}],["path",{d:"M14 3v4",key:"1sua03"}],["path",{d:"M16 17v4",key:"1q0r14"}],["path",{d:"M21 12h-9",key:"1o4lsq"}],["path",{d:"M21 19h-5",key:"1rlt1p"}],["path",{d:"M21 5h-7",key:"1oszz2"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M8 12H3",key:"a7s4jb"}]]);e.s(["SlidersHorizontalIcon",()=>t],82138)},2202,e=>{"use strict";let t=(0,e.i(75254).default)("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);e.s(["ServerIcon",()=>t],2202)},68745,e=>{"use strict";var t=e.i(55161),r=e.i(62280),a=e.i(72536);async function s(e){if((0,a.isDemoMode)())return{message:"Demo mode: file upload is a stub",filename:e.name,path:`/tmp/demo/${e.name}`,size:e.size};let s=new FormData;return s.append("file",e),(await t.http.post(`${r.API_PREFIX}/upload-file`,s,{headers:{"Content-Type":"multipart/form-data"}})).data}async function o(e){if((0,a.isDemoMode)())return{message:"Demo mode: workflow upload is a stub",name:e.name.replace(/\.(ya?ml)$/i,""),kind:"flow",path:`/tmp/demo/${e.name}`};let s=new FormData;return s.append("file",e),(await t.http.post(`${r.API_PREFIX}/workflow-upload`,s,{headers:{"Content-Type":"multipart/form-data"}})).data}e.s(["uploadTargetsFile",()=>s,"uploadWorkflowFile",()=>o])},58998,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(18566),s=e.i(70065),o=e.i(67881),n=e.i(23750),l=e.i(10708),i=e.i(19036),c=e.i(11369),d=e.i(59377),u=e.i(71435),p=e.i(69035),m=e.i(62870),h=e.i(51673),f=e.i(11764),g=e.i(67003),w=e.i(68745),x=e.i(46696),v=e.i(97882),y=e.i(68118),_=e.i(9797),b=e.i(75254);let k=(0,b.default)("mouse-pointer-2",[["path",{d:"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",key:"edeuup"}]]),j=(0,b.default)("folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]),S=(0,b.default)("target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);var N=e.i(79307);let C=(0,b.default)("gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]),D=(0,b.default)("upload",[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]]);var I=e.i(82138),R=e.i(37007),P=e.i(91888),A=e.i(97239);let M=(0,b.default)("timer",[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]]),E=(0,b.default)("cpu",[["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M17 20v2",key:"1rnc9c"}],["path",{d:"M17 2v2",key:"11trls"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M2 17h2",key:"7oei6x"}],["path",{d:"M2 7h2",key:"asdhe0"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"M20 17h2",key:"1fpfkl"}],["path",{d:"M20 7h2",key:"1o8tra"}],["path",{d:"M7 20v2",key:"4gnj0m"}],["path",{d:"M7 2v2",key:"1i4yhu"}],["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",key:"1vbyd7"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]]),T=(0,b.default)("container",[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]]);var L=e.i(2202);let z=(0,b.default)("calendar-clock",[["path",{d:"M16 14v2.2l1.6 1",key:"fo4ql5"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5",key:"1osxxc"}],["path",{d:"M3 10h5",key:"r794hk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]]);var $=e.i(31447),F=e.i(95926),O=e.i(56505);let H=(0,b.default)("settings-2",[["path",{d:"M14 17H5",key:"gfn3mx"}],["path",{d:"M19 7h-9",key:"6i9tg"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]]),V=(0,b.default)("cloud-upload",[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]]),W=(0,b.default)("bean-off",[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1",key:"bq3udt"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66",key:"17ccse"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04",key:"18zqgq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);var U=e.i(49200),q=e.i(78784),X=e.i(88846);function B(){let e=(0,a.useRouter)(),b=((0,a.useSearchParams)().get("schedule")??"").toLowerCase(),[B,K]=r.useState([]),[Z,Y]=r.useState([]),[G,J]=r.useState(!0),[Q,ee]=r.useState(!1),[et,er]=r.useState(!1),[ea,es]=r.useState(!1),[eo,en]=r.useState(""),[el,ei]=r.useState(""),[ec,ed]=r.useState(""),[eu,ep]=r.useState(""),[em,eh]=r.useState("single"),[ef,eg]=r.useState(""),[ew,ex]=r.useState(""),[ev,ey]=r.useState(1),[e_,eb]=r.useState(10),[ek,ej]=r.useState("advanced"),[eS,eN]=r.useState(!0),[eC,eD]=r.useState("2h"),[eI,eR]=r.useState([]),[eP,eA]=r.useState("medium"),[eM,eE]=r.useState(""),[eT,eL]=r.useState("local"),[ez,e$]=r.useState(""),[eF,eO]=r.useState(""),[eH,eV]=r.useState("1"===b||"true"===b||"yes"===b),[eW,eU]=r.useState(""),[eq,eX]=r.useState(null);r.useEffect(()=>{(async()=>{try{let[e,t]=await Promise.all([(0,h.fetchWorkflows)(),(0,f.fetchWorkspaces)()]);K(e),Y(t)}catch(e){console.error("Failed to load data:",e),x.toast.error("Failed to load form data")}finally{J(!1)}})()},[]);let eB=r.useMemo(()=>{let e=eo.trim().toLowerCase();return e?B.filter(t=>`${t.name} ${t.kind} ${t.description??""}`.toLowerCase().includes(e)):B},[eo,B]),eK=r.useMemo(()=>el?B.find(e=>e.name===el)??null:null,[el,B]),eZ=e=>e.trim()?5!==e.trim().split(/\s+/).length?(eX("Cron expression must have 5 parts (minute hour day month weekday)"),!1):(eX(null),!0):(eX("Cron expression is required when scheduling is enabled"),!1),eY=async t=>{if(t.preventDefault(),!el)return void x.toast.error("Please select a workflow");if("single"===em){if(!eu.trim())return void x.toast.error("Please enter a target")}else if("multiple"===em){if(0===ef.split(/\r?\n/).map(e=>e.trim()).filter(e=>!!e).length)return void x.toast.error("Please enter at least one target")}else if("file"===em&&!ew.trim())return void x.toast.error("Please upload a targets file");if(!eH||eZ(eW)){ee(!0);try{let t=B.find(e=>e.name===el),r={workflowId:el,workflowKind:t?.kind||"flow",workspaceId:ec||void 0,schedule:eH?eW.trim():void 0};if(!eH){Number.isFinite(e_)&&e_>0&&(r.threads_hold=e_),r.heuristics_check=ek,r.repeat=eS,eS&&eC.trim()&&(r.repeat_wait_time=eC.trim()),"single"===em?r.target=eu.trim():"multiple"===em?(r.targets=ef.split(/\r?\n/).map(e=>e.trim()).filter(e=>!!e),r.concurrency=ev):"file"===em?(r.target_file=ew.trim(),r.concurrency=ev):"empty"===em&&(r.empty_target=!0);let e={};eI.forEach(t=>{let r=t.key.trim(),a=t.value.trim();r&&a&&(e[r]=a)}),Object.keys(e).length>0&&(r.params=e),r.priority=eP,""===eM||Number.isNaN(Number(eM))||(r.timeout=Number(eM)),"local"!==eT&&(r.runner_type=eT,"docker"===eT&&ez.trim()&&(r.docker_image=ez.trim()),"ssh"===eT&&eF.trim()&&(r.ssh_host=eF.trim()))}await (0,g.createScan)(r),x.toast.success("Scan started successfully",{description:eH?"Your scan has been scheduled.":"Your scan is now running."}),e.push("/scans")}catch(e){x.toast.error("Failed to start scan",{description:e instanceof Error?e.message:"Please try again."})}finally{ee(!1)}}};return(0,t.jsx)("div",{className:"m-4 lg:m-6",children:(0,t.jsxs)(s.Card,{className:"rounded-xl overflow-hidden",children:[(0,t.jsxs)(s.CardHeader,{className:"border-b pb-4",children:[(0,t.jsx)(s.CardTitle,{children:"Scan Configuration"}),(0,t.jsx)(s.CardDescription,{className:"pb-1",children:"Select a workflow, configure targets and parameters, and optionally schedule the scan"})]}),(0,t.jsx)(s.CardContent,{className:"p-0",children:(0,t.jsxs)("form",{onSubmit:eY,className:"w-full space-y-6 p-4 lg:p-6",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsxs)("span",{className:"inline-flex items-center gap-2 text-xs font-medium text-muted-foreground",children:[(0,t.jsx)(k,{className:"size-4"}),"Workflow"]}),(0,t.jsx)(p.Separator,{className:"flex-1"})]}),(0,t.jsxs)("div",{className:"grid gap-4 md:grid-cols-3 md:items-end",children:[(0,t.jsx)("div",{className:"space-y-2 md:col-span-2",children:(0,t.jsxs)(d.Popover,{open:ea,onOpenChange:es,children:[(0,t.jsx)(d.PopoverTrigger,{asChild:!0,children:(0,t.jsxs)(o.Button,{id:"workflow",type:"button",variant:"outline",role:"combobox","aria-label":"Workflow","aria-expanded":ea,disabled:G,className:"w-full justify-between",children:[(0,t.jsxs)("span",{className:"flex min-w-0 items-center gap-2",children:[(0,t.jsx)(k,{className:"size-4 text-muted-foreground"}),eK?(0,t.jsxs)("span",{className:"truncate",children:[eK.name," ",(0,t.jsxs)("span",{className:"text-xs text-muted-foreground",children:["(",eK.kind,")"]})]}):(0,t.jsx)("span",{className:"text-muted-foreground",children:"Select a workflow"})]}),(0,t.jsx)(U.ChevronsUpDownIcon,{className:"size-4 opacity-50"})]})}),(0,t.jsxs)(d.PopoverContent,{className:"w-[--radix-popover-trigger-width] p-0",align:"start",children:[(0,t.jsx)("div",{className:"p-2 border-b",children:(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)(X.SearchIcon,{className:"absolute left-2 top-1/2 size-4 -translate-y-1/2 text-muted-foreground"}),(0,t.jsx)(n.Input,{placeholder:"Search workflows...",value:eo,onChange:e=>en(e.target.value),className:"h-8 pl-8"})]})}),(0,t.jsx)(u.ScrollArea,{className:"h-[280px]",children:(0,t.jsxs)("div",{className:"p-2 space-y-1",children:[eB.map(e=>{let r=e.name===el;return(0,t.jsx)("button",{type:"button",onClick:()=>{ei(e.name),es(!1),en("")},className:"w-full rounded-sm px-2 py-1.5 text-left hover:bg-muted",children:(0,t.jsxs)("div",{className:"flex items-start gap-2",children:[(0,t.jsx)("span",{className:"mt-0.5 flex size-4 items-center justify-center",children:r?(0,t.jsx)(q.CheckIcon,{className:"size-4"}):null}),(0,t.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,t.jsxs)("div",{className:"truncate text-sm",children:[e.name," ",(0,t.jsxs)("span",{className:"text-xs text-muted-foreground",children:["(",e.kind,")"]})]}),e.description?(0,t.jsx)("div",{className:"truncate text-xs text-muted-foreground",children:e.description}):null]})]})},e.name)}),0===eB.length&&(0,t.jsx)("p",{className:"text-sm text-muted-foreground text-center py-6",children:"No workflows found"})]})})]})]})}),(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-3 md:col-span-1",children:[(0,t.jsxs)(l.Label,{htmlFor:"target_mode",className:"flex items-center gap-2 whitespace-nowrap",children:[(0,t.jsx)(S,{className:"size-4 text-muted-foreground"}),"Target Mode"]}),(0,t.jsxs)(m.Select,{value:em,onValueChange:e=>eh(e),children:[(0,t.jsx)(m.SelectTrigger,{id:"target_mode",className:"flex-1 min-w-[220px] md:flex-none md:w-[220px] rounded-full","aria-label":"Target Mode",children:(0,t.jsx)(m.SelectValue,{placeholder:"Select mode"})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"single",children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(S,{className:"size-4 text-muted-foreground"}),"Single"]})}),(0,t.jsx)(m.SelectItem,{value:"multiple",children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(N.ListIcon,{className:"size-4 text-muted-foreground"}),"Multiple"]})}),(0,t.jsx)(m.SelectItem,{value:"file",children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(V,{className:"size-4 text-muted-foreground"}),"From File"]})}),(0,t.jsx)(m.SelectItem,{value:"empty",children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(W,{className:"size-4 text-muted-foreground"}),"Empty Target"]})})]})]})]})]}),(0,t.jsxs)("div",{className:"flex items-center gap-3 pt-2",children:[(0,t.jsxs)("span",{className:"inline-flex items-center gap-2 text-xs font-medium text-muted-foreground",children:[(0,t.jsx)(S,{className:"size-4"}),"Target"]}),(0,t.jsx)(p.Separator,{className:"flex-1"})]}),"single"===em&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)(n.Input,{id:"target",type:"text","aria-label":"Target",placeholder:"example.com",value:eu,onChange:e=>ep(e.target.value),disabled:G}),(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:"Domain or IP address to scan"})]}),"multiple"===em&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"targets",className:"flex items-center gap-2",children:[(0,t.jsx)(N.ListIcon,{className:"size-4 text-muted-foreground"}),"Targets (one per line)"]}),(0,t.jsx)("textarea",{id:"targets",value:ef,onChange:e=>eg(e.target.value),className:"min-h-32 w-full rounded-md border bg-background p-2 text-sm",placeholder:"example.com\\ndemo.com"}),(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsxs)(l.Label,{htmlFor:"concurrency",className:"flex items-center gap-2 whitespace-nowrap",children:[(0,t.jsx)(C,{className:"size-4 text-muted-foreground"}),"Concurrency"]}),(0,t.jsxs)(m.Select,{value:String(ev),onValueChange:e=>ey(Number(e)),children:[(0,t.jsx)(m.SelectTrigger,{id:"concurrency",className:"h-9 w-24",children:(0,t.jsx)(m.SelectValue,{})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"1",children:"1"}),(0,t.jsx)(m.SelectItem,{value:"2",children:"2"}),(0,t.jsx)(m.SelectItem,{value:"3",children:"3"})]})]})]})]}),"file"===em&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"file",className:"flex items-center gap-2",children:[(0,t.jsx)(D,{className:"size-4 text-muted-foreground"}),"Upload Targets File"]}),(0,t.jsx)("input",{id:"file",type:"file",accept:".txt",onChange:async e=>{let t=e.target.files?.[0];if(t)try{let e=await (0,w.uploadTargetsFile)(t);ex(e.path),x.toast.success("File uploaded",{description:e.filename})}catch(e){x.toast.error("Upload failed",{description:e instanceof Error?e.message:""})}}}),ew?(0,t.jsxs)("p",{className:"text-xs text-muted-foreground",children:["Server path: ",ew]}):(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:"Text file with one target per line"}),(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsxs)(l.Label,{htmlFor:"concurrency-file",className:"flex items-center gap-2 whitespace-nowrap",children:[(0,t.jsx)(C,{className:"size-4 text-muted-foreground"}),"Concurrency"]}),(0,t.jsxs)(m.Select,{value:String(ev),onValueChange:e=>ey(Number(e)),children:[(0,t.jsx)(m.SelectTrigger,{id:"concurrency-file",className:"h-9 w-24",children:(0,t.jsx)(m.SelectValue,{})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"1",children:"1"}),(0,t.jsx)(m.SelectItem,{value:"2",children:"2"}),(0,t.jsx)(m.SelectItem,{value:"3",children:"3"})]})]})]})]}),"empty"===em&&(0,t.jsx)("div",{className:"space-y-2",children:(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:"No target will be sent for this scan"})}),(0,t.jsxs)("div",{className:"flex items-center gap-3 pt-2",children:[(0,t.jsxs)("span",{className:"inline-flex items-center gap-2 text-xs font-medium text-muted-foreground",children:[(0,t.jsx)(H,{className:"size-4"}),"Extra Configuration"]}),(0,t.jsx)(p.Separator,{className:"flex-1"})]}),(0,t.jsxs)(c.Collapsible,{open:et,onOpenChange:er,children:[(0,t.jsx)(c.CollapsibleTrigger,{asChild:!0,children:(0,t.jsxs)(o.Button,{type:"button",variant:"outline",className:"w-full justify-between",children:[(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(H,{className:"size-4"}),"Extra Configuration"]}),(0,t.jsx)(_.ChevronDownIcon,{className:`size-4 transition-transform ${et?"rotate-180":""}`})]})}),(0,t.jsxs)(c.CollapsibleContent,{className:"space-y-6 pt-4",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"workspace",className:"flex items-center gap-2",children:[(0,t.jsx)(j,{className:"size-4 text-muted-foreground"}),"Workspace"]}),(0,t.jsxs)(m.Select,{value:ec,onValueChange:e=>{ed(e);let t=Z.find(t=>String(t.id)===e);t&&ep(t.name)},disabled:G,children:[(0,t.jsx)(m.SelectTrigger,{id:"workspace",children:(0,t.jsx)(m.SelectValue,{placeholder:"Optional: Select a workspace to prefill target"})}),(0,t.jsx)(m.SelectContent,{children:Z.map(e=>(0,t.jsx)(m.SelectItem,{value:String(e.id),children:(0,t.jsxs)("div",{className:"flex flex-col items-start",children:[(0,t.jsx)("span",{children:e.name}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:e.local_path})]})},e.id))})]})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{className:"flex items-center gap-2",children:[(0,t.jsx)(I.SlidersHorizontalIcon,{className:"size-4 text-muted-foreground"}),"Parameters"]}),(0,t.jsxs)("div",{className:"space-y-2",children:[eI.map((e,r)=>(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(n.Input,{placeholder:"key",value:e.key,onChange:e=>{let t=eI.slice();t[r]={...t[r],key:e.target.value},eR(t)},className:"w-40"}),(0,t.jsx)(n.Input,{placeholder:"value",value:e.value,onChange:e=>{let t=eI.slice();t[r]={...t[r],value:e.target.value},eR(t)},className:"w-56"}),(0,t.jsxs)(o.Button,{type:"button",variant:"outline",onClick:()=>{let e=eI.slice();e.splice(r,1),eR(e)},children:[(0,t.jsx)(P.Trash2Icon,{className:"mr-2 size-4"}),"Remove"]})]},r)),(0,t.jsxs)(o.Button,{type:"button",variant:"outline",onClick:()=>eR([...eI,{key:"",value:""}]),children:[(0,t.jsx)(R.PlusIcon,{className:"mr-2 size-4"}),"Add Parameter"]})]})]}),(0,t.jsxs)("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"threads_hold",className:"flex items-center gap-2",children:[(0,t.jsx)(C,{className:"size-4 text-muted-foreground"}),"Threads Hold"]}),(0,t.jsx)(n.Input,{id:"threads_hold",type:"number",min:1,placeholder:"10",value:e_,onChange:e=>{let t=Number(e.target.value);eb(Number.isFinite(t)?t:10)},className:"h-9"})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"heuristics_check",className:"flex items-center gap-2",children:[(0,t.jsx)(I.SlidersHorizontalIcon,{className:"size-4 text-muted-foreground"}),"Heuristics Check"]}),(0,t.jsxs)(m.Select,{value:ek,onValueChange:e=>ej(e),children:[(0,t.jsx)(m.SelectTrigger,{id:"heuristics_check",className:"h-9",children:(0,t.jsx)(m.SelectValue,{placeholder:"Select mode"})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"basic",children:"basic"}),(0,t.jsx)(m.SelectItem,{value:"advanced",children:"advanced"})]})]})]})]}),(0,t.jsxs)("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between gap-4 rounded-lg border px-3 py-2",children:[(0,t.jsxs)("div",{className:"space-y-0.5",children:[(0,t.jsxs)(l.Label,{htmlFor:"repeat",className:"flex items-center gap-2",children:[(0,t.jsx)(z,{className:"size-4 text-muted-foreground"}),"Repeat"]}),(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:"Restart scan after waiting time"})]}),(0,t.jsx)(i.Switch,{id:"repeat",checked:eS,onCheckedChange:eN})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"repeat_wait_time",className:"flex items-center gap-2",children:[(0,t.jsx)($.ClockIcon,{className:"size-4 text-muted-foreground"}),"Repeat Wait Time"]}),(0,t.jsx)(n.Input,{id:"repeat_wait_time",type:"text",placeholder:"2h",value:eC,onChange:e=>eD(e.target.value),disabled:!eS,className:"h-9"})]})]}),(0,t.jsxs)("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-3",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"priority",className:"flex items-center gap-2",children:[(0,t.jsx)(A.AlertTriangleIcon,{className:"size-4 text-muted-foreground"}),"Priority"]}),(0,t.jsxs)(m.Select,{value:eP,onValueChange:e=>eA(e),children:[(0,t.jsx)(m.SelectTrigger,{id:"priority",className:"h-9",children:(0,t.jsx)(m.SelectValue,{placeholder:"Select priority"})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"low",children:"low"}),(0,t.jsx)(m.SelectItem,{value:"medium",children:"medium"}),(0,t.jsx)(m.SelectItem,{value:"high",children:"high"})]})]})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"timeout",className:"flex items-center gap-2",children:[(0,t.jsx)(M,{className:"size-4 text-muted-foreground"}),"Timeout (seconds)"]}),(0,t.jsx)(n.Input,{id:"timeout",type:"number",min:1,placeholder:"60",value:eM,onChange:e=>eE(""===e.target.value?"":Number(e.target.value)),className:"h-9"})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"runner",className:"flex items-center gap-2",children:[(0,t.jsx)(E,{className:"size-4 text-muted-foreground"}),"Runner Type"]}),(0,t.jsxs)(m.Select,{value:eT,onValueChange:e=>eL(e),children:[(0,t.jsx)(m.SelectTrigger,{id:"runner",className:"h-9",children:(0,t.jsx)(m.SelectValue,{placeholder:"Select runner"})}),(0,t.jsxs)(m.SelectContent,{children:[(0,t.jsx)(m.SelectItem,{value:"local",children:"local"}),(0,t.jsx)(m.SelectItem,{value:"docker",children:"docker"}),(0,t.jsx)(m.SelectItem,{value:"ssh",children:"ssh"})]})]})]})]}),(0,t.jsxs)("div",{className:"space-y-2",children:["docker"===eT&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"docker_image",className:"flex items-center gap-2",children:[(0,t.jsx)(T,{className:"size-4 text-muted-foreground"}),"Docker Image"]}),(0,t.jsx)(n.Input,{id:"docker_image",type:"text",placeholder:"osmedeus/osmedeus:latest",value:ez,onChange:e=>e$(e.target.value)})]}),"ssh"===eT&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"ssh_host",className:"flex items-center gap-2",children:[(0,t.jsx)(L.ServerIcon,{className:"size-4 text-muted-foreground"}),"SSH Host"]}),(0,t.jsx)(n.Input,{id:"ssh_host",type:"text",placeholder:"worker1.example.com",value:eF,onChange:e=>eO(e.target.value)})]})]})]})]}),(0,t.jsxs)("div",{className:"flex items-center gap-3 pt-2",children:[(0,t.jsxs)("span",{className:"inline-flex items-center gap-2 text-xs font-medium text-muted-foreground",children:[(0,t.jsx)(O.PlayIcon,{className:"size-4"}),"Execute the Scan"]}),(0,t.jsx)(p.Separator,{className:"flex-1"})]}),(0,t.jsxs)("div",{className:"space-y-4 pt-4",children:[(0,t.jsxs)("div",{className:"flex flex-wrap items-center justify-between gap-3",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between gap-4 min-w-[240px] rounded-lg border border-sky-200/70 bg-sky-50/60 px-3 py-2 dark:border-sky-900/60 dark:bg-sky-950/25",children:[(0,t.jsxs)("div",{className:"space-y-0.5",children:[(0,t.jsxs)(l.Label,{htmlFor:"schedule",className:"flex items-center gap-2 text-sky-900 dark:text-sky-100",children:[(0,t.jsx)(z,{className:"size-4 text-sky-500 dark:text-sky-400"}),"Enable Scheduling"]}),(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:"Run this scan on a recurring schedule"})]}),(0,t.jsx)(i.Switch,{id:"schedule",checked:eH,onCheckedChange:eV,className:"data-[state=checked]:bg-sky-500 data-[state=unchecked]:bg-sky-200/70 dark:data-[state=unchecked]:bg-sky-950/50 [&_[data-slot=switch-thumb]]:!bg-white"})]}),(0,t.jsxs)("div",{className:"flex gap-3",children:[(0,t.jsxs)(o.Button,{type:"button",variant:"outline",onClick:()=>e.push("/scans"),disabled:Q,children:[(0,t.jsx)(F.XIcon,{className:"mr-2 size-4"}),"Cancel"]}),(0,t.jsx)(o.Button,{type:"submit",variant:eH?"default":"outline",disabled:Q||G,className:`rounded-full ${eH?"bg-sky-500 text-white hover:bg-sky-600 hover:shadow-[0_0_20px_rgba(14,165,233,0.30)]":"border-yellow-500 text-yellow-700 hover:bg-yellow-500/10 hover:border-yellow-500 hover:shadow-[0_0_15px_rgba(234,179,8,0.35)] dark:border-yellow-400 dark:text-yellow-400 dark:hover:bg-yellow-400/10"}`,children:Q?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(v.LoaderIcon,{className:"mr-2 size-4 animate-spin"}),"Starting..."]}):eH?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(z,{className:"mr-2 size-4"}),"Schedule Scan"]}):(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(O.PlayIcon,{className:"mr-2 size-4"}),"Start Scan"]})})]})]}),eH&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)(l.Label,{htmlFor:"cron",className:"flex items-center gap-2",children:[(0,t.jsx)($.ClockIcon,{className:"size-4 text-muted-foreground"}),"Cron Expression"]}),(0,t.jsx)(n.Input,{id:"cron",type:"text",placeholder:"0 0 * * *",value:eW,onChange:e=>{eU(e.target.value),eq&&eZ(e.target.value)}}),eq?(0,t.jsx)("p",{className:"text-xs text-destructive",children:eq}):(0,t.jsxs)("div",{className:"flex items-start gap-2 rounded-lg bg-muted p-3",children:[(0,t.jsx)(y.InfoIcon,{className:"size-4 text-muted-foreground shrink-0 mt-0.5"}),(0,t.jsxs)("div",{className:"text-xs text-muted-foreground space-y-1",children:[(0,t.jsx)("p",{children:"Format: minute hour day month weekday"}),(0,t.jsx)("p",{children:"Examples:"}),(0,t.jsxs)("ul",{className:"list-disc list-inside",children:[(0,t.jsxs)("li",{children:[(0,t.jsx)("code",{className:"bg-background px-1 rounded",children:"0 0 * * *"})," - Daily at midnight"]}),(0,t.jsxs)("li",{children:[(0,t.jsx)("code",{className:"bg-background px-1 rounded",children:"0 */6 * * *"})," - Every 6 hours"]}),(0,t.jsxs)("li",{children:[(0,t.jsx)("code",{className:"bg-background px-1 rounded",children:"0 0 * * 0"})," - Weekly on Sunday"]})]})]})]})]})]})]})})]})})}e.s(["default",()=>B],58998)}]); \ No newline at end of file diff --git a/public/ui/_next/static/chunks/f3f69758009dd61d.js b/public/ui/_next/static/chunks/f3f69758009dd61d.js deleted file mode 100644 index 44fafdf..0000000 --- a/public/ui/_next/static/chunks/f3f69758009dd61d.js +++ /dev/null @@ -1,3 +0,0 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,65476,e=>{"use strict";let t=(0,e.i(75254).default)("refresh-ccw",[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]]);e.s(["RefreshCcwIcon",()=>t],65476)},78078,e=>{"use strict";let t=(0,e.i(75254).default)("eye",[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);e.s(["EyeIcon",()=>t],78078)},36356,58857,e=>{"use strict";var t=e.i(75254);let a=(0,t.default)("arrow-up",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]);e.s(["ArrowUpIcon",()=>a],36356);let r=(0,t.default)("arrow-down",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]);e.s(["ArrowDownIcon",()=>r],58857)},70065,e=>{"use strict";var t=e.i(43476),a=e.i(47163);function r({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card",className:(0,a.cn)("bg-card/80 backdrop-blur-sm text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm transition-all duration-300 hover:shadow-[0_0_30px_rgba(32,178,170,0.12)] hover:-translate-y-0.5",e),...r})}function n({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,a.cn)("flex flex-col gap-1.5 px-6",e),...r})}function s({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,a.cn)("leading-none font-semibold",e),...r})}function l({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,a.cn)("text-muted-foreground text-sm",e),...r})}function o({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,a.cn)("px-6",e),...r})}function i({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,a.cn)("flex items-center px-6",e),...r})}e.s(["Card",()=>r,"CardContent",()=>o,"CardDescription",()=>l,"CardFooter",()=>i,"CardHeader",()=>n,"CardTitle",()=>s])},70152,e=>{"use strict";function t(e,[t,a]){return Math.min(a,Math.max(t,e))}e.s(["clamp",()=>t])},24375,e=>{"use strict";let t=(0,e.i(75254).default)("arrow-up-down",[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]]);e.s(["ArrowUpDownIcon",()=>t],24375)},47627,e=>{"use strict";var t=e.i(43476),a=e.i(47163);function r({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"table-container",className:"relative w-full overflow-auto",children:(0,t.jsx)("table",{"data-slot":"table",className:(0,a.cn)("w-full caption-bottom text-sm",e),...r})})}function n({className:e,...r}){return(0,t.jsx)("thead",{"data-slot":"table-header",className:(0,a.cn)("[&_tr]:border-b",e),...r})}function s({className:e,...r}){return(0,t.jsx)("tbody",{"data-slot":"table-body",className:(0,a.cn)("[&_tr:last-child]:border-0",e),...r})}function l({className:e,...r}){return(0,t.jsx)("tr",{"data-slot":"table-row",className:(0,a.cn)("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",e),...r})}function o({className:e,...r}){return(0,t.jsx)("th",{"data-slot":"table-head",className:(0,a.cn)("h-10 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&_[role=checkbox]]:translate-y-[2px]",e),...r})}function i({className:e,...r}){return(0,t.jsx)("td",{"data-slot":"table-cell",className:(0,a.cn)("p-4 align-middle [&:has([role=checkbox])]:pr-0 [&_[role=checkbox]]:translate-y-[2px]",e),...r})}function d({className:e,...r}){return(0,t.jsx)("caption",{"data-slot":"table-caption",className:(0,a.cn)("mt-4 text-sm text-muted-foreground",e),...r})}e.s(["Table",()=>r,"TableBody",()=>s,"TableCaption",()=>d,"TableCell",()=>i,"TableHead",()=>o,"TableHeader",()=>n,"TableRow",()=>l])},29383,e=>{"use strict";var t=e.i(43476),a=e.i(71645),r=e.i(47627),n=e.i(36356),s=e.i(58857),l=e.i(24375),o=e.i(47163);function i({children:e,field:i,currentSort:d,onSort:c,className:u}){let p=d.field===i,m=a.useMemo(()=>u?u.includes("text-center")?"justify-center":u.includes("text-right")?"justify-end":"justify-start":"justify-start",[u]);return(0,t.jsx)(r.TableHead,{className:(0,o.cn)("cursor-pointer select-none hover:bg-muted/50 transition-colors",u),onClick:()=>c(i),children:(0,t.jsxs)("div",{className:(0,o.cn)("flex items-center gap-1",m),children:[e,p?"asc"===d.direction?(0,t.jsx)(n.ArrowUpIcon,{className:"size-3.5 text-foreground"}):(0,t.jsx)(s.ArrowDownIcon,{className:"size-3.5 text-foreground"}):(0,t.jsx)(l.ArrowUpDownIcon,{className:"size-3.5 text-muted-foreground/50"})]})})}e.s(["SortableTableHead",()=>i])},30374,e=>{"use strict";var t=e.i(43476),a=e.i(26999),r=e.i(95926),n=e.i(47163);function s({...e}){return(0,t.jsx)(a.Root,{"data-slot":"dialog",...e})}function l({...e}){return(0,t.jsx)(a.Trigger,{"data-slot":"dialog-trigger",...e})}function o({...e}){return(0,t.jsx)(a.Portal,{"data-slot":"dialog-portal",...e})}function i({className:e,...r}){return(0,t.jsx)(a.Overlay,{"data-slot":"dialog-overlay",className:(0,n.cn)("fixed inset-0 z-50 bg-black/40 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...r})}function d({className:e,children:s,...l}){return(0,t.jsxs)(o,{children:[(0,t.jsx)(i,{}),(0,t.jsxs)(a.Content,{"data-slot":"dialog-content",className:(0,n.cn)("fixed left-[50%] top-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background/95 backdrop-blur-md p-6 shadow-[0_0_40px_rgba(32,178,170,0.1)] duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 sm:max-w-lg sm:rounded-xl",e),...l,children:[s,(0,t.jsxs)(a.Close,{className:"absolute right-4 top-4 rounded-xs opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[(0,t.jsx)(r.XIcon,{className:"size-4"}),(0,t.jsx)("span",{className:"sr-only",children:"Close"})]})]})]})}function c({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"dialog-header",className:(0,n.cn)("flex flex-col gap-2 text-center sm:text-left",e),...a})}function u({className:e,...a}){return(0,t.jsx)("div",{"data-slot":"dialog-footer",className:(0,n.cn)("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",e),...a})}function p({className:e,...r}){return(0,t.jsx)(a.Title,{"data-slot":"dialog-title",className:(0,n.cn)("text-lg font-semibold leading-none",e),...r})}function m({className:e,...r}){return(0,t.jsx)(a.Description,{"data-slot":"dialog-description",className:(0,n.cn)("text-sm text-muted-foreground",e),...r})}e.s(["Dialog",()=>s,"DialogContent",()=>d,"DialogDescription",()=>m,"DialogFooter",()=>u,"DialogHeader",()=>c,"DialogTitle",()=>p,"DialogTrigger",()=>l])},37007,e=>{"use strict";let t=(0,e.i(75254).default)("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);e.s(["PlusIcon",()=>t],37007)},24553,e=>{"use strict";var t=e.i(43476),a=e.i(47163),r=e.i(67881);let n=(0,e.i(75254).default)("inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]);function s({icon:e=n,title:s,description:l,action:o,className:i}){return(0,t.jsxs)("div",{className:(0,a.cn)("flex flex-col items-center justify-center py-12 text-center",i),children:[(0,t.jsx)("div",{className:"mb-4 rounded-full bg-muted p-4",children:(0,t.jsx)(e,{className:"size-8 text-muted-foreground"})}),(0,t.jsx)("h3",{className:"mb-1 text-lg font-semibold",children:s}),l&&(0,t.jsx)("p",{className:"mb-4 max-w-sm text-sm text-muted-foreground",children:l}),o&&(0,t.jsx)(r.Button,{onClick:o.onClick,variant:"default",children:o.label})]})}e.s(["EmptyState",()=>s],24553)},18366,e=>{"use strict";let t=(0,e.i(75254).default)("copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);e.s(["CopyIcon",()=>t],18366)},28196,e=>{"use strict";let t=(0,e.i(75254).default)("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);e.s(["AlertCircleIcon",()=>t],28196)},79319,e=>{"use strict";let t=(0,e.i(75254).default)("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);e.s(["RefreshCwIcon",()=>t],79319)},71586,e=>{"use strict";var t=e.i(43476),a=e.i(47163),r=e.i(67881),n=e.i(28196),s=e.i(79319);function l({title:e="Something went wrong",message:l="We couldn't load the data. Please try again.",onRetry:o,className:i}){return(0,t.jsxs)("div",{className:(0,a.cn)("flex flex-col items-center justify-center py-12 text-center",i),children:[(0,t.jsx)("div",{className:"mb-4 rounded-full bg-destructive/10 p-4",children:(0,t.jsx)(n.AlertCircleIcon,{className:"size-8 text-destructive"})}),(0,t.jsx)("h3",{className:"mb-1 text-lg font-semibold",children:e}),(0,t.jsx)("p",{className:"mb-4 max-w-sm text-sm text-muted-foreground",children:l}),o&&(0,t.jsxs)(r.Button,{onClick:o,variant:"outline",children:[(0,t.jsx)(s.RefreshCwIcon,{className:"mr-2 size-4"}),"Try again"]})]})}e.s(["ErrorState",()=>l])},98222,87032,16305,e=>{"use strict";var t=e.i(75254);let a=(0,t.default)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]]);e.s(["TerminalIcon",()=>a],98222);var r=e.i(71005);e.s(["FunctionSquareIcon",()=>r.default],87032);let n=(0,t.default)("repeat",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]]);e.s(["RepeatIcon",()=>n],16305)},97882,e=>{"use strict";let t=(0,e.i(75254).default)("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);e.s(["LoaderIcon",()=>t],97882)},70524,e=>{"use strict";let t=(0,e.i(75254).default)("clipboard",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]]);e.s(["ClipboardIcon",()=>t],70524)},50374,(e,t,a)=>{t.exports=function(e){let t={};Object.assign(t,{className:"variable",variants:[{begin:function(...e){return e.map(e=>e?"string"==typeof e?e:e.source:null).join("")}(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},{begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[t]}]}]});let a={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},r={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t,a]};a.contains.push(n);let s={begin:/\$\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,t]},l=e.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10}),o={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z._-]+\b/,keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp"},contains:[l,e.SHEBANG(),o,s,e.HASH_COMMENT_MODE,r,n,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},t]}}},5849,e=>{"use strict";let t=e.i(50374).default;e.s(["default",0,t])},56505,e=>{"use strict";let t=(0,e.i(75254).default)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]]);e.s(["PlayIcon",()=>t],56505)},71435,e=>{"use strict";var t=e.i(43476),a=e.i(71645);e.i(74080);var r=e.i(20783),n=Symbol("radix.slottable");function s(e){return a.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===n}var l=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,n)=>{var l,o;let i,d,c,u=(o=l=`Primitive.${n}`,(i=a.forwardRef((e,t)=>{let{children:n,...s}=e;if(a.isValidElement(n)){var l;let e,o,i=(l=n,(o=(e=Object.getOwnPropertyDescriptor(l.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.ref:(o=(e=Object.getOwnPropertyDescriptor(l,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.props.ref:l.props.ref||l.ref),d=function(e,t){let a={...t};for(let r in t){let n=e[r],s=t[r];/^on[A-Z]/.test(r)?n&&s?a[r]=(...e)=>{let t=s(...e);return n(...e),t}:n&&(a[r]=n):"style"===r?a[r]={...n,...s}:"className"===r&&(a[r]=[n,s].filter(Boolean).join(" "))}return{...e,...a}}(s,n.props);return n.type!==a.Fragment&&(d.ref=t?(0,r.composeRefs)(t,i):i),a.cloneElement(n,d)}return a.Children.count(n)>1?a.Children.only(null):null})).displayName=`${o}.SlotClone`,d=i,(c=a.forwardRef((e,r)=>{let{children:n,...l}=e,o=a.Children.toArray(n),i=o.find(s);if(i){let e=i.props.children,n=o.map(t=>t!==i?t:a.Children.count(e)>1?a.Children.only(null):a.isValidElement(e)?e.props.children:null);return(0,t.jsx)(d,{...l,ref:r,children:a.isValidElement(e)?a.cloneElement(e,void 0,n):null})}return(0,t.jsx)(d,{...l,ref:r,children:n})})).displayName=`${l}.Slot`,c),p=a.forwardRef((e,a)=>{let{asChild:r,...s}=e;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,t.jsx)(r?u:n,{...s,ref:a})});return p.displayName=`Primitive.${n}`,{...e,[n]:p}},{}),o=e.i(96626),i=e.i(30207),d=e.i(86318),c=e.i(34620),u=e.i(70152),p=e.i(81140),m="ScrollArea",[f,h]=function(e,r=[]){let n=[],s=()=>{let t=n.map(e=>a.createContext(e));return function(r){let n=r?.[e]||t;return a.useMemo(()=>({[`__scope${e}`]:{...r,[e]:n}}),[r,n])}};return s.scopeName=e,[function(r,s){let l=a.createContext(s),o=n.length;n=[...n,s];let i=r=>{let{scope:n,children:s,...i}=r,d=n?.[e]?.[o]||l,c=a.useMemo(()=>i,Object.values(i));return(0,t.jsx)(d.Provider,{value:c,children:s})};return i.displayName=r+"Provider",[i,function(t,n){let i=n?.[e]?.[o]||l,d=a.useContext(i);if(d)return d;if(void 0!==s)return s;throw Error(`\`${t}\` must be used within \`${r}\``)}]},function(...e){let t=e[0];if(1===e.length)return t;let r=()=>{let r=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let n=r.reduce((t,{useScope:a,scopeName:r})=>{let n=a(e)[`__scope${r}`];return{...t,...n}},{});return a.useMemo(()=>({[`__scope${t.scopeName}`]:n}),[n])}};return r.scopeName=t.scopeName,r}(s,...r)]}(m),[g,x]=f(m),w=a.forwardRef((e,n)=>{let{__scopeScrollArea:s,type:o="hover",dir:i,scrollHideDelay:c=600,...u}=e,[p,m]=a.useState(null),[f,h]=a.useState(null),[x,w]=a.useState(null),[v,b]=a.useState(null),[y,j]=a.useState(null),[k,S]=a.useState(0),[N,C]=a.useState(0),[T,I]=a.useState(!1),[D,_]=a.useState(!1),A=(0,r.useComposedRefs)(n,e=>m(e)),E=(0,d.useDirection)(i);return(0,t.jsx)(g,{scope:s,type:o,dir:E,scrollHideDelay:c,scrollArea:p,viewport:f,onViewportChange:h,content:x,onContentChange:w,scrollbarX:v,onScrollbarXChange:b,scrollbarXEnabled:T,onScrollbarXEnabledChange:I,scrollbarY:y,onScrollbarYChange:j,scrollbarYEnabled:D,onScrollbarYEnabledChange:_,onCornerWidthChange:S,onCornerHeightChange:C,children:(0,t.jsx)(l.div,{dir:E,...u,ref:A,style:{position:"relative","--radix-scroll-area-corner-width":k+"px","--radix-scroll-area-corner-height":N+"px",...e.style}})})});w.displayName=m;var v="ScrollAreaViewport",b=a.forwardRef((e,n)=>{let{__scopeScrollArea:s,children:o,nonce:i,...d}=e,c=x(v,s),u=a.useRef(null),p=(0,r.useComposedRefs)(n,u,c.onViewportChange);return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:i}),(0,t.jsx)(l.div,{"data-radix-scroll-area-viewport":"",...d,ref:p,style:{overflowX:c.scrollbarXEnabled?"scroll":"hidden",overflowY:c.scrollbarYEnabled?"scroll":"hidden",...e.style},children:(0,t.jsx)("div",{ref:c.onContentChange,style:{minWidth:"100%",display:"table"},children:o})})]})});b.displayName=v;var y="ScrollAreaScrollbar",j=a.forwardRef((e,r)=>{let{forceMount:n,...s}=e,l=x(y,e.__scopeScrollArea),{onScrollbarXEnabledChange:o,onScrollbarYEnabledChange:i}=l,d="horizontal"===e.orientation;return a.useEffect(()=>(d?o(!0):i(!0),()=>{d?o(!1):i(!1)}),[d,o,i]),"hover"===l.type?(0,t.jsx)(k,{...s,ref:r,forceMount:n}):"scroll"===l.type?(0,t.jsx)(S,{...s,ref:r,forceMount:n}):"auto"===l.type?(0,t.jsx)(N,{...s,ref:r,forceMount:n}):"always"===l.type?(0,t.jsx)(C,{...s,ref:r}):null});j.displayName=y;var k=a.forwardRef((e,r)=>{let{forceMount:n,...s}=e,l=x(y,e.__scopeScrollArea),[i,d]=a.useState(!1);return a.useEffect(()=>{let e=l.scrollArea,t=0;if(e){let a=()=>{window.clearTimeout(t),d(!0)},r=()=>{t=window.setTimeout(()=>d(!1),l.scrollHideDelay)};return e.addEventListener("pointerenter",a),e.addEventListener("pointerleave",r),()=>{window.clearTimeout(t),e.removeEventListener("pointerenter",a),e.removeEventListener("pointerleave",r)}}},[l.scrollArea,l.scrollHideDelay]),(0,t.jsx)(o.Presence,{present:n||i,children:(0,t.jsx)(N,{"data-state":i?"visible":"hidden",...s,ref:r})})}),S=a.forwardRef((e,r)=>{var n;let{forceMount:s,...l}=e,i=x(y,e.__scopeScrollArea),d="horizontal"===e.orientation,c=W(()=>m("SCROLL_END"),100),[u,m]=(n={hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}},a.useReducer((e,t)=>n[e][t]??e,"hidden"));return a.useEffect(()=>{if("idle"===u){let e=window.setTimeout(()=>m("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(e)}},[u,i.scrollHideDelay,m]),a.useEffect(()=>{let e=i.viewport,t=d?"scrollLeft":"scrollTop";if(e){let a=e[t],r=()=>{let r=e[t];a!==r&&(m("SCROLL"),c()),a=r};return e.addEventListener("scroll",r),()=>e.removeEventListener("scroll",r)}},[i.viewport,d,m,c]),(0,t.jsx)(o.Presence,{present:s||"hidden"!==u,children:(0,t.jsx)(C,{"data-state":"hidden"===u?"hidden":"visible",...l,ref:r,onPointerEnter:(0,p.composeEventHandlers)(e.onPointerEnter,()=>m("POINTER_ENTER")),onPointerLeave:(0,p.composeEventHandlers)(e.onPointerLeave,()=>m("POINTER_LEAVE"))})})}),N=a.forwardRef((e,r)=>{let n=x(y,e.__scopeScrollArea),{forceMount:s,...l}=e,[i,d]=a.useState(!1),c="horizontal"===e.orientation,u=W(()=>{if(n.viewport){let e=n.viewport.offsetWidth{let{orientation:n="vertical",...s}=e,l=x(y,e.__scopeScrollArea),o=a.useRef(null),i=a.useRef(0),[d,c]=a.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),u=U(d.viewport,d.content),p={...s,sizes:d,onSizesChange:c,hasThumb:!!(u>0&&u<1),onThumbChange:e=>o.current=e,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:e=>i.current=e};function m(e,t){return function(e,t,a,r="ltr"){let n=H(a),s=t||n/2,l=a.scrollbar.paddingStart+s,o=a.scrollbar.size-a.scrollbar.paddingEnd-(n-s),i=a.content-a.viewport;return O([l,o],"ltr"===r?[0,i]:[-1*i,0])(e)}(e,i.current,d,t)}return"horizontal"===n?(0,t.jsx)(T,{...p,ref:r,onThumbPositionChange:()=>{if(l.viewport&&o.current){let e=B(l.viewport.scrollLeft,d,l.dir);o.current.style.transform=`translate3d(${e}px, 0, 0)`}},onWheelScroll:e=>{l.viewport&&(l.viewport.scrollLeft=e)},onDragScroll:e=>{l.viewport&&(l.viewport.scrollLeft=m(e,l.dir))}}):"vertical"===n?(0,t.jsx)(I,{...p,ref:r,onThumbPositionChange:()=>{if(l.viewport&&o.current){let e=B(l.viewport.scrollTop,d);o.current.style.transform=`translate3d(0, ${e}px, 0)`}},onWheelScroll:e=>{l.viewport&&(l.viewport.scrollTop=e)},onDragScroll:e=>{l.viewport&&(l.viewport.scrollTop=m(e))}}):null}),T=a.forwardRef((e,n)=>{let{sizes:s,onSizesChange:l,...o}=e,i=x(y,e.__scopeScrollArea),[d,c]=a.useState(),u=a.useRef(null),p=(0,r.useComposedRefs)(n,u,i.onScrollbarXChange);return a.useEffect(()=>{u.current&&c(getComputedStyle(u.current))},[u]),(0,t.jsx)(A,{"data-orientation":"horizontal",...o,ref:p,sizes:s,style:{bottom:0,left:"rtl"===i.dir?"var(--radix-scroll-area-corner-width)":0,right:"ltr"===i.dir?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":H(s)+"px",...e.style},onThumbPointerDown:t=>e.onThumbPointerDown(t.x),onDragScroll:t=>e.onDragScroll(t.x),onWheelScroll:(t,a)=>{if(i.viewport){var r,n;let s=i.viewport.scrollLeft+t.deltaX;e.onWheelScroll(s),r=s,n=a,r>0&&r{u.current&&i.viewport&&d&&l({content:i.viewport.scrollWidth,viewport:i.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:$(d.paddingLeft),paddingEnd:$(d.paddingRight)}})}})}),I=a.forwardRef((e,n)=>{let{sizes:s,onSizesChange:l,...o}=e,i=x(y,e.__scopeScrollArea),[d,c]=a.useState(),u=a.useRef(null),p=(0,r.useComposedRefs)(n,u,i.onScrollbarYChange);return a.useEffect(()=>{u.current&&c(getComputedStyle(u.current))},[u]),(0,t.jsx)(A,{"data-orientation":"vertical",...o,ref:p,sizes:s,style:{top:0,right:"ltr"===i.dir?0:void 0,left:"rtl"===i.dir?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":H(s)+"px",...e.style},onThumbPointerDown:t=>e.onThumbPointerDown(t.y),onDragScroll:t=>e.onDragScroll(t.y),onWheelScroll:(t,a)=>{if(i.viewport){var r,n;let s=i.viewport.scrollTop+t.deltaY;e.onWheelScroll(s),r=s,n=a,r>0&&r{u.current&&i.viewport&&d&&l({content:i.viewport.scrollHeight,viewport:i.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:$(d.paddingTop),paddingEnd:$(d.paddingBottom)}})}})}),[D,_]=f(y),A=a.forwardRef((e,n)=>{let{__scopeScrollArea:s,sizes:o,hasThumb:d,onThumbChange:c,onThumbPointerUp:u,onThumbPointerDown:m,onThumbPositionChange:f,onDragScroll:h,onWheelScroll:g,onResize:w,...v}=e,b=x(y,s),[j,k]=a.useState(null),S=(0,r.useComposedRefs)(n,e=>k(e)),N=a.useRef(null),C=a.useRef(""),T=b.viewport,I=o.content-o.viewport,_=(0,i.useCallbackRef)(g),A=(0,i.useCallbackRef)(f),E=W(w,10);function z(e){N.current&&h({x:e.clientX-N.current.left,y:e.clientY-N.current.top})}return a.useEffect(()=>{let e=e=>{let t=e.target;j?.contains(t)&&_(e,I)};return document.addEventListener("wheel",e,{passive:!1}),()=>document.removeEventListener("wheel",e,{passive:!1})},[T,j,I,_]),a.useEffect(A,[o,A]),K(j,E),K(b.content,E),(0,t.jsx)(D,{scope:s,scrollbar:j,hasThumb:d,onThumbChange:(0,i.useCallbackRef)(c),onThumbPointerUp:(0,i.useCallbackRef)(u),onThumbPositionChange:A,onThumbPointerDown:(0,i.useCallbackRef)(m),children:(0,t.jsx)(l.div,{...v,ref:S,style:{position:"absolute",...v.style},onPointerDown:(0,p.composeEventHandlers)(e.onPointerDown,e=>{0===e.button&&(e.target.setPointerCapture(e.pointerId),N.current=j.getBoundingClientRect(),C.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",b.viewport&&(b.viewport.style.scrollBehavior="auto"),z(e))}),onPointerMove:(0,p.composeEventHandlers)(e.onPointerMove,z),onPointerUp:(0,p.composeEventHandlers)(e.onPointerUp,e=>{let t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),document.body.style.webkitUserSelect=C.current,b.viewport&&(b.viewport.style.scrollBehavior=""),N.current=null})})})}),E="ScrollAreaThumb",z=a.forwardRef((e,a)=>{let{forceMount:r,...n}=e,s=_(E,e.__scopeScrollArea);return(0,t.jsx)(o.Presence,{present:r||s.hasThumb,children:(0,t.jsx)(P,{ref:a,...n})})}),P=a.forwardRef((e,n)=>{let{__scopeScrollArea:s,style:o,...i}=e,d=x(E,s),c=_(E,s),{onThumbPositionChange:u}=c,m=(0,r.useComposedRefs)(n,e=>c.onThumbChange(e)),f=a.useRef(void 0),h=W(()=>{f.current&&(f.current(),f.current=void 0)},100);return a.useEffect(()=>{let e=d.viewport;if(e){let t=()=>{h(),f.current||(f.current=F(e,u),u())};return u(),e.addEventListener("scroll",t),()=>e.removeEventListener("scroll",t)}},[d.viewport,h,u]),(0,t.jsx)(l.div,{"data-state":c.hasThumb?"visible":"hidden",...i,ref:m,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...o},onPointerDownCapture:(0,p.composeEventHandlers)(e.onPointerDownCapture,e=>{let t=e.target.getBoundingClientRect(),a=e.clientX-t.left,r=e.clientY-t.top;c.onThumbPointerDown({x:a,y:r})}),onPointerUp:(0,p.composeEventHandlers)(e.onPointerUp,c.onThumbPointerUp)})});z.displayName=E;var R="ScrollAreaCorner",M=a.forwardRef((e,a)=>{let r=x(R,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return"scroll"!==r.type&&n?(0,t.jsx)(L,{...e,ref:a}):null});M.displayName=R;var L=a.forwardRef((e,r)=>{let{__scopeScrollArea:n,...s}=e,o=x(R,n),[i,d]=a.useState(0),[c,u]=a.useState(0),p=!!(i&&c);return K(o.scrollbarX,()=>{let e=o.scrollbarX?.offsetHeight||0;o.onCornerHeightChange(e),u(e)}),K(o.scrollbarY,()=>{let e=o.scrollbarY?.offsetWidth||0;o.onCornerWidthChange(e),d(e)}),p?(0,t.jsx)(l.div,{...s,ref:r,style:{width:i,height:c,position:"absolute",right:"ltr"===o.dir?0:void 0,left:"rtl"===o.dir?0:void 0,bottom:0,...e.style}}):null});function $(e){return e?parseInt(e,10):0}function U(e,t){let a=e/t;return isNaN(a)?0:a}function H(e){let t=U(e.viewport,e.content),a=e.scrollbar.paddingStart+e.scrollbar.paddingEnd;return Math.max((e.scrollbar.size-a)*t,18)}function B(e,t,a="ltr"){let r=H(t),n=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,s=t.scrollbar.size-n,l=t.content-t.viewport,o=(0,u.clamp)(e,"ltr"===a?[0,l]:[-1*l,0]);return O([0,l],[0,s-r])(o)}function O(e,t){return a=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(a-e[0])}}var F=(e,t=()=>{})=>{let a={left:e.scrollLeft,top:e.scrollTop},r=0;return!function n(){let s={left:e.scrollLeft,top:e.scrollTop},l=a.left!==s.left,o=a.top!==s.top;(l||o)&&t(),a=s,r=window.requestAnimationFrame(n)}(),()=>window.cancelAnimationFrame(r)};function W(e,t){let r=(0,i.useCallbackRef)(e),n=a.useRef(0);return a.useEffect(()=>()=>window.clearTimeout(n.current),[]),a.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function K(e,t){let a=(0,i.useCallbackRef)(t);(0,c.useLayoutEffect)(()=>{let t=0;if(e){let r=new ResizeObserver(()=>{cancelAnimationFrame(t),t=window.requestAnimationFrame(a)});return r.observe(e),()=>{window.cancelAnimationFrame(t),r.unobserve(e)}}},[e,a])}var V=e.i(47163);function X({className:e,children:a,...r}){return(0,t.jsxs)(w,{"data-slot":"scroll-area",className:(0,V.cn)("relative overflow-hidden",e),...r,children:[(0,t.jsx)(b,{className:"h-full w-full rounded-[inherit]",children:a}),(0,t.jsx)(q,{}),(0,t.jsx)(M,{})]})}function q({className:e,orientation:a="vertical",...r}){return(0,t.jsx)(j,{"data-slot":"scroll-bar",orientation:a,className:(0,V.cn)("flex touch-none select-none transition-colors","vertical"===a&&"h-full w-2.5 border-l border-l-transparent p-[1px]","horizontal"===a&&"h-2.5 flex-col border-t border-t-transparent p-[1px]",e),...r,children:(0,t.jsx)(z,{className:"relative flex-1 rounded-full bg-border"})})}e.s(["ScrollArea",()=>X],71435)},31447,e=>{"use strict";let t=(0,e.i(75254).default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["ClockIcon",()=>t],31447)},7237,e=>{"use strict";let t=(0,e.i(75254).default)("trash",[["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]]);e.s(["TrashIcon",()=>t],7237)},67003,e=>{"use strict";var t=e.i(55161),a=e.i(62280),r=e.i(72536);let n=[{id:"scan-001",runId:"run-2025-01-15-subdomain-enum-example.com",runUuid:"run-2025-01-15-subdomain-enum-example.com",workflowName:"subdomain-enum",workflowKind:"flow",target:"example.com",status:"completed",startedAt:new Date(Date.now()-36e5),completedAt:new Date(Date.now()-18e5),totalSteps:10,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-36e5),updatedAt:new Date(Date.now()-18e5)},{id:"scan-002",runId:"run-2025-01-15-vulnerability-scan-api.example.com",runUuid:"run-2025-01-15-vulnerability-scan-api.example.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"api.example.com",status:"running",startedAt:new Date(Date.now()-9e5),totalSteps:15,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-9e5),updatedAt:new Date},{id:"scan-003",runId:"run-2025-01-15-full-recon-testsite.org",runUuid:"run-2025-01-15-full-recon-testsite.org",workflowName:"full-recon",workflowKind:"flow",target:"testsite.org",status:"pending",totalSteps:20,completedSteps:0,triggerType:"scheduled",createdAt:new Date(Date.now()-3e5),updatedAt:new Date(Date.now()-3e5)},{id:"scan-004",runId:"run-2025-01-15-subdomain-enum-acme.io",runUuid:"run-2025-01-15-subdomain-enum-acme.io",workflowName:"subdomain-enum",workflowKind:"flow",target:"acme.io",status:"failed",startedAt:new Date(Date.now()-72e5),completedAt:new Date(Date.now()-68e5),totalSteps:10,completedSteps:3,triggerType:"manual",errorMessage:"Connection timeout after 5 retries",createdAt:new Date(Date.now()-72e5),updatedAt:new Date(Date.now()-68e5)},{id:"scan-005",runId:"run-2025-01-14-http-probe-secure.bank.com",runUuid:"run-2025-01-14-http-probe-secure.bank.com",workflowName:"http-probe",workflowKind:"module",target:"secure.bank.com",status:"completed",startedAt:new Date(Date.now()-864e5),completedAt:new Date(Date.now()-828e5),totalSteps:5,completedSteps:5,triggerType:"scheduled",createdAt:new Date(Date.now()-864e5),updatedAt:new Date(Date.now()-828e5)},{id:"scan-006",runId:"run-2025-01-13-subdomain-enum-startup.dev",runUuid:"run-2025-01-13-subdomain-enum-startup.dev",workflowName:"subdomain-enum",workflowKind:"flow",target:"startup.dev",status:"cancelled",startedAt:new Date(Date.now()-1728e5),completedAt:new Date(Date.now()-171e6),totalSteps:10,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-1728e5),updatedAt:new Date(Date.now()-171e6)},{id:"scan-007",runId:"run-2025-01-12-full-recon-megacorp.com",runUuid:"run-2025-01-12-full-recon-megacorp.com",workflowName:"full-recon",workflowKind:"flow",target:"megacorp.com",status:"completed",startedAt:new Date(Date.now()-2592e5),completedAt:new Date(Date.now()-252e6),totalSteps:20,completedSteps:20,triggerType:"manual",createdAt:new Date(Date.now()-2592e5),updatedAt:new Date(Date.now()-252e6)},{id:"scan-008",runId:"run-2025-01-15-vulnerability-scan-shop.retail.com",runUuid:"run-2025-01-15-vulnerability-scan-shop.retail.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"shop.retail.com",status:"running",startedAt:new Date(Date.now()-6e5),totalSteps:15,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-6e5),updatedAt:new Date}];function s(e){let t=e.workflow_name??e.workflow??e.flow??e.module??"",a=e.workflow_kind??e.kind??(e.module?"module":"flow"),r=e.target??(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")??e.target_file??"",n=e.run_uuid??e.runUuid??"";return{id:String(e.id??e.run_id??e.runId??n??""),runId:e.run_id??e.runId??e.id??"",runUuid:String(n||""),workflowName:t,workflowKind:"module"===a?"module":"flow",target:r,params:e.params,status:e.status??"pending",workspace:e.workspace,workspacePath:e.workspace_path,startedAt:e.started_at?new Date(e.started_at):void 0,completedAt:e.completed_at?new Date(e.completed_at):void 0,totalSteps:e.total_steps??0,completedSteps:e.completed_steps??0,triggerType:e.trigger_type??"manual",triggerName:e.trigger_name,runGroupId:e.run_group_id,errorMessage:e.error_message,createdAt:e.created_at?new Date(e.created_at):new Date,updatedAt:e.updated_at?new Date(e.updated_at):new Date}}async function l(e){let l=e.page??1,o=e.pageSize??20,i=(l-1)*o,d=e.filters??{};if((0,r.isDemoMode)()){let e=(d.status??"").trim().toLowerCase(),t=(d.workflowName??"").trim().toLowerCase(),a=(d.target??"").trim().toLowerCase(),r=(d.workspace??"").trim().toLowerCase(),s=[...n.filter(n=>(!e||"all"===e||String(n.status).toLowerCase()===e)&&(!t||!!n.workflowName.toLowerCase().includes(t))&&(!a||!!n.target.toLowerCase().includes(a))&&(!r||String(n.workspace??"").toLowerCase()===r))].sort((e,t)=>{let a=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-a}),c=s.slice(i,i+o),u=s.length;return{data:c,pagination:{page:l,pageSize:o,totalItems:u,totalPages:Math.ceil(u/o)}}}let c={offset:i,limit:o};d.status&&"all"!==d.status&&(c.status=d.status),d.workflowName&&(c.workflow_name=d.workflowName),d.target&&(c.target=d.target),d.workspace&&(c.workspace=d.workspace);let u=await t.http.get(`${a.API_PREFIX}/runs`,{params:c}),p=(u.data?.data||[]).map(s),m=u.data?.pagination?.total??p.length,f=u.data?.pagination?.limit??o;return{data:p,pagination:{page:Math.floor((u.data?.pagination?.offset??i)/f)+1,pageSize:f,totalItems:m,totalPages:Math.ceil(m/f)}}}async function o(e=5){if((0,r.isDemoMode)())return[...n].sort((e,t)=>{let a=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-a}).slice(0,e);let l=await t.http.get(`${a.API_PREFIX}/runs`,{params:{limit:e,offset:0}});return(l.data?.data||[]).map(s)}async function i(e){if((0,r.isDemoMode)()){let t=new Date,a={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??""),status:e.schedule?"pending":"running",totalSteps:0,completedSteps:0,triggerType:e.schedule?"scheduled":"manual",createdAt:t,updatedAt:t,startedAt:e.schedule?void 0:t};return n=[a,...n],a}if(e.schedule){let r={name:`scheduled-${e.workflowId}-${Date.now()}`,workflow_name:e.workflowId,workflow_kind:"module"===e.workflowKind?"module":"flow",target:e.target||"",schedule:e.schedule,enabled:!0};return await t.http.post(`${a.API_PREFIX}/schedules`,r),{id:`scan-${Date.now()}`,runId:"",runUuid:"",workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||"",status:"pending",totalSteps:0,completedSteps:0,triggerType:"scheduled",createdAt:new Date,updatedAt:new Date}}let l={};e.workflowId&&("module"===e.workflowKind?l.module=e.workflowId:l.flow=e.workflowId),"number"==typeof e.threads_hold&&(l.threads_hold=e.threads_hold),"string"==typeof e.heuristics_check&&e.heuristics_check.trim()&&(l.heuristics_check=e.heuristics_check.trim()),"boolean"==typeof e.repeat&&(l.repeat=e.repeat),"string"==typeof e.repeat_wait_time&&e.repeat_wait_time.trim()&&(l.repeat_wait_time=e.repeat_wait_time.trim()),e.empty_target&&(l.empty_target=!0),Array.isArray(e.targets)&&e.targets.length>0?(l.targets=e.targets,"number"==typeof e.concurrency&&(l.concurrency=e.concurrency)):e.target_file?(l.target_file=e.target_file,"number"==typeof e.concurrency&&(l.concurrency=e.concurrency)):!e.empty_target&&e.target&&(l.target=e.target),e.params&&Object.keys(e.params).length>0&&(l.params=e.params),e.priority&&(l.priority=e.priority),"number"==typeof e.timeout&&(l.timeout=e.timeout),e.runner_type&&"local"!==e.runner_type&&(l.runner_type=e.runner_type,"docker"===e.runner_type&&e.docker_image&&(l.docker_image=e.docker_image),"ssh"===e.runner_type&&e.ssh_host&&(l.ssh_host=e.ssh_host));let o=await t.http.post(`${a.API_PREFIX}/runs`,l),i=o.data?.data??o.data??{},d=e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??"");return s({...i,id:i.id??i.run_id??i.runId??`scan-${Date.now()}`,run_id:i.run_id??i.runId??"",run_uuid:i.run_uuid??i.runUuid??"",workflow_name:i.workflow_name??i.workflow??e.workflowId,workflow_kind:i.workflow_kind??i.kind??e.workflowKind??"flow",target:i.target??d,status:i.status??"running",trigger_type:i.trigger_type??"manual",created_at:i.created_at??new Date().toISOString(),updated_at:i.updated_at??new Date().toISOString()})}async function d(e){if((0,r.isDemoMode)()){let t=n.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return!1;let a=new Date,r=[...n];return r[t]={...r[t],status:"cancelled",completedAt:r[t].completedAt??a,updatedAt:a},n=r,!0}try{return await t.http.delete(`${a.API_PREFIX}/runs/${encodeURIComponent(e)}`),!0}catch{return!1}}async function c(e){return d(e)}async function u(e){if((0,r.isDemoMode)()){let t=n.find(t=>t.runUuid===e||t.id===e||t.runId===e),a=new Date,r={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:t?.workflowName??"duplicate",workflowKind:t?.workflowKind??"flow",target:t?.target??"",params:t?.params,status:"pending",workspace:t?.workspace,workspacePath:t?.workspacePath,totalSteps:t?.totalSteps??0,completedSteps:0,triggerType:"manual",createdAt:a,updatedAt:a};return n=[r,...n],r}let l=await t.http.post(`${a.API_PREFIX}/runs/${encodeURIComponent(e)}/duplicate`);return s(l.data?.data??l.data??{})}async function p(e){if((0,r.isDemoMode)()){let t=n.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return null;let a=new Date,r=[...n];return r[t]={...r[t],status:"running",startedAt:r[t].startedAt??a,updatedAt:a},n=r,r[t]}try{let r=await t.http.post(`${a.API_PREFIX}/runs/${encodeURIComponent(e)}/start`),n=r.data?.data??r.data;return n?s(n):null}catch{return null}}e.s(["cancelScan",()=>d,"createScan",()=>i,"deleteScan",()=>c,"duplicateScanRun",()=>u,"fetchRecentScans",()=>o,"fetchScans",()=>l,"startScanRun",()=>p],67003)},20667,e=>{"use strict";var t=e.i(43476),a=e.i(47163),r=e.i(71428);function n({rows:e=5,columns:n=4,className:s}){return(0,t.jsxs)("div",{className:(0,a.cn)("w-full",s),children:[(0,t.jsx)("div",{className:"flex gap-4 border-b pb-3",children:Array.from({length:n}).map((e,a)=>(0,t.jsx)(r.Skeleton,{className:"h-4 flex-1"},a))}),Array.from({length:e}).map((e,a)=>(0,t.jsx)("div",{className:"flex gap-4 border-b py-4",children:Array.from({length:n}).map((e,a)=>(0,t.jsx)(r.Skeleton,{className:"h-4 flex-1"},a))},a))]})}function s({className:e}){return(0,t.jsx)("div",{className:(0,a.cn)("rounded-xl border bg-card p-6",e),children:(0,t.jsxs)("div",{className:"flex items-center gap-4",children:[(0,t.jsx)(r.Skeleton,{className:"size-10 rounded-lg"}),(0,t.jsxs)("div",{className:"flex-1 space-y-2",children:[(0,t.jsx)(r.Skeleton,{className:"h-4 w-1/3"}),(0,t.jsx)(r.Skeleton,{className:"h-6 w-1/2"})]})]})})}function l({className:e}){return(0,t.jsx)("div",{className:(0,a.cn)("rounded-xl border bg-card p-6",e),children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)(r.Skeleton,{className:"h-3 w-20"}),(0,t.jsx)(r.Skeleton,{className:"h-8 w-16"})]}),(0,t.jsx)(r.Skeleton,{className:"size-10 rounded-lg"})]})})}e.s(["CardSkeleton",()=>s,"StatCardSkeleton",()=>l,"TableSkeleton",()=>n])},29590,e=>{"use strict";let t=(0,e.i(75254).default)("circle-x",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);e.s(["XCircleIcon",()=>t],29590)},7649,93053,e=>{"use strict";var t=e.i(75254);let a=(0,t.default)("circle-check-big",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);e.s(["CheckCircleIcon",()=>a],7649);let r=(0,t.default)("ban",[["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["BanIcon",()=>r],93053)},28318,e=>{"use strict";var t=e.i(43476),a=e.i(71645),r=e.i(22016),n=e.i(63178),s=e.i(98695),l=e.i(5849),o=e.i(45840),i=e.i(7888),d=e.i(75254);let c=(0,d.default)("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);var u=e.i(70524);let p=(0,d.default)("clipboard-list",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);var m=e.i(56505),f=e.i(37007),h=e.i(65476),g=e.i(33449),x=e.i(95926),w=e.i(98222),v=e.i(87032),b=e.i(16305),y=e.i(46696),j=e.i(70065),k=e.i(67881),S=e.i(23750),N=e.i(62870),C=e.i(47627),T=e.i(94179),I=e.i(29383),D=e.i(7649),_=e.i(29590),A=e.i(97882),E=e.i(31447),z=e.i(93053);let P={completed:{label:"Completed",variant:"success",icon:D.CheckCircleIcon},running:{label:"Running",variant:"default",icon:A.LoaderIcon},pending:{label:"Pending",variant:"secondary",icon:E.ClockIcon},failed:{label:"Failed",variant:"destructive",icon:_.XCircleIcon},cancelled:{label:"Cancelled",variant:"outline",icon:z.BanIcon}};function R({status:e,showIcon:a=!0}){let r=P[e],n=r.icon;return(0,t.jsxs)(T.Badge,{variant:r.variant,className:"gap-1",children:[a&&(0,t.jsx)(n,{className:`size-3 ${"running"===e?"animate-spin":""}`}),r.label]})}var M=e.i(20667),L=e.i(24553),$=e.i(28231),U=e.i(30374),H=e.i(47163),B=e.i(78078);let O=(0,d.default)("circle-stop",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]]);var F=e.i(7237),W=e.i(18366),K=e.i(67003);function V({scans:e,isLoading:r,onRefresh:n,onSelectScan:s}){let[l,o]=a.useState({field:"updated",direction:"desc"}),[i,d]=a.useState(null),[u,p]=a.useState(null),f=a.useCallback(e=>{o(t=>t.field===e?{field:e,direction:"asc"===t.direction?"desc":"asc"}:{field:e,direction:"asc"})},[]),h=async e=>{try{let t=e.runUuid||e.runId||e.id;await (0,K.cancelScan)(t)?(y.toast.success("Scan cancelled",{description:`Scan for ${e.target} has been cancelled.`}),n?.()):y.toast.error("Failed to cancel scan")}catch{y.toast.error("Failed to cancel scan")}},x=async e=>{try{let t=e.runUuid||e.runId||e.id;await (0,K.deleteScan)(t)?(y.toast.success("Scan deleted",{description:`Scan for ${e.target} has been deleted.`}),n?.()):y.toast.error("Failed to delete scan")}catch{y.toast.error("Failed to delete scan")}},w=async()=>{if(!u)return;let{action:e,scan:t}=u;(p(null),"duplicate"===e)?await v(t):"cancel"===e?await h(t):await x(t)},v=async e=>{let t=e.runUuid||e.runId||e.id;if(!t)return void y.toast.error("Missing run identifier");try{d(t);let a=await (0,K.duplicateScanRun)(t),r=a.runUuid||a.runId||a.id;if(!r)return void y.toast.error("Duplicate created without run identifier");await (0,K.startScanRun)(r)?y.toast.success("Scan duplicated and started",{description:`Scan for ${a.target||e.target} is running.`}):y.toast.success("Scan duplicated",{description:`Duplicate created for ${a.target||e.target}.`}),n?.()}catch{y.toast.error("Failed to duplicate scan")}finally{d(null)}},b=a.useMemo(()=>({cli:{label:"CLI",variant:"purple",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},api:{label:"API",variant:"info",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},cron:{label:"Cron",variant:"warning",icon:(0,t.jsx)(c,{className:"size-3"})},scheduled:{label:"Scheduled",variant:"warning",icon:(0,t.jsx)(c,{className:"size-3"})},manual:{label:"Manual",variant:"secondary",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})}}),[]),j=a.useMemo(()=>{let t=(e,t)=>{switch(e){case"status":return{missing:!t.status,value:t.status??""};case"workflow":return{missing:!t.workflowName,value:t.workflowName??""};case"target":case"actions":return{missing:!t.target,value:t.target??""};case"progress":{let e=t.totalSteps??0,a=t.completedSteps??0;return{missing:e<=0,value:e>0?a/e:0}}case"trigger":return{missing:!t.triggerType,value:t.triggerType??""};case"updated":return{missing:!t.updatedAt,value:t.updatedAt?t.updatedAt.getTime():0}}},a=[...e];return a.sort((e,a)=>{let r=t(l.field,e),n=t(l.field,a);if(r.missing&&n.missing)return 0;if(r.missing)return 1;if(n.missing)return -1;let s=0;return s="number"==typeof r.value&&"number"==typeof n.value?r.value-n.value:String(r.value).localeCompare(String(n.value),void 0,{numeric:!0,sensitivity:"base"}),"asc"===l.direction?s:-s}),a},[e,l.direction,l.field]);return r?(0,t.jsx)(M.TableSkeleton,{rows:5,columns:7}):0===e.length?(0,t.jsx)(L.EmptyState,{icon:g.ScanSearchIcon,title:"No scans found",description:"Start your first security scan to see results here.",action:{label:"New Scan",onClick:()=>window.location.href="/scans/new"}}):(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)($.TooltipProvider,{children:(0,t.jsxs)(C.Table,{children:[(0,t.jsx)(C.TableHeader,{children:(0,t.jsxs)(C.TableRow,{children:[(0,t.jsx)(I.SortableTableHead,{field:"status",currentSort:l,onSort:e=>f(e),children:"Status"}),(0,t.jsx)(I.SortableTableHead,{field:"workflow",currentSort:l,onSort:e=>f(e),children:"Workflow"}),(0,t.jsx)(I.SortableTableHead,{field:"target",currentSort:l,onSort:e=>f(e),children:"Target"}),(0,t.jsx)(I.SortableTableHead,{field:"progress",currentSort:l,onSort:e=>f(e),children:"Steps"}),(0,t.jsx)(I.SortableTableHead,{field:"trigger",currentSort:l,onSort:e=>f(e),children:"Trigger"}),(0,t.jsx)(I.SortableTableHead,{field:"updated",currentSort:l,onSort:e=>f(e),children:"Updated"}),(0,t.jsx)(I.SortableTableHead,{field:"actions",currentSort:l,onSort:e=>f(e),className:"w-[132px]",children:"Actions"})]})}),(0,t.jsx)(C.TableBody,{children:j.map(e=>{let a;return(0,t.jsxs)(C.TableRow,{children:[(0,t.jsx)(C.TableCell,{children:(0,t.jsx)(R,{status:e.status})}),(0,t.jsx)(C.TableCell,{children:(0,t.jsxs)("div",{className:"flex flex-col",children:[(0,t.jsx)("span",{className:"font-medium",children:e.workflowName}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:e.workflowKind})]})}),(0,t.jsx)(C.TableCell,{children:(0,t.jsx)("span",{className:"font-mono text-sm",children:(0,H.truncate)(e.target,30)})}),(0,t.jsx)(C.TableCell,{children:e.totalSteps>0?(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsxs)("span",{className:"text-sm",children:[e.completedSteps,"/",e.totalSteps," steps"]}),(0,t.jsx)("div",{className:"h-2 w-16 rounded-full bg-muted overflow-hidden",children:(0,t.jsx)("div",{className:"h-full bg-primary transition-all",style:{width:`${Math.round(e.completedSteps/e.totalSteps*100)}%`}})})]}):"running"===e.status?(0,t.jsx)("span",{className:"text-sm text-muted-foreground",children:"In progress..."}):(0,t.jsx)("span",{className:"text-sm text-muted-foreground",children:"-"})}),(0,t.jsx)(C.TableCell,{children:(0,t.jsxs)("div",{className:"flex flex-col gap-1",children:[(a=b[(e.triggerType||"manual").toLowerCase()]??{label:e.triggerType||"manual",variant:"outline",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},(0,t.jsxs)(T.Badge,{variant:a.variant,className:(0,H.cn)("gap-1 w-fit",a.className),children:[a.icon,(0,t.jsx)("span",{children:a.label})]})),e.triggerName?(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:(0,H.truncate)(e.triggerName,22)}):null]})}),(0,t.jsx)(C.TableCell,{className:"text-sm text-muted-foreground",children:(0,t.jsxs)("div",{className:"flex flex-col",children:[(0,t.jsx)("span",{children:e.updatedAt?(0,H.formatDateTime)(e.updatedAt):"-"}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:(e=>{if(!e.startedAt)return"-";let t=Math.floor(((e.completedAt??new Date).getTime()-e.startedAt.getTime())/1e3);if(t<60)return`${t}s`;let a=Math.floor(t/60);if(a<60)return`${a}m ${t%60}s`;let r=Math.floor(a/60);return`${r}h ${a%60}m`})(e)})]})}),(0,t.jsx)(C.TableCell,{className:"text-right",children:(0,t.jsxs)("div",{className:"flex items-center justify-end gap-1",children:[(0,t.jsxs)($.Tooltip,{children:[(0,t.jsx)($.TooltipTrigger,{asChild:!0,children:(0,t.jsx)(k.Button,{variant:"outline",size:"icon-sm",className:"rounded-md border-sky-300 text-sky-700 hover:bg-sky-500/10 hover:shadow-none dark:border-sky-700 dark:text-sky-300 dark:hover:bg-sky-400/10",onClick:()=>{s?.(e)},"aria-label":"View scan details",children:(0,t.jsx)(B.EyeIcon,{className:"size-4"})})}),(0,t.jsx)($.TooltipContent,{side:"top",children:"View details"})]}),(0,t.jsxs)($.Tooltip,{children:[(0,t.jsx)($.TooltipTrigger,{asChild:!0,children:(0,t.jsx)(k.Button,{variant:"outline",size:"icon-sm",className:"rounded-md border-violet-300 text-violet-700 hover:bg-violet-500/10 hover:shadow-none dark:border-violet-800 dark:text-violet-300 dark:hover:bg-violet-400/10",onClick:()=>p({action:"duplicate",scan:e}),"aria-label":"Duplicate and start scan",disabled:i===(e.runUuid||e.runId||e.id),children:i===(e.runUuid||e.runId||e.id)?(0,t.jsx)(A.LoaderIcon,{className:"size-4 animate-spin"}):(0,t.jsx)(W.CopyIcon,{className:"size-4"})})}),(0,t.jsx)($.TooltipContent,{side:"top",children:"Duplicate & start"})]}),"running"===e.status||"pending"===e.status?(0,t.jsxs)($.Tooltip,{children:[(0,t.jsx)($.TooltipTrigger,{asChild:!0,children:(0,t.jsx)(k.Button,{variant:"outline",size:"icon-sm",className:"rounded-md border-yellow-300 text-yellow-700 hover:bg-yellow-500/10 hover:shadow-none dark:border-yellow-700 dark:text-yellow-300 dark:hover:bg-yellow-400/10",onClick:()=>p({action:"cancel",scan:e}),"aria-label":"Stop scan",children:(0,t.jsx)(O,{className:"size-4"})})}),(0,t.jsx)($.TooltipContent,{side:"top",children:"Stop scan"})]}):(0,t.jsxs)($.Tooltip,{children:[(0,t.jsx)($.TooltipTrigger,{asChild:!0,children:(0,t.jsx)(k.Button,{variant:"outline",size:"icon-sm",className:"rounded-md border-red-300 text-red-700 hover:bg-red-500/10 hover:shadow-none dark:border-red-800 dark:text-red-300 dark:hover:bg-red-400/10",onClick:()=>p({action:"delete",scan:e}),"aria-label":"Delete scan",children:(0,t.jsx)(F.TrashIcon,{className:"size-4"})})}),(0,t.jsx)($.TooltipContent,{side:"top",children:"Delete scan"})]})]})})]},e.id)})})]})}),(0,t.jsx)(U.Dialog,{open:!!u,onOpenChange:e=>e?null:p(null),children:(0,t.jsxs)(U.DialogContent,{className:"sm:max-w-md",children:[(0,t.jsxs)(U.DialogHeader,{children:[(0,t.jsx)(U.DialogTitle,{children:u?.action==="duplicate"?"Duplicate and start scan":u?.action==="cancel"?"Stop running scan":"Delete scan"}),(0,t.jsx)(U.DialogDescription,{children:u?.action==="duplicate"?"Create a new run and start it immediately?":u?.action==="cancel"?"Stop the selected scan? This cannot be undone.":"Delete the selected scan? This cannot be undone."})]}),(0,t.jsxs)("div",{className:"flex justify-end gap-2",children:[(0,t.jsx)(k.Button,{variant:"outline",onClick:()=>p(null),children:"Cancel"}),(0,t.jsx)(k.Button,{variant:u?.action==="delete"?"destructive":"default",onClick:w,children:"Confirm"})]})]})})]})}var X=e.i(71586),q=e.i(71435),Y=e.i(55161),G=e.i(62280),J=e.i(72536);function Z(e){return{id:String(e?.id??""),runId:e?.run_id??e?.runId??void 0,runUuid:e?.run_uuid??e?.runUuid??void 0,stepName:e?.step_name??e?.stepName??"",stepType:e?.step_type??e?.stepType??"",status:e?.status??"unknown",command:e?.command??"",output:e?.output??"",error:e?.error??"",durationMs:"number"==typeof e?.duration_ms?e.duration_ms:void 0,startedAt:e?.started_at?new Date(e.started_at):void 0,completedAt:e?.completed_at?new Date(e.completed_at):void 0,createdAt:e?.created_at?new Date(e.created_at):void 0}}async function Q(e){let t=e.limit??200,a=e.offset??0;if((0,J.isDemoMode)())return{data:[],pagination:{limit:t,offset:a,total:0}};let r={limit:t,offset:a};e.runUuid&&(r.run_uuid=e.runUuid),r.run_uuid||void 0===e.runId||(r.run_id=e.runId);let n=await Y.http.get(`${G.API_PREFIX}/step-results`,{params:r}),s=n.data?.data||[],l=n.data?.pagination||{};return{data:s.map(Z),pagination:{limit:l?.limit??t,offset:l?.offset??a,total:l?.total??s.length}}}s.Light.registerLanguage("bash",l.default);let ee=s.Light;function et(){let{resolvedTheme:e}=(0,n.useTheme)(),[s,l]=a.useState([]),[d,C]=a.useState(!0),[I,D]=a.useState(null),[_,A]=a.useState(1),[E,z]=a.useState(20),[P,L]=a.useState(null),[$,U]=a.useState({}),[B,O]=a.useState(""),[F,W]=a.useState(null),[Y,G]=a.useState([]),[J,Z]=a.useState(null),[et,ea]=a.useState(!1),[er,en]=a.useState(null),[es,el]=a.useState(!0),eo=a.useCallback(async()=>{try{C(!0),D(null);let e=await (0,K.fetchScans)({page:_,pageSize:E,filters:{status:$.status||void 0,workspace:$.workspace||void 0}});l(e.data),L(e.pagination)}catch(e){D(e instanceof Error?e.message:"Failed to load scans"),y.toast.error("Failed to load scans",{description:e instanceof Error?e.message:""})}finally{C(!1)}},[_,E,$]);a.useEffect(()=>{eo()},[eo]);let ei=a.useMemo(()=>{let e=B.trim().toLowerCase();return s.filter(t=>{let a=[t.id,t.runId,t.runUuid,t.workflowName,t.workflowKind,t.target,t.status,t.triggerType,t.triggerName,t.workspacePath,t.errorMessage,t.startedAt?.toISOString(),t.completedAt?.toISOString(),t.createdAt?.toISOString(),t.updatedAt?.toISOString()].filter(Boolean),r="";if(t.params&&"object"==typeof t.params)try{r=JSON.stringify(t.params)}catch{r=""}let n=`${a.join(" ")} ${r}`.toLowerCase();return!e||n.includes(e)})},[s,B]),ed=a.useCallback((e,t)=>{if(null==t||""===t)return"-";if(e.endsWith("At")){if(t instanceof Date)return t.toISOString();if("string"==typeof t)return t}if("number"==typeof t||"boolean"==typeof t)return String(t);if("string"==typeof t)return t;if("object"==typeof t)try{return JSON.stringify(t,null,2)}catch{return"[object]"}return String(t)},[]),ec=a.useMemo(()=>F?[{key:"runUuid",label:"Run UUID",mono:!0},{key:"workflowName",label:"Workflow Name"},{key:"workflowKind",label:"Workflow Kind"},{key:"target",label:"Target",mono:!0},{key:"status",label:"Status"},{key:"triggerType",label:"Trigger Type"},{key:"triggerName",label:"Trigger Name"},{key:"runGroupId",label:"Run Group ID",mono:!0},{key:"workspace",label:"Workspace",mono:!0},{key:"workspacePath",label:"Workspace Path",mono:!0},{key:"stepsSummary",label:"Completed / Total",value:F.completedSteps||F.totalSteps?`${F.completedSteps??0} / ${F.totalSteps??0}`:"-"},{key:"errorMessage",label:"Error"}].map(e=>{let t=e.value??ed(String(e.key),F[e.key]);return{key:e.key,label:e.label,value:t,mono:e.mono}}).filter(e=>"-"!==e.value):[],[ed,F]),eu=F?.params?Object.entries(F.params).map(([e,t])=>[e,String(t)]):[],ep=a.useMemo(()=>{let e=new Set;return s.forEach(t=>{t.workspace&&e.add(t.workspace)}),Array.from(e).sort((e,t)=>e.localeCompare(t))},[s]),em=a.useMemo(()=>{let e=($.status||"all").toLowerCase(),t={all:{trigger:"border-muted-foreground/30",dot:"bg-muted-foreground/50"},pending:{trigger:"border-yellow-400/50 text-yellow-700 dark:text-yellow-300",dot:"bg-yellow-500"},running:{trigger:"border-sky-400/50 text-sky-700 dark:text-sky-300",dot:"bg-sky-500"},completed:{trigger:"border-emerald-400/50 text-emerald-700 dark:text-emerald-300",dot:"bg-emerald-500"},failed:{trigger:"border-red-400/50 text-red-700 dark:text-red-300",dot:"bg-red-500"},cancelled:{trigger:"border-muted-foreground/40 text-muted-foreground",dot:"bg-muted-foreground"}};return t[e]??t.all},[$.status]),ef=a.useMemo(()=>({cli:{label:"CLI",variant:"purple",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},api:{label:"API",variant:"info",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},cron:{label:"Cron",variant:"warning",icon:(0,t.jsx)(c,{className:"size-3"})},scheduled:{label:"Scheduled",variant:"warning",icon:(0,t.jsx)(c,{className:"size-3"})},manual:{label:"Manual",variant:"secondary",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})}}),[]),eh=a.useMemo(()=>({pending:{label:"Pending",variant:"secondary"},running:{label:"Running",variant:"default"},completed:{label:"Completed",variant:"success"},success:{label:"Success",variant:"success"},failed:{label:"Failed",variant:"destructive"},error:{label:"Error",variant:"destructive"},skipped:{label:"Skipped",variant:"outline"}}),[]),eg=a.useMemo(()=>({bash:{label:"Bash",variant:"purple",icon:(0,t.jsx)(w.TerminalIcon,{className:"size-3"})},function:{label:"Function",variant:"info",icon:(0,t.jsx)(v.FunctionSquareIcon,{className:"size-3"})},foreach:{label:"Foreach",variant:"orange",icon:(0,t.jsx)(b.RepeatIcon,{className:"size-3"})}}),[]);return a.useEffect(()=>{if(!F){G([]),Z(null),en(null);return}let e="string"==typeof F.runUuid?F.runUuid.trim():"",t=void 0!==F.runId&&null!==F.runId?String(F.runId).trim():"";if(!e&&!t){G([]),Z(null),en(null);return}let a=!1;return ea(!0),en(null),Q({runUuid:e||void 0,runId:e?void 0:t,limit:200,offset:0}).then(e=>{a||(G(e.data),Z(e.pagination))}).catch(e=>{a||(en(e instanceof Error?e.message:"Failed to load step results"),G([]),Z(null))}).finally(()=>{a||ea(!1)}),()=>{a=!0}},[F]),a.useEffect(()=>{el(!0)},[F]),(0,t.jsxs)("div",{className:"space-y-6",children:[(0,t.jsxs)(j.Card,{children:[(0,t.jsx)(j.CardHeader,{children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)(j.CardTitle,{className:"flex items-center gap-2",children:[(0,t.jsx)(g.ScanSearchIcon,{className:"size-5"}),"Scans"]}),(0,t.jsx)(j.CardDescription,{children:"Filter by status, workflow, or target"})]}),(0,t.jsx)(k.Button,{asChild:!0,children:(0,t.jsxs)(r.default,{href:"/scans/new",children:[(0,t.jsx)(f.PlusIcon,{className:"mr-2 size-4"}),"New Scan"]})})]})}),(0,t.jsxs)(j.CardContent,{children:[(0,t.jsxs)("div",{className:"flex flex-wrap gap-3 py-2",children:[(0,t.jsx)(S.Input,{placeholder:"Search",value:B,onChange:e=>O(e.target.value),className:"h-9 w-full md:w-1/4 max-w-none"}),(0,t.jsxs)(N.Select,{value:$.status||"all",onValueChange:e=>{U(t=>({...t,status:"all"===e?void 0:e})),A(1)},children:[(0,t.jsx)(N.SelectTrigger,{className:(0,H.cn)("max-w-[180px]",em.trigger),children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)("span",{className:(0,H.cn)("size-2 rounded-full",em.dot)}),(0,t.jsx)(N.SelectValue,{placeholder:"Status"})]})}),(0,t.jsxs)(N.SelectContent,{children:[(0,t.jsx)(N.SelectItem,{value:"all",children:(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)("span",{className:"size-2 rounded-full bg-muted-foreground/50"}),"All Statuses"]})}),(0,t.jsx)(N.SelectItem,{value:"pending",children:(0,t.jsxs)("span",{className:"flex items-center gap-2 text-yellow-700 dark:text-yellow-300",children:[(0,t.jsx)("span",{className:"size-2 rounded-full bg-yellow-500"}),"Pending"]})}),(0,t.jsx)(N.SelectItem,{value:"running",children:(0,t.jsxs)("span",{className:"flex items-center gap-2 text-sky-700 dark:text-sky-300",children:[(0,t.jsx)("span",{className:"size-2 rounded-full bg-sky-500"}),"Running"]})}),(0,t.jsx)(N.SelectItem,{value:"completed",children:(0,t.jsxs)("span",{className:"flex items-center gap-2 text-emerald-700 dark:text-emerald-300",children:[(0,t.jsx)("span",{className:"size-2 rounded-full bg-emerald-500"}),"Completed"]})}),(0,t.jsx)(N.SelectItem,{value:"failed",children:(0,t.jsxs)("span",{className:"flex items-center gap-2 text-red-700 dark:text-red-300",children:[(0,t.jsx)("span",{className:"size-2 rounded-full bg-red-500"}),"Failed"]})})]})]}),(0,t.jsxs)(N.Select,{value:$.workspace||"all",onValueChange:e=>{U(t=>({...t,workspace:"all"===e?void 0:e})),A(1)},children:[(0,t.jsx)(N.SelectTrigger,{className:"max-w-[200px]",children:(0,t.jsx)(N.SelectValue,{placeholder:"Workspace"})}),(0,t.jsxs)(N.SelectContent,{children:[(0,t.jsx)(N.SelectItem,{value:"all",children:"All Workspaces"}),ep.map(e=>(0,t.jsx)(N.SelectItem,{value:e,children:e},e))]})]}),(0,t.jsxs)(N.Select,{value:String(E),onValueChange:e=>{let t=parseInt(e,10);z(Number.isNaN(t)?20:t),A(1)},children:[(0,t.jsx)(N.SelectTrigger,{className:"max-w-[140px]",children:(0,t.jsx)(N.SelectValue,{placeholder:"Page Size"})}),(0,t.jsxs)(N.SelectContent,{children:[(0,t.jsx)(N.SelectItem,{value:"20",children:"20"}),(0,t.jsx)(N.SelectItem,{value:"50",children:"50"}),(0,t.jsx)(N.SelectItem,{value:"100",children:"100"})]})]}),(0,t.jsxs)(k.Button,{variant:"outline",onClick:eo,disabled:d,children:[(0,t.jsx)(h.RefreshCcwIcon,{className:`mr-2 size-4 ${d?"animate-spin":""}`}),"Refresh"]}),(0,t.jsxs)(k.Button,{variant:"outline",onClick:()=>{W(null),U({}),O(""),A(1)},disabled:!F&&!$.status&&!$.workspace&&!B,children:[(0,t.jsx)(x.XIcon,{className:"mr-2 size-4"}),"Clear"]})]}),I?(0,t.jsx)(X.ErrorState,{message:I,onRetry:eo}):(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(V,{scans:ei,isLoading:d,onRefresh:eo,onSelectScan:W}),P&&P.totalPages>1&&(0,t.jsxs)("div",{className:"flex items-center justify-between px-2 py-3",children:[(0,t.jsxs)("p",{className:"text-sm text-muted-foreground",children:["Showing ",(P.page-1)*P.pageSize+1," to"," ",Math.min(P.page*P.pageSize,P.totalItems)," ","of ",P.totalItems.toLocaleString()," results"]}),(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(k.Button,{variant:"outline",size:"sm",onClick:()=>A(e=>Math.max(1,e-1)),disabled:P.page<=1,children:"Previous"}),(0,t.jsx)("div",{className:"flex items-center gap-1",children:Array.from({length:Math.min(5,P.totalPages)},(e,a)=>{let r;return r=P.totalPages<=5||P.page<=3?a+1:P.page>=P.totalPages-2?P.totalPages-4+a:P.page-2+a,(0,t.jsx)(k.Button,{variant:P.page===r?"default":"outline",size:"sm",className:"w-9",onClick:()=>A(r),children:r},r)})}),(0,t.jsx)(k.Button,{variant:"outline",size:"sm",onClick:()=>A(e=>Math.min(e+1,P.totalPages)),disabled:P.page>=P.totalPages,children:"Next"})]})]})]})]})]}),(0,t.jsxs)(j.Card,{children:[(0,t.jsx)(j.CardHeader,{children:(0,t.jsxs)("div",{className:"flex flex-wrap items-center justify-between gap-3",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)(j.CardTitle,{className:"flex items-center gap-2",children:[(0,t.jsx)(p,{className:"size-5 text-muted-foreground"}),"Scan Details"]}),(0,t.jsx)(j.CardDescription,{children:F?"Selected scan details and step output":"Select a scan to view details"})]}),(0,t.jsxs)(k.Button,{className:"rounded-md",variant:"outline",size:"icon",disabled:!F?.id,onClick:async()=>{if(F?.id)try{await navigator.clipboard.writeText(JSON.stringify(F,null,2)),y.toast.success("Run JSON copied")}catch{y.toast.error("Failed to copy")}},children:[(0,t.jsx)(u.ClipboardIcon,{className:"size-4"}),(0,t.jsx)("span",{className:"sr-only",children:"Copy JSON"})]})]})}),(0,t.jsx)(j.CardContent,{children:(0,t.jsx)(q.ScrollArea,{className:"h-[70vh] lg:h-[75vh] rounded-md border bg-muted/20",children:(0,t.jsx)("div",{className:"p-5 space-y-5 text-sm",children:F?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{className:"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4",children:ec.map(e=>(0,t.jsxs)("div",{className:(0,H.cn)("space-y-1 rounded-md border border-transparent px-2 py-1.5 transition-colors","runUuid"===e.key?"cursor-pointer hover:border-primary/30 hover:bg-primary/5":"hover:border-muted-foreground/10"),onClick:async()=>{if("runUuid"===e.key&&F?.runUuid)try{await navigator.clipboard.writeText(F.runUuid),y.toast.success("Run UUID copied")}catch{y.toast.error("Failed to copy")}},role:"runUuid"===e.key?"button":void 0,tabIndex:"runUuid"===e.key?0:void 0,children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:e.label}),"status"===e.key&&F?(0,t.jsx)("div",{className:"flex items-center gap-2",children:(0,t.jsx)(R,{status:F.status})}):"triggerType"===e.key&&F?(0,t.jsxs)(T.Badge,{variant:ef[(F.triggerType||"manual").toLowerCase()]?.variant??"outline",className:"gap-1 w-fit",children:[ef[(F.triggerType||"manual").toLowerCase()]?.icon??(0,t.jsx)(m.PlayIcon,{className:"size-3"}),(0,t.jsx)("span",{children:e.value})]}):"errorMessage"===e.key?(0,t.jsx)("div",{className:"rounded-md border border-destructive/20 bg-destructive/5 px-2 py-1 font-mono text-destructive break-all",children:e.value}):(0,t.jsx)("div",{className:e.mono?"font-mono break-all":"break-all",children:e.value})]},e.label))}),eu.length>0&&(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Params"}),(0,t.jsx)("textarea",{readOnly:!0,value:JSON.stringify(Object.fromEntries(eu.map(([e,t])=>[e,t]))),rows:4,className:"w-full rounded-md border bg-muted/30 p-2 font-mono text-xs whitespace-pre-wrap break-words"})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsxs)("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Step Results"}),(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[J?.total?(0,t.jsxs)("div",{className:"text-xs text-muted-foreground",children:[Y.length," of ",J.total]}):null,(0,t.jsx)(k.Button,{variant:"outline",size:"sm",className:"h-7 px-2 text-xs",onClick:()=>el(e=>!e),disabled:et,children:es?"Hide Steps":"Show Steps"})]})]}),Y.length>0?(0,t.jsx)("div",{className:"flex flex-wrap gap-2",children:Y.map((e,a)=>{let r=e.id?`step-result-${e.id}`:`step-result-${a}`,n=e.stepName||`Step ${a+1}`,s=eg[String(e.stepType||"unknown").toLowerCase()]??{label:e.stepType?String(e.stepType):"Unknown",variant:"outline",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})};return(0,t.jsx)(k.Button,{variant:"outline",size:"sm",className:"h-7 px-2 text-xs",onClick:()=>{el(!0),setTimeout(()=>{let e=document.getElementById(r);e?.scrollIntoView({behavior:"smooth",block:"start"})},0)},children:(0,t.jsxs)("span",{className:"flex items-center gap-1.5",children:[s.icon,(0,t.jsx)("span",{className:"max-w-[140px] truncate",children:n})]})},r)})}):null,es?(0,t.jsx)(t.Fragment,{children:et?(0,t.jsx)(M.TableSkeleton,{rows:3,columns:3}):er?(0,t.jsx)("div",{className:"rounded-md border border-destructive/30 bg-destructive/10 px-3 py-2 text-sm text-destructive",children:er}):0===Y.length?(0,t.jsx)("div",{className:"text-sm text-muted-foreground",children:"No step results available for this run."}):(0,t.jsx)("div",{className:"space-y-3",children:Y.map((a,r)=>{let n=eh[String(a.status||"unknown").toLowerCase()]??{label:a.status?String(a.status):"Unknown",variant:"outline"},s=eg[String(a.stepType||"unknown").toLowerCase()]??{label:a.stepType?String(a.stepType):"Unknown",variant:"outline",icon:(0,t.jsx)(m.PlayIcon,{className:"size-3"})},l=a.output?`\`\`\` -${a.output} -\`\`\``:"",d=a.id?`step-result-${a.id}`:`step-result-${r}`;return(0,t.jsxs)("div",{id:d,className:"rounded-md border bg-background/60 p-3",children:[(0,t.jsxs)("div",{className:"flex flex-wrap items-start justify-between gap-2",children:[(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,t.jsx)("div",{className:"font-medium",children:a.stepName||"Unnamed step"}),(0,t.jsx)("span",{className:"text-muted-foreground",children:"-"}),(0,t.jsxs)(T.Badge,{variant:s.variant,className:"w-fit gap-1 font-normal",children:[s.icon,(0,t.jsx)("span",{children:s.label})]})]}),(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,t.jsx)(T.Badge,{variant:n.variant,children:n.label}),(0,t.jsx)("span",{className:"text-xs text-muted-foreground",children:(e=>{if(null==e)return"-";if(e<1e3)return`${e}ms`;let t=Math.floor(e/1e3);if(t<60)return`${t}s`;let a=Math.floor(t/60);if(a<60)return`${a}m ${t%60}s`;let r=Math.floor(a/60);return`${r}h ${a%60}m`})(a.durationMs)})]})]}),(0,t.jsxs)("div",{className:"mt-2 grid gap-2 text-xs text-muted-foreground sm:grid-cols-2",children:[(0,t.jsxs)("div",{children:["Started:"," ",a.startedAt?(0,H.formatDateTime)(a.startedAt):"-"]}),(0,t.jsxs)("div",{children:["Completed:"," ",a.completedAt?(0,H.formatDateTime)(a.completedAt):"-"]})]}),a.command?(0,t.jsxs)("div",{className:"mt-3 space-y-1",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Command"}),(0,t.jsx)("div",{className:"max-h-40 overflow-auto rounded-md border bg-muted/30 p-2",children:(0,t.jsx)(ee,{language:"bash",style:"dark"===e?i.default:o.default,customStyle:{margin:0,background:"transparent",fontSize:"0.75rem",whiteSpace:"pre-wrap",wordBreak:"break-word"},codeTagProps:{style:{whiteSpace:"pre-wrap",wordBreak:"break-word"}},children:a.command})})]}):null,a.output?(0,t.jsxs)("div",{className:"mt-3 space-y-1",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Output"}),(0,t.jsx)("pre",{className:"max-h-60 overflow-auto rounded-md border bg-muted/30 p-2 font-mono text-xs whitespace-pre-wrap break-words",children:a.output})]}):null,a.output?(0,t.jsxs)("div",{className:"mt-3 space-y-1",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Output (Markdown)"}),(0,t.jsx)("textarea",{readOnly:!0,value:l,rows:4,className:"w-full rounded-md border bg-muted/30 p-2 font-mono text-xs whitespace-pre-wrap break-words"})]}):null,a.error?(0,t.jsxs)("div",{className:"mt-3 space-y-1",children:[(0,t.jsx)("div",{className:"text-xs text-muted-foreground",children:"Error"}),(0,t.jsx)("div",{className:"rounded-md border border-destructive/30 bg-destructive/10 p-2 font-mono text-xs text-destructive whitespace-pre-wrap break-words",children:a.error})]}):null]},a.id||`${a.stepName}-${r}`)})})}):null]})]}):(0,t.jsx)("div",{className:"text-sm text-muted-foreground",children:"Select a scan from the table to see its details here."})})})})]})]})}e.s(["default",()=>et],28318)}]); \ No newline at end of file diff --git a/public/ui/_next/static/chunks/f8d2545d8a4f8c3d.js b/public/ui/_next/static/chunks/f8d2545d8a4f8c3d.js deleted file mode 100644 index 1b473ac..0000000 --- a/public/ui/_next/static/chunks/f8d2545d8a4f8c3d.js +++ /dev/null @@ -1 +0,0 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,70065,e=>{"use strict";var t=e.i(43476),a=e.i(47163);function r({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card",className:(0,a.cn)("bg-card/80 backdrop-blur-sm text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm transition-all duration-300 hover:shadow-[0_0_30px_rgba(32,178,170,0.12)] hover:-translate-y-0.5",e),...r})}function s({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-header",className:(0,a.cn)("flex flex-col gap-1.5 px-6",e),...r})}function n({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-title",className:(0,a.cn)("leading-none font-semibold",e),...r})}function i({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-description",className:(0,a.cn)("text-muted-foreground text-sm",e),...r})}function o({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-content",className:(0,a.cn)("px-6",e),...r})}function l({className:e,...r}){return(0,t.jsx)("div",{"data-slot":"card-footer",className:(0,a.cn)("flex items-center px-6",e),...r})}e.s(["Card",()=>r,"CardContent",()=>o,"CardDescription",()=>i,"CardFooter",()=>l,"CardHeader",()=>s,"CardTitle",()=>n])},97882,e=>{"use strict";let t=(0,e.i(75254).default)("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);e.s(["LoaderIcon",()=>t],97882)},97239,e=>{"use strict";let t=(0,e.i(75254).default)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);e.s(["AlertTriangleIcon",()=>t],97239)},28196,e=>{"use strict";let t=(0,e.i(75254).default)("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);e.s(["AlertCircleIcon",()=>t],28196)},72292,e=>{"use strict";let t=(0,e.i(75254).default)("globe",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]);e.s(["GlobeIcon",()=>t],72292)},79319,e=>{"use strict";let t=(0,e.i(75254).default)("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);e.s(["RefreshCwIcon",()=>t],79319)},71586,e=>{"use strict";var t=e.i(43476),a=e.i(47163),r=e.i(67881),s=e.i(28196),n=e.i(79319);function i({title:e="Something went wrong",message:i="We couldn't load the data. Please try again.",onRetry:o,className:l}){return(0,t.jsxs)("div",{className:(0,a.cn)("flex flex-col items-center justify-center py-12 text-center",l),children:[(0,t.jsx)("div",{className:"mb-4 rounded-full bg-destructive/10 p-4",children:(0,t.jsx)(s.AlertCircleIcon,{className:"size-8 text-destructive"})}),(0,t.jsx)("h3",{className:"mb-1 text-lg font-semibold",children:e}),(0,t.jsx)("p",{className:"mb-4 max-w-sm text-sm text-muted-foreground",children:i}),o&&(0,t.jsxs)(r.Button,{onClick:o,variant:"outline",children:[(0,t.jsx)(n.RefreshCwIcon,{className:"mr-2 size-4"}),"Try again"]})]})}e.s(["ErrorState",()=>i])},24553,e=>{"use strict";var t=e.i(43476),a=e.i(47163),r=e.i(67881);let s=(0,e.i(75254).default)("inbox",[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]]);function n({icon:e=s,title:n,description:i,action:o,className:l}){return(0,t.jsxs)("div",{className:(0,a.cn)("flex flex-col items-center justify-center py-12 text-center",l),children:[(0,t.jsx)("div",{className:"mb-4 rounded-full bg-muted p-4",children:(0,t.jsx)(e,{className:"size-8 text-muted-foreground"})}),(0,t.jsx)("h3",{className:"mb-1 text-lg font-semibold",children:n}),i&&(0,t.jsx)("p",{className:"mb-4 max-w-sm text-sm text-muted-foreground",children:i}),o&&(0,t.jsx)(r.Button,{onClick:o.onClick,variant:"default",children:o.label})]})}e.s(["EmptyState",()=>n],24553)},61166,e=>{"use strict";let t=(0,e.i(75254).default)("link",[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]]);e.s(["LinkIcon",()=>t],61166)},85562,e=>{"use strict";let t=(0,e.i(75254).default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);e.s(["ArrowRightIcon",()=>t],85562)},31447,e=>{"use strict";let t=(0,e.i(75254).default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["ClockIcon",()=>t],31447)},67003,e=>{"use strict";var t=e.i(55161),a=e.i(62280),r=e.i(72536);let s=[{id:"scan-001",runId:"run-2025-01-15-subdomain-enum-example.com",runUuid:"run-2025-01-15-subdomain-enum-example.com",workflowName:"subdomain-enum",workflowKind:"flow",target:"example.com",status:"completed",startedAt:new Date(Date.now()-36e5),completedAt:new Date(Date.now()-18e5),totalSteps:10,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-36e5),updatedAt:new Date(Date.now()-18e5)},{id:"scan-002",runId:"run-2025-01-15-vulnerability-scan-api.example.com",runUuid:"run-2025-01-15-vulnerability-scan-api.example.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"api.example.com",status:"running",startedAt:new Date(Date.now()-9e5),totalSteps:15,completedSteps:10,triggerType:"manual",createdAt:new Date(Date.now()-9e5),updatedAt:new Date},{id:"scan-003",runId:"run-2025-01-15-full-recon-testsite.org",runUuid:"run-2025-01-15-full-recon-testsite.org",workflowName:"full-recon",workflowKind:"flow",target:"testsite.org",status:"pending",totalSteps:20,completedSteps:0,triggerType:"scheduled",createdAt:new Date(Date.now()-3e5),updatedAt:new Date(Date.now()-3e5)},{id:"scan-004",runId:"run-2025-01-15-subdomain-enum-acme.io",runUuid:"run-2025-01-15-subdomain-enum-acme.io",workflowName:"subdomain-enum",workflowKind:"flow",target:"acme.io",status:"failed",startedAt:new Date(Date.now()-72e5),completedAt:new Date(Date.now()-68e5),totalSteps:10,completedSteps:3,triggerType:"manual",errorMessage:"Connection timeout after 5 retries",createdAt:new Date(Date.now()-72e5),updatedAt:new Date(Date.now()-68e5)},{id:"scan-005",runId:"run-2025-01-14-http-probe-secure.bank.com",runUuid:"run-2025-01-14-http-probe-secure.bank.com",workflowName:"http-probe",workflowKind:"module",target:"secure.bank.com",status:"completed",startedAt:new Date(Date.now()-864e5),completedAt:new Date(Date.now()-828e5),totalSteps:5,completedSteps:5,triggerType:"scheduled",createdAt:new Date(Date.now()-864e5),updatedAt:new Date(Date.now()-828e5)},{id:"scan-006",runId:"run-2025-01-13-subdomain-enum-startup.dev",runUuid:"run-2025-01-13-subdomain-enum-startup.dev",workflowName:"subdomain-enum",workflowKind:"flow",target:"startup.dev",status:"cancelled",startedAt:new Date(Date.now()-1728e5),completedAt:new Date(Date.now()-171e6),totalSteps:10,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-1728e5),updatedAt:new Date(Date.now()-171e6)},{id:"scan-007",runId:"run-2025-01-12-full-recon-megacorp.com",runUuid:"run-2025-01-12-full-recon-megacorp.com",workflowName:"full-recon",workflowKind:"flow",target:"megacorp.com",status:"completed",startedAt:new Date(Date.now()-2592e5),completedAt:new Date(Date.now()-252e6),totalSteps:20,completedSteps:20,triggerType:"manual",createdAt:new Date(Date.now()-2592e5),updatedAt:new Date(Date.now()-252e6)},{id:"scan-008",runId:"run-2025-01-15-vulnerability-scan-shop.retail.com",runUuid:"run-2025-01-15-vulnerability-scan-shop.retail.com",workflowName:"vulnerability-scan",workflowKind:"flow",target:"shop.retail.com",status:"running",startedAt:new Date(Date.now()-6e5),totalSteps:15,completedSteps:5,triggerType:"manual",createdAt:new Date(Date.now()-6e5),updatedAt:new Date}];function n(e){let t=e.workflow_name??e.workflow??e.flow??e.module??"",a=e.workflow_kind??e.kind??(e.module?"module":"flow"),r=e.target??(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")??e.target_file??"",s=e.run_uuid??e.runUuid??"";return{id:String(e.id??e.run_id??e.runId??s??""),runId:e.run_id??e.runId??e.id??"",runUuid:String(s||""),workflowName:t,workflowKind:"module"===a?"module":"flow",target:r,params:e.params,status:e.status??"pending",workspace:e.workspace,workspacePath:e.workspace_path,startedAt:e.started_at?new Date(e.started_at):void 0,completedAt:e.completed_at?new Date(e.completed_at):void 0,totalSteps:e.total_steps??0,completedSteps:e.completed_steps??0,triggerType:e.trigger_type??"manual",triggerName:e.trigger_name,runGroupId:e.run_group_id,errorMessage:e.error_message,createdAt:e.created_at?new Date(e.created_at):new Date,updatedAt:e.updated_at?new Date(e.updated_at):new Date}}async function i(e){let i=e.page??1,o=e.pageSize??20,l=(i-1)*o,d=e.filters??{};if((0,r.isDemoMode)()){let e=(d.status??"").trim().toLowerCase(),t=(d.workflowName??"").trim().toLowerCase(),a=(d.target??"").trim().toLowerCase(),r=(d.workspace??"").trim().toLowerCase(),n=[...s.filter(s=>(!e||"all"===e||String(s.status).toLowerCase()===e)&&(!t||!!s.workflowName.toLowerCase().includes(t))&&(!a||!!s.target.toLowerCase().includes(a))&&(!r||String(s.workspace??"").toLowerCase()===r))].sort((e,t)=>{let a=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-a}),c=n.slice(l,l+o),u=n.length;return{data:c,pagination:{page:i,pageSize:o,totalItems:u,totalPages:Math.ceil(u/o)}}}let c={offset:l,limit:o};d.status&&"all"!==d.status&&(c.status=d.status),d.workflowName&&(c.workflow_name=d.workflowName),d.target&&(c.target=d.target),d.workspace&&(c.workspace=d.workspace);let u=await t.http.get(`${a.API_PREFIX}/runs`,{params:c}),m=(u.data?.data||[]).map(n),p=u.data?.pagination?.total??m.length,w=u.data?.pagination?.limit??o;return{data:m,pagination:{page:Math.floor((u.data?.pagination?.offset??l)/w)+1,pageSize:w,totalItems:p,totalPages:Math.ceil(p/w)}}}async function o(e=5){if((0,r.isDemoMode)())return[...s].sort((e,t)=>{let a=e.startedAt?.getTime()??e.createdAt?.getTime()??0;return(t.startedAt?.getTime()??t.createdAt?.getTime()??0)-a}).slice(0,e);let i=await t.http.get(`${a.API_PREFIX}/runs`,{params:{limit:e,offset:0}});return(i.data?.data||[]).map(n)}async function l(e){if((0,r.isDemoMode)()){let t=new Date,a={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??""),status:e.schedule?"pending":"running",totalSteps:0,completedSteps:0,triggerType:e.schedule?"scheduled":"manual",createdAt:t,updatedAt:t,startedAt:e.schedule?void 0:t};return s=[a,...s],a}if(e.schedule){let r={name:`scheduled-${e.workflowId}-${Date.now()}`,workflow_name:e.workflowId,workflow_kind:"module"===e.workflowKind?"module":"flow",target:e.target||"",schedule:e.schedule,enabled:!0};return await t.http.post(`${a.API_PREFIX}/schedules`,r),{id:`scan-${Date.now()}`,runId:"",runUuid:"",workflowName:e.workflowId,workflowKind:e.workflowKind||"flow",target:e.target||"",status:"pending",totalSteps:0,completedSteps:0,triggerType:"scheduled",createdAt:new Date,updatedAt:new Date}}let i={};e.workflowId&&("module"===e.workflowKind?i.module=e.workflowId:i.flow=e.workflowId),"number"==typeof e.threads_hold&&(i.threads_hold=e.threads_hold),"string"==typeof e.heuristics_check&&e.heuristics_check.trim()&&(i.heuristics_check=e.heuristics_check.trim()),"boolean"==typeof e.repeat&&(i.repeat=e.repeat),"string"==typeof e.repeat_wait_time&&e.repeat_wait_time.trim()&&(i.repeat_wait_time=e.repeat_wait_time.trim()),e.empty_target&&(i.empty_target=!0),Array.isArray(e.targets)&&e.targets.length>0?(i.targets=e.targets,"number"==typeof e.concurrency&&(i.concurrency=e.concurrency)):e.target_file?(i.target_file=e.target_file,"number"==typeof e.concurrency&&(i.concurrency=e.concurrency)):!e.empty_target&&e.target&&(i.target=e.target),e.params&&Object.keys(e.params).length>0&&(i.params=e.params),e.priority&&(i.priority=e.priority),"number"==typeof e.timeout&&(i.timeout=e.timeout),e.runner_type&&"local"!==e.runner_type&&(i.runner_type=e.runner_type,"docker"===e.runner_type&&e.docker_image&&(i.docker_image=e.docker_image),"ssh"===e.runner_type&&e.ssh_host&&(i.ssh_host=e.ssh_host));let o=await t.http.post(`${a.API_PREFIX}/runs`,i),l=o.data?.data??o.data??{},d=e.target||(Array.isArray(e.targets)&&e.targets.length>0?e.targets[0]:"")||(e.target_file??"");return n({...l,id:l.id??l.run_id??l.runId??`scan-${Date.now()}`,run_id:l.run_id??l.runId??"",run_uuid:l.run_uuid??l.runUuid??"",workflow_name:l.workflow_name??l.workflow??e.workflowId,workflow_kind:l.workflow_kind??l.kind??e.workflowKind??"flow",target:l.target??d,status:l.status??"running",trigger_type:l.trigger_type??"manual",created_at:l.created_at??new Date().toISOString(),updated_at:l.updated_at??new Date().toISOString()})}async function d(e){if((0,r.isDemoMode)()){let t=s.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return!1;let a=new Date,r=[...s];return r[t]={...r[t],status:"cancelled",completedAt:r[t].completedAt??a,updatedAt:a},s=r,!0}try{return await t.http.delete(`${a.API_PREFIX}/runs/${encodeURIComponent(e)}`),!0}catch{return!1}}async function c(e){return d(e)}async function u(e){if((0,r.isDemoMode)()){let t=s.find(t=>t.runUuid===e||t.id===e||t.runId===e),a=new Date,r={id:`scan-${Math.random().toString(16).slice(2,10)}`,runId:`run-demo-${Date.now()}`,runUuid:`run-demo-uuid-${Date.now()}`,workflowName:t?.workflowName??"duplicate",workflowKind:t?.workflowKind??"flow",target:t?.target??"",params:t?.params,status:"pending",workspace:t?.workspace,workspacePath:t?.workspacePath,totalSteps:t?.totalSteps??0,completedSteps:0,triggerType:"manual",createdAt:a,updatedAt:a};return s=[r,...s],r}let i=await t.http.post(`${a.API_PREFIX}/runs/${encodeURIComponent(e)}/duplicate`);return n(i.data?.data??i.data??{})}async function m(e){if((0,r.isDemoMode)()){let t=s.findIndex(t=>t.runUuid===e||t.id===e||t.runId===e);if(-1===t)return null;let a=new Date,r=[...s];return r[t]={...r[t],status:"running",startedAt:r[t].startedAt??a,updatedAt:a},s=r,r[t]}try{let r=await t.http.post(`${a.API_PREFIX}/runs/${encodeURIComponent(e)}/start`),s=r.data?.data??r.data;return s?n(s):null}catch{return null}}e.s(["cancelScan",()=>d,"createScan",()=>l,"deleteScan",()=>c,"duplicateScanRun",()=>u,"fetchRecentScans",()=>o,"fetchScans",()=>i,"startScanRun",()=>m],67003)},20667,e=>{"use strict";var t=e.i(43476),a=e.i(47163),r=e.i(71428);function s({rows:e=5,columns:s=4,className:n}){return(0,t.jsxs)("div",{className:(0,a.cn)("w-full",n),children:[(0,t.jsx)("div",{className:"flex gap-4 border-b pb-3",children:Array.from({length:s}).map((e,a)=>(0,t.jsx)(r.Skeleton,{className:"h-4 flex-1"},a))}),Array.from({length:e}).map((e,a)=>(0,t.jsx)("div",{className:"flex gap-4 border-b py-4",children:Array.from({length:s}).map((e,a)=>(0,t.jsx)(r.Skeleton,{className:"h-4 flex-1"},a))},a))]})}function n({className:e}){return(0,t.jsx)("div",{className:(0,a.cn)("rounded-xl border bg-card p-6",e),children:(0,t.jsxs)("div",{className:"flex items-center gap-4",children:[(0,t.jsx)(r.Skeleton,{className:"size-10 rounded-lg"}),(0,t.jsxs)("div",{className:"flex-1 space-y-2",children:[(0,t.jsx)(r.Skeleton,{className:"h-4 w-1/3"}),(0,t.jsx)(r.Skeleton,{className:"h-6 w-1/2"})]})]})})}function i({className:e}){return(0,t.jsx)("div",{className:(0,a.cn)("rounded-xl border bg-card p-6",e),children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)(r.Skeleton,{className:"h-3 w-20"}),(0,t.jsx)(r.Skeleton,{className:"h-8 w-16"})]}),(0,t.jsx)(r.Skeleton,{className:"size-10 rounded-lg"})]})})}e.s(["CardSkeleton",()=>n,"StatCardSkeleton",()=>i,"TableSkeleton",()=>s])},29590,e=>{"use strict";let t=(0,e.i(75254).default)("circle-x",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);e.s(["XCircleIcon",()=>t],29590)},7649,93053,e=>{"use strict";var t=e.i(75254);let a=(0,t.default)("circle-check-big",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);e.s(["CheckCircleIcon",()=>a],7649);let r=(0,t.default)("ban",[["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["BanIcon",()=>r],93053)},16883,e=>{"use strict";var t=e.i(43476),a=e.i(71645),r=e.i(22016),s=e.i(47163),n=e.i(70065);function i({title:e,value:a,icon:r,description:i,trend:o,className:l}){return(0,t.jsx)(n.Card,{className:(0,s.cn)("p-6",l),children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{className:"space-y-1",children:[(0,t.jsx)("p",{className:"text-sm font-medium text-muted-foreground",children:e}),(0,t.jsxs)("div",{className:"flex items-baseline gap-2",children:[(0,t.jsx)("p",{className:"text-2xl font-bold",children:a}),o&&(0,t.jsxs)("span",{className:(0,s.cn)("text-xs font-medium",o.isPositive?"text-green-600 dark:text-green-400":"text-red-600 dark:text-red-400"),children:[o.isPositive?"+":"-",Math.abs(o.value),"%"]})]}),i&&(0,t.jsx)("p",{className:"text-xs text-muted-foreground",children:i})]}),(0,t.jsx)("div",{className:"flex size-12 items-center justify-center rounded-lg bg-primary/10",children:(0,t.jsx)(r,{className:"size-6 text-primary"})})]})})}var o=e.i(94179),l=e.i(67881),d=e.i(71428),c=e.i(24553),u=e.i(71586),m=e.i(67003),p=e.i(85562),w=e.i(33449),f=e.i(7649),g=e.i(29590),h=e.i(97882),x=e.i(31447),k=e.i(93053);let y={completed:{label:"Completed",variant:"success",icon:f.CheckCircleIcon},running:{label:"Running",variant:"default",icon:h.LoaderIcon},pending:{label:"Pending",variant:"secondary",icon:x.ClockIcon},failed:{label:"Failed",variant:"destructive",icon:g.XCircleIcon},cancelled:{label:"Cancelled",variant:"outline",icon:k.BanIcon}};function j(){let[e,i]=a.useState([]),[f,g]=a.useState(!0),[h,x]=a.useState(null),k=a.useCallback(async()=>{try{g(!0),x(null);let e=await (0,m.fetchRecentScans)(5);i(e)}catch(e){x(e instanceof Error?e.message:"Failed to load scans")}finally{g(!1)}},[]);return a.useEffect(()=>{k()},[k]),(0,t.jsxs)(n.Card,{children:[(0,t.jsxs)(n.CardHeader,{className:"flex flex-row items-center justify-between",children:[(0,t.jsx)(n.CardTitle,{className:"text-lg",children:"Recent Scans"}),(0,t.jsx)(l.Button,{variant:"ghost",size:"sm",asChild:!0,children:(0,t.jsxs)(r.default,{href:"/scans",children:["View all",(0,t.jsx)(p.ArrowRightIcon,{className:"ml-1 size-4"})]})})]}),(0,t.jsx)(n.CardContent,{children:f?(0,t.jsx)("div",{className:"space-y-4",children:Array.from({length:5}).map((e,a)=>(0,t.jsxs)("div",{className:"flex items-center gap-4",children:[(0,t.jsx)(d.Skeleton,{className:"size-10 rounded-lg"}),(0,t.jsxs)("div",{className:"flex-1 space-y-2",children:[(0,t.jsx)(d.Skeleton,{className:"h-4 w-1/3"}),(0,t.jsx)(d.Skeleton,{className:"h-3 w-1/2"})]}),(0,t.jsx)(d.Skeleton,{className:"h-6 w-20"})]},a))}):h?(0,t.jsx)(u.ErrorState,{message:h,onRetry:k}):0===e.length?(0,t.jsx)(c.EmptyState,{icon:w.ScanSearchIcon,title:"No scans yet",description:"Start your first security scan to see results here.",action:{label:"New Scan",onClick:()=>window.location.href="/scans/new"}}):(0,t.jsx)("div",{className:"space-y-4",children:e.map(e=>{let a=y[e.status],n=a.icon;return(0,t.jsxs)(r.default,{href:"/scans",className:"flex items-center gap-4 rounded-lg p-2 -mx-2 transition-colors hover:bg-muted/50",children:[(0,t.jsx)("div",{className:"flex size-10 items-center justify-center rounded-lg bg-muted",children:(0,t.jsx)(n,{className:`size-5 ${"running"===e.status?"animate-spin":""} ${"completed"===e.status?"text-green-600 dark:text-green-400":"failed"===e.status?"text-destructive":"text-muted-foreground"}`})}),(0,t.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,t.jsx)("p",{className:"font-medium truncate",children:e.target}),(0,t.jsxs)("p",{className:"text-sm text-muted-foreground truncate",children:[e.workflowName," · ",e.startedAt?(0,s.timeAgo)(e.startedAt):"Pending"]})]}),(0,t.jsx)(o.Badge,{variant:a.variant,children:a.label})]},e.id)})})})]})}var v=e.i(20667),b=e.i(55161),N=e.i(62280),A=e.i(72536);let _={workflows:12,workspaces:24,subdomains:15847,httpAssets:8234,vulnerabilities:127};async function D(){if((0,A.isDemoMode)())return _;let e=(await b.http.get(`${N.API_PREFIX}/stats`)).data||{},t=e?.workflows?.total??0,a=e?.workspaces?.total??0,r=e?.assets?.total??0,s=e?.vulnerabilities?.total??0,n=e?.subdomains?.total??0;if(!n)try{let e=await b.http.get(`${N.API_PREFIX}/workspaces`,{params:{offset:0,limit:1e3}});n=(Array.isArray(e.data?.data)?e.data.data:[]).reduce((e,t)=>e+(t.total_subdomains??0),0)}catch{n=0}return{workflows:t,workspaces:a,subdomains:n,httpAssets:r,vulnerabilities:s}}var S=e.i(76179),I=e.i(46545),C=e.i(72292),M=e.i(61166),z=e.i(97239);function T(){let[e,n]=a.useState(null),[o,l]=a.useState(!0);return a.useEffect(()=>{(async()=>{try{let e=await D();n(e)}catch(e){console.error("Failed to load stats:",e)}finally{l(!1)}})()},[]),(0,t.jsxs)("div",{className:"space-y-6",children:[(0,t.jsx)("div",{className:"grid gap-4 grid-cols-[repeat(auto-fit,minmax(220px,1fr))]",children:o?Array.from({length:5}).map((e,a)=>(0,t.jsx)(v.StatCardSkeleton,{},a)):e?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(i,{title:"Workflows",value:(0,s.formatNumber)(e.workflows),icon:S.WorkflowIcon,description:"Active workflow modules"}),(0,t.jsx)(i,{title:"Workspaces",value:(0,s.formatNumber)(e.workspaces),icon:I.FolderOpenIcon,description:"Target workspaces"}),(0,t.jsx)(i,{title:"Subdomains",value:(0,s.formatNumber)(e.subdomains),icon:C.GlobeIcon,description:"Discovered subdomains"}),(0,t.jsx)(i,{title:"HTTP Assets",value:(0,s.formatNumber)(e.httpAssets),icon:M.LinkIcon,description:"Live web endpoints"}),(0,t.jsx)(i,{title:"Vulnerabilities",value:(0,s.formatNumber)(e.vulnerabilities),icon:z.AlertTriangleIcon,description:"Security findings"})]}):null}),(0,t.jsxs)("div",{className:"grid gap-6 lg:grid-cols-2",children:[(0,t.jsx)(j,{}),(0,t.jsxs)("div",{className:"rounded-xl border bg-card p-6",children:[(0,t.jsx)("h2",{className:"text-lg font-semibold mb-4",children:"Quick Actions"}),(0,t.jsxs)("div",{className:"grid gap-3 sm:grid-cols-2",children:[(0,t.jsxs)(r.default,{href:"/scans/new",className:"flex items-center gap-3 rounded-lg border p-4 transition-colors hover:bg-muted/50",children:[(0,t.jsx)("div",{className:"flex size-10 items-center justify-center rounded-lg bg-primary/10",children:(0,t.jsx)("svg",{className:"size-5 text-primary",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4v16m8-8H4"})})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"font-medium",children:"New Scan"}),(0,t.jsx)("p",{className:"text-sm text-muted-foreground",children:"Start a new security scan"})]})]}),(0,t.jsxs)(r.default,{href:"/assets",className:"flex items-center gap-3 rounded-lg border p-4 transition-colors hover:bg-muted/50",children:[(0,t.jsx)("div",{className:"flex size-10 items-center justify-center rounded-lg bg-primary/10",children:(0,t.jsx)(I.FolderOpenIcon,{className:"size-5 text-primary"})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"font-medium",children:"View Assets"}),(0,t.jsx)("p",{className:"text-sm text-muted-foreground",children:"Browse discovered assets"})]})]}),(0,t.jsxs)(r.default,{href:"/workflows-editor",className:"flex items-center gap-3 rounded-lg border p-4 transition-colors hover:bg-muted/50",children:[(0,t.jsx)("div",{className:"flex size-10 items-center justify-center rounded-lg bg-primary/10",children:(0,t.jsx)(S.WorkflowIcon,{className:"size-5 text-primary"})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"font-medium",children:"Edit Workflow"}),(0,t.jsx)("p",{className:"text-sm text-muted-foreground",children:"Customize scan workflows"})]})]}),(0,t.jsxs)(r.default,{href:"/settings",className:"flex items-center gap-3 rounded-lg border p-4 transition-colors hover:bg-muted/50",children:[(0,t.jsx)("div",{className:"flex size-10 items-center justify-center rounded-lg bg-primary/10",children:(0,t.jsxs)("svg",{className:"size-5 text-primary",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:[(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"}),(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"font-medium",children:"Settings"}),(0,t.jsx)("p",{className:"text-sm text-muted-foreground",children:"Configure preferences"})]})]})]})]})]})]})}e.s(["default",()=>T],16883)}]); \ No newline at end of file diff --git a/public/ui/_next/static/chunks/f8e662a156648bdd.css b/public/ui/_next/static/chunks/f8e662a156648bdd.css new file mode 100644 index 0000000..9169db1 --- /dev/null +++ b/public/ui/_next/static/chunks/f8e662a156648bdd.css @@ -0,0 +1 @@ +@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:var(--font-sans);--font-serif:var(--font-serif);--font-mono:var(--font-mono);--color-red-100:#ffe2e2;--color-red-200:#ffcaca;--color-red-300:#ffa3a3;--color-red-400:#ff6568;--color-red-500:#fb2c36;--color-red-600:#e40014;--color-red-700:#bf000f;--color-red-800:#9f0712;--color-red-900:#82181a;--color-orange-100:#ffedd5;--color-orange-200:#ffd7a8;--color-orange-400:#ff8b1a;--color-orange-500:#fe6e00;--color-orange-600:#f05100;--color-orange-700:#c53c00;--color-orange-800:#9f2d00;--color-orange-900:#7e2a0c;--color-amber-200:#fee685;--color-amber-300:#ffd236;--color-amber-400:#fcbb00;--color-amber-500:#f99c00;--color-amber-600:#dd7400;--color-amber-700:#b75000;--color-amber-950:#461901;--color-yellow-50:#fefce8;--color-yellow-200:#fff085;--color-yellow-300:#ffe02a;--color-yellow-400:#fac800;--color-yellow-500:#edb200;--color-yellow-600:#cd8900;--color-yellow-700:#a36100;--color-yellow-800:#874b00;--color-yellow-900:#733e0a;--color-green-50:#f0fdf4;--color-green-200:#b9f8cf;--color-green-300:#7bf1a8;--color-green-400:#05df72;--color-green-500:#00c758;--color-green-600:#00a544;--color-green-700:#008138;--color-green-800:#016630;--color-green-900:#0d542b;--color-green-950:#032e15;--color-emerald-50:#ecfdf5;--color-emerald-300:#5ee9b5;--color-emerald-400:#00d294;--color-emerald-500:#00bb7f;--color-emerald-600:#009767;--color-emerald-700:#007956;--color-emerald-950:#002c22;--color-teal-100:#cbfbf1;--color-teal-200:#96f7e4;--color-teal-400:#00d3bd;--color-teal-700:#00776e;--color-teal-800:#005f5a;--color-teal-900:#0b4f4a;--color-cyan-400:#00d2ef;--color-cyan-500:#00b7d7;--color-cyan-600:#0092b5;--color-cyan-700:#007492;--color-sky-50:#f0f9ff;--color-sky-100:#dff2fe;--color-sky-200:#b8e6fe;--color-sky-300:#77d4ff;--color-sky-400:#00bcfe;--color-sky-500:#00a5ef;--color-sky-600:#0084cc;--color-sky-700:#0069a4;--color-sky-900:#024a70;--color-sky-950:#052f4a;--color-blue-100:#dbeafe;--color-blue-200:#bedbff;--color-blue-400:#54a2ff;--color-blue-500:#3080ff;--color-blue-600:#155dfc;--color-blue-700:#1447e6;--color-blue-800:#193cb8;--color-blue-900:#1c398e;--color-indigo-50:#eef2ff;--color-indigo-300:#a4b3ff;--color-indigo-700:#432dd7;--color-indigo-950:#1e1a4d;--color-violet-300:#c4b4ff;--color-violet-400:#a685ff;--color-violet-500:#8d54ff;--color-violet-700:#7008e7;--color-violet-800:#5d0ec0;--color-purple-50:#faf5ff;--color-purple-100:#f3e8ff;--color-purple-200:#e9d5ff;--color-purple-300:#d9b3ff;--color-purple-400:#c07eff;--color-purple-500:#ac4bff;--color-purple-600:#9810fa;--color-purple-700:#8200da;--color-purple-800:#6e11b0;--color-purple-900:#59168b;--color-purple-950:#3c0366;--color-pink-400:#fb64b6;--color-pink-500:#f6339a;--color-pink-600:#e30076;--color-pink-700:#c4005c;--color-slate-400:#90a1b9;--color-slate-500:#62748e;--color-slate-600:#45556c;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-400:#99a1af;--color-gray-600:#4a5565;--color-gray-700:#364153;--color-gray-800:#1e2939;--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height:calc(1.5/1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-widest:.1em;--leading-snug:1.375;--leading-relaxed:1.625;--radius-xs:.125rem;--radius-2xl:1rem;--shadow-2xs:var(--shadow-2xs);--shadow-xs:var(--shadow-xs);--shadow-sm:var(--shadow-sm);--shadow-md:var(--shadow-md);--shadow-lg:var(--shadow-lg);--shadow-xl:var(--shadow-xl);--shadow-2xl:var(--shadow-2xl);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--blur-md:12px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--shadow:var(--shadow)}@supports (color:lab(0% 0 0)){:root,:host{--color-red-100:lab(92.243% 10.2865 3.83865);--color-red-200:lab(86.017% 19.8815 7.75869);--color-red-300:lab(76.5514% 36.422 15.5335);--color-red-400:lab(63.7053% 60.745 31.3109);--color-red-500:lab(55.4814% 75.0732 48.8528);--color-red-600:lab(48.4493% 77.4328 61.5452);--color-red-700:lab(40.4273% 67.2623 53.7441);--color-red-800:lab(33.7174% 55.8993 41.0293);--color-red-900:lab(28.5139% 44.5539 29.0463);--color-orange-100:lab(94.7127% 3.58394 14.3151);--color-orange-200:lab(88.4871% 9.94918 28.8378);--color-orange-400:lab(70.0429% 42.5156 75.8207);--color-orange-500:lab(64.272% 57.1788 90.3583);--color-orange-600:lab(57.1026% 64.2584 89.8886);--color-orange-700:lab(46.4615% 57.7275 70.8507);--color-orange-800:lab(37.1566% 46.6433 50.5562);--color-orange-900:lab(30.2951% 36.0434 37.671);--color-amber-200:lab(91.7203% -.505269 49.9084);--color-amber-300:lab(86.4156% 6.13147 78.3961);--color-amber-400:lab(80.1641% 16.6016 99.2089);--color-amber-500:lab(72.7183% 31.8672 97.9407);--color-amber-600:lab(60.3514% 40.5624 87.1228);--color-amber-700:lab(47.2709% 42.9082 69.2966);--color-amber-950:lab(15.8111% 20.9107 23.3752);--color-yellow-50:lab(98.6846% -1.79055 9.7766);--color-yellow-200:lab(94.3433% -5.00429 52.9663);--color-yellow-300:lab(89.7033% -.480294 84.4917);--color-yellow-400:lab(83.2664% 8.65132 106.895);--color-yellow-500:lab(76.3898% 14.5258 98.4589);--color-yellow-600:lab(62.7799% 22.4197 86.1544);--color-yellow-700:lab(47.8202% 25.2426 66.5015);--color-yellow-800:lab(38.7484% 23.5833 51.4916);--color-yellow-900:lab(32.3865% 21.1273 38.5959);--color-green-50:lab(98.1563% -5.60117 2.75915);--color-green-200:lab(92.4222% -26.4702 12.9427);--color-green-300:lab(86.9953% -47.2691 25.0054);--color-green-400:lab(78.503% -64.9265 39.7492);--color-green-500:lab(70.5521% -66.5147 45.8073);--color-green-600:lab(59.0978% -58.6621 41.2579);--color-green-700:lab(47.0329% -47.0239 31.4788);--color-green-800:lab(37.4616% -36.7971 22.9692);--color-green-900:lab(30.797% -29.6927 17.382);--color-green-950:lab(15.6845% -20.4225 11.7249);--color-emerald-50:lab(97.8462% -6.94966 1.85487);--color-emerald-300:lab(83.9203% -48.7124 13.8849);--color-emerald-400:lab(75.0771% -60.7313 19.4147);--color-emerald-500:lab(66.9756% -58.27 19.5419);--color-emerald-600:lab(55.0481% -49.9246 15.93);--color-emerald-700:lab(44.4871% -41.0396 11.0361);--color-emerald-950:lab(15.0582% -17.9507 2.38369);--color-teal-100:lab(95.1845% -17.4212 -.425422);--color-teal-200:lab(90.7612% -33.1343 -.542295);--color-teal-400:lab(76.0109% -53.3483 -2.27906);--color-teal-700:lab(44.4134% -33.1436 -4.22149);--color-teal-800:lab(35.5975% -26.6648 -4.34487);--color-teal-900:lab(29.506% -21.4706 -3.59886);--color-cyan-400:lab(76.6045% -40.9406 -29.6231);--color-cyan-500:lab(67.805% -35.3952 -30.2018);--color-cyan-600:lab(55.1767% -26.7496 -30.5139);--color-cyan-700:lab(44.7267% -21.5987 -26.118);--color-sky-50:lab(97.3623% -2.33802 -4.13098);--color-sky-100:lab(94.3709% -4.56053 -8.23453);--color-sky-200:lab(88.6983% -11.3978 -16.8488);--color-sky-300:lab(80.3307% -20.2945 -31.385);--color-sky-400:lab(70.687% -23.6078 -45.9483);--color-sky-500:lab(63.3038% -18.433 -51.0407);--color-sky-600:lab(51.7754% -11.4712 -49.8349);--color-sky-700:lab(41.6013% -9.10804 -42.5647);--color-sky-900:lab(29.1959% -8.34689 -28.2453);--color-sky-950:lab(17.8299% -5.31271 -21.1584);--color-blue-100:lab(92.0301% -2.24757 -11.6453);--color-blue-200:lab(86.15% -4.04379 -21.0797);--color-blue-400:lab(65.0361% -1.42065 -56.9802);--color-blue-500:lab(54.1736% 13.3369 -74.6839);--color-blue-600:lab(44.0605% 29.0279 -86.0352);--color-blue-700:lab(36.9089% 35.0961 -85.6872);--color-blue-800:lab(30.2514% 27.7853 -70.2699);--color-blue-900:lab(26.1542% 15.7545 -51.5504);--color-indigo-50:lab(95.4818% .411302 -6.78529);--color-indigo-300:lab(74.0235% 8.54138 -41.6075);--color-indigo-700:lab(32.4486% 49.2217 -84.6695);--color-indigo-950:lab(12.4853% 14.9672 -31.3418);--color-violet-300:lab(76.7419% 18.3911 -37.0706);--color-violet-400:lab(62.8239% 34.9159 -60.0512);--color-violet-500:lab(49.9355% 55.1776 -81.8963);--color-violet-700:lab(35.2783% 67.9912 -88.793);--color-violet-800:lab(29.3188% 57.7986 -76.1493);--color-purple-50:lab(97.1627% 2.99937 -4.13398);--color-purple-100:lab(93.3333% 6.97437 -9.83434);--color-purple-200:lab(87.8405% 13.4282 -18.7159);--color-purple-300:lab(78.3298% 26.2195 -34.9499);--color-purple-400:lab(63.6946% 47.6127 -59.2066);--color-purple-500:lab(52.0183% 66.11 -78.2316);--color-purple-600:lab(43.0295% 75.21 -86.5669);--color-purple-700:lab(36.1758% 69.8525 -80.0381);--color-purple-800:lab(30.6017% 56.7637 -64.4751);--color-purple-900:lab(24.9401% 45.2703 -51.2728);--color-purple-950:lab(14.8253% 38.9005 -44.5861);--color-pink-400:lab(64.5597% 64.3615 -12.7988);--color-pink-500:lab(56.9303% 76.8162 -8.07021);--color-pink-600:lab(49.5493% 79.8381 2.31768);--color-pink-700:lab(42.1737% 71.8009 7.42233);--color-slate-400:lab(65.5349% -2.25151 -14.5072);--color-slate-500:lab(48.0876% -2.03595 -16.5814);--color-slate-600:lab(35.5623% -1.74978 -15.4316);--color-gray-100:lab(96.1596% -.0823438 -1.13575);--color-gray-200:lab(91.6229% -.159115 -2.26791);--color-gray-400:lab(65.9269% -.832707 -8.17473);--color-gray-600:lab(35.6337% -1.58697 -10.8425);--color-gray-700:lab(27.1134% -.956401 -12.3224);--color-gray-800:lab(16.1051% -1.18239 -11.7533)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-x-0{inset-inline:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-1\.5{top:calc(var(--spacing)*1.5)}.top-1\/2{top:50%}.top-3\.5{top:calc(var(--spacing)*3.5)}.top-4{top:calc(var(--spacing)*4)}.top-\[50\%\]{top:50%}.right-0{right:calc(var(--spacing)*0)}.right-1{right:calc(var(--spacing)*1)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.left-2{left:calc(var(--spacing)*2)}.left-3{left:calc(var(--spacing)*3)}.left-\[50\%\]{left:50%}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.col-span-2{grid-column:span 2/span 2}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.m-4{margin:calc(var(--spacing)*4)}.-mx-1{margin-inline:calc(var(--spacing)*-1)}.-mx-2{margin-inline:calc(var(--spacing)*-2)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-3\.5{margin-inline:calc(var(--spacing)*3.5)}.mx-4{margin-inline:calc(var(--spacing)*4)}.mx-auto{margin-inline:auto}.my-1{margin-block:calc(var(--spacing)*1)}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-auto{margin-top:auto}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-auto{margin-left:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-row{display:table-row}.aspect-square{aspect-ratio:1}.\!size-3{width:calc(var(--spacing)*3)!important;height:calc(var(--spacing)*3)!important}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-2\.5{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-3\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.size-12{width:calc(var(--spacing)*12);height:calc(var(--spacing)*12)}.size-28{width:calc(var(--spacing)*28);height:calc(var(--spacing)*28)}.h-2{height:calc(var(--spacing)*2)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-3{height:calc(var(--spacing)*3)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-16{height:calc(var(--spacing)*16)}.h-28{height:calc(var(--spacing)*28)}.h-\[70vh\]{height:70vh}.h-\[240px\]{height:240px}.h-\[280px\]{height:280px}.h-\[calc\(100vh-5rem\)\]{height:calc(100vh - 5rem)}.h-\[calc\(100vh-7rem\)\]{height:calc(100vh - 7rem)}.h-\[calc\(100vh-10rem\)\]{height:calc(100vh - 10rem)}.h-\[calc\(100vh-17rem\)\]{height:calc(100vh - 17rem)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-40{max-height:calc(var(--spacing)*40)}.max-h-60{max-height:calc(var(--spacing)*60)}.max-h-64{max-height:calc(var(--spacing)*64)}.max-h-96{max-height:calc(var(--spacing)*96)}.max-h-\[50vh\]{max-height:50vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-14{min-height:calc(var(--spacing)*14)}.min-h-24{min-height:calc(var(--spacing)*24)}.min-h-32{min-height:calc(var(--spacing)*32)}.min-h-48{min-height:calc(var(--spacing)*48)}.min-h-\[360px\]{min-height:360px}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-\(--sidebar-width\){width:var(--sidebar-width)}.w-1{width:calc(var(--spacing)*1)}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-3\/4{width:75%}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-10{width:calc(var(--spacing)*10)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-24{width:calc(var(--spacing)*24)}.w-28{width:calc(var(--spacing)*28)}.w-32{width:calc(var(--spacing)*32)}.w-36{width:calc(var(--spacing)*36)}.w-40{width:calc(var(--spacing)*40)}.w-48{width:calc(var(--spacing)*48)}.w-52{width:calc(var(--spacing)*52)}.w-56{width:calc(var(--spacing)*56)}.w-72{width:calc(var(--spacing)*72)}.w-\[--radix-popover-trigger-width\]{width:--radix-popover-trigger-width}.w-\[22rem\]{width:22rem}.w-\[80px\]{width:80px}.w-\[90px\]{width:90px}.w-\[92px\]{width:92px}.w-\[100px\]{width:100px}.w-\[110px\]{width:110px}.w-\[120px\]{width:120px}.w-\[130px\]{width:130px}.w-\[132px\]{width:132px}.w-\[140px\]{width:140px}.w-\[150px\]{width:150px}.w-\[160px\]{width:160px}.w-\[170px\]{width:170px}.w-\[180px\]{width:180px}.w-\[190px\]{width:190px}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[240px\]{width:240px}.w-\[260px\]{width:260px}.w-\[280px\]{width:280px}.w-\[320px\]{width:320px}.w-\[340px\]{width:340px}.w-\[360px\]{width:360px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-\(--skeleton-width\){max-width:var(--skeleton-width)}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[260px\]{max-width:260px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[360px\]{max-width:360px}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-lg{max-width:var(--container-lg)}.max-w-none{max-width:none}.max-w-sm{max-width:var(--container-sm)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-5{min-width:calc(var(--spacing)*5)}.min-w-\[8rem\]{min-width:8rem}.min-w-\[20px\]{min-width:20px}.min-w-\[22rem\]{min-width:22rem}.min-w-\[140px\]{min-width:140px}.min-w-\[200px\]{min-width:200px}.min-w-\[220px\]{min-width:220px}.min-w-\[240px\]{min-width:240px}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.table-fixed{table-layout:fixed}.caption-bottom{caption-side:bottom}.origin-\(--radix-popover-content-transform-origin\){transform-origin:var(--radix-popover-content-transform-origin)}.origin-\(--radix-tooltip-content-transform-origin\){transform-origin:var(--radix-tooltip-content-transform-origin)}.-translate-x-1\/2{--tw-translate-x:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\[-50\%\]{--tw-translate-x:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[-50\%\]{--tw-translate-y:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y:calc(-50% - 2px);translate:var(--tw-translate-x)var(--tw-translate-y)}.scale-x-100{--tw-scale-x:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.rotate-0{rotate:none}.rotate-45{rotate:45deg}.rotate-180{rotate:180deg}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize-y{resize:vertical}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[repeat\(auto-fit\,minmax\(220px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}:where(.space-y-0\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.self-center{align-self:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-xs{border-radius:var(--radius-xs)}.\!border-2{border-style:var(--tw-border-style)!important;border-width:2px!important}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.\!border-background{border-color:var(--background)!important}.border-amber-400{border-color:var(--color-amber-400)}.border-amber-400\/50{border-color:#fcbb0080}@supports (color:color-mix(in lab, red, red)){.border-amber-400\/50{border-color:color-mix(in oklab,var(--color-amber-400)50%,transparent)}}.border-amber-500{border-color:var(--color-amber-500)}.border-blue-200{border-color:var(--color-blue-200)}.border-border,.border-border\/60{border-color:var(--border)}@supports (color:color-mix(in lab, red, red)){.border-border\/60{border-color:color-mix(in oklab,var(--border)60%,transparent)}}.border-destructive,.border-destructive\/20{border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.border-destructive\/20{border-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.border-destructive\/30{border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.border-destructive\/30{border-color:color-mix(in oklab,var(--destructive)30%,transparent)}}.border-emerald-400\/50{border-color:#00d29480}@supports (color:color-mix(in lab, red, red)){.border-emerald-400\/50{border-color:color-mix(in oklab,var(--color-emerald-400)50%,transparent)}}.border-emerald-600{border-color:var(--color-emerald-600)}.border-gray-200{border-color:var(--color-gray-200)}.border-green-200{border-color:var(--color-green-200)}.border-green-500{border-color:var(--color-green-500)}.border-indigo-300{border-color:var(--color-indigo-300)}.border-input{border-color:var(--input)}.border-muted-foreground\/30{border-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.border-muted-foreground\/30{border-color:color-mix(in oklab,var(--muted-foreground)30%,transparent)}}.border-muted-foreground\/40{border-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.border-muted-foreground\/40{border-color:color-mix(in oklab,var(--muted-foreground)40%,transparent)}}.border-orange-200{border-color:var(--color-orange-200)}.border-primary,.border-primary\/30{border-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.border-primary\/30{border-color:color-mix(in oklab,var(--primary)30%,transparent)}}.border-purple-200{border-color:var(--color-purple-200)}.border-purple-300{border-color:var(--color-purple-300)}.border-red-200{border-color:var(--color-red-200)}.border-red-300{border-color:var(--color-red-300)}.border-red-400\/50{border-color:#ff656880}@supports (color:color-mix(in lab, red, red)){.border-red-400\/50{border-color:color-mix(in oklab,var(--color-red-400)50%,transparent)}}.border-red-500{border-color:var(--color-red-500)}.border-sidebar-border{border-color:var(--sidebar-border)}.border-sky-200\/70{border-color:#b8e6feb3}@supports (color:color-mix(in lab, red, red)){.border-sky-200\/70{border-color:color-mix(in oklab,var(--color-sky-200)70%,transparent)}}.border-sky-300{border-color:var(--color-sky-300)}.border-sky-400{border-color:var(--color-sky-400)}.border-sky-400\/50{border-color:#00bcfe80}@supports (color:color-mix(in lab, red, red)){.border-sky-400\/50{border-color:color-mix(in oklab,var(--color-sky-400)50%,transparent)}}.border-teal-200{border-color:var(--color-teal-200)}.border-transparent{border-color:#0000}.border-violet-300{border-color:var(--color-violet-300)}.border-yellow-200{border-color:var(--color-yellow-200)}.border-yellow-300{border-color:var(--color-yellow-300)}.border-yellow-400\/50{border-color:#fac80080}@supports (color:color-mix(in lab, red, red)){.border-yellow-400\/50{border-color:color-mix(in oklab,var(--color-yellow-400)50%,transparent)}}.border-yellow-500{border-color:var(--color-yellow-500)}.border-t-transparent{border-top-color:#0000}.border-l-transparent{border-left-color:#0000}.\!bg-amber-500{background-color:var(--color-amber-500)!important}.\!bg-border{background-color:var(--border)!important}.\!bg-green-500{background-color:var(--color-green-500)!important}.\!bg-red-500{background-color:var(--color-red-500)!important}.bg-accent{background-color:var(--accent)}.bg-amber-400{background-color:var(--color-amber-400)}.bg-amber-500\/20{background-color:#f99c0033}@supports (color:color-mix(in lab, red, red)){.bg-amber-500\/20{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.bg-background,.bg-background\/50{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/50{background-color:color-mix(in oklab,var(--background)50%,transparent)}}.bg-background\/60{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/60{background-color:color-mix(in oklab,var(--background)60%,transparent)}}.bg-background\/80{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/80{background-color:color-mix(in oklab,var(--background)80%,transparent)}}.bg-background\/95{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/95{background-color:color-mix(in oklab,var(--background)95%,transparent)}}.bg-black\/40{background-color:#0006}@supports (color:color-mix(in lab, red, red)){.bg-black\/40{background-color:color-mix(in oklab,var(--color-black)40%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab, red, red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-500\/15{background-color:#3080ff26}@supports (color:color-mix(in lab, red, red)){.bg-blue-500\/15{background-color:color-mix(in oklab,var(--color-blue-500)15%,transparent)}}.bg-blue-500\/20{background-color:#3080ff33}@supports (color:color-mix(in lab, red, red)){.bg-blue-500\/20{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.bg-border,.bg-border\/60{background-color:var(--border)}@supports (color:color-mix(in lab, red, red)){.bg-border\/60{background-color:color-mix(in oklab,var(--border)60%,transparent)}}.bg-card,.bg-card\/80{background-color:var(--card)}@supports (color:color-mix(in lab, red, red)){.bg-card\/80{background-color:color-mix(in oklab,var(--card)80%,transparent)}}.bg-cyan-500\/15{background-color:#00b7d726}@supports (color:color-mix(in lab, red, red)){.bg-cyan-500\/15{background-color:color-mix(in oklab,var(--color-cyan-500)15%,transparent)}}.bg-cyan-500\/20{background-color:#00b7d733}@supports (color:color-mix(in lab, red, red)){.bg-cyan-500\/20{background-color:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.bg-destructive,.bg-destructive\/5{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.bg-destructive\/5{background-color:color-mix(in oklab,var(--destructive)5%,transparent)}}.bg-destructive\/10{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.bg-destructive\/10{background-color:color-mix(in oklab,var(--destructive)10%,transparent)}}.bg-emerald-500{background-color:var(--color-emerald-500)}.bg-emerald-500\/20{background-color:#00bb7f33}@supports (color:color-mix(in lab, red, red)){.bg-emerald-500\/20{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}}.bg-emerald-600{background-color:var(--color-emerald-600)}.bg-foreground{background-color:var(--foreground)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-green-50{background-color:var(--color-green-50)}.bg-green-500{background-color:var(--color-green-500)}.bg-green-500\/10{background-color:#00c7581a}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/10{background-color:color-mix(in oklab,var(--color-green-500)10%,transparent)}}.bg-green-500\/15{background-color:#00c75826}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/15{background-color:color-mix(in oklab,var(--color-green-500)15%,transparent)}}.bg-green-500\/20{background-color:#00c75833}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/20{background-color:color-mix(in oklab,var(--color-green-500)20%,transparent)}}.bg-indigo-50{background-color:var(--color-indigo-50)}.bg-muted{background-color:var(--muted)}.bg-muted-foreground,.bg-muted-foreground\/50{background-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.bg-muted-foreground\/50{background-color:color-mix(in oklab,var(--muted-foreground)50%,transparent)}}.bg-muted\/10{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/10{background-color:color-mix(in oklab,var(--muted)10%,transparent)}}.bg-muted\/20{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/20{background-color:color-mix(in oklab,var(--muted)20%,transparent)}}.bg-muted\/30{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/30{background-color:color-mix(in oklab,var(--muted)30%,transparent)}}.bg-muted\/50{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.bg-muted\/50{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.bg-orange-100{background-color:var(--color-orange-100)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-orange-500\/10{background-color:#fe6e001a}@supports (color:color-mix(in lab, red, red)){.bg-orange-500\/10{background-color:color-mix(in oklab,var(--color-orange-500)10%,transparent)}}.bg-orange-500\/15{background-color:#fe6e0026}@supports (color:color-mix(in lab, red, red)){.bg-orange-500\/15{background-color:color-mix(in oklab,var(--color-orange-500)15%,transparent)}}.bg-orange-500\/20{background-color:#fe6e0033}@supports (color:color-mix(in lab, red, red)){.bg-orange-500\/20{background-color:color-mix(in oklab,var(--color-orange-500)20%,transparent)}}.bg-pink-500\/15{background-color:#f6339a26}@supports (color:color-mix(in lab, red, red)){.bg-pink-500\/15{background-color:color-mix(in oklab,var(--color-pink-500)15%,transparent)}}.bg-pink-500\/20{background-color:#f6339a33}@supports (color:color-mix(in lab, red, red)){.bg-pink-500\/20{background-color:color-mix(in oklab,var(--color-pink-500)20%,transparent)}}.bg-popover{background-color:var(--popover)}.bg-primary,.bg-primary\/10{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.bg-primary\/10{background-color:color-mix(in oklab,var(--primary)10%,transparent)}}.bg-purple-50{background-color:var(--color-purple-50)}.bg-purple-100{background-color:var(--color-purple-100)}.bg-purple-500{background-color:var(--color-purple-500)}.bg-purple-500\/15{background-color:#ac4bff26}@supports (color:color-mix(in lab, red, red)){.bg-purple-500\/15{background-color:color-mix(in oklab,var(--color-purple-500)15%,transparent)}}.bg-purple-500\/20{background-color:#ac4bff33}@supports (color:color-mix(in lab, red, red)){.bg-purple-500\/20{background-color:color-mix(in oklab,var(--color-purple-500)20%,transparent)}}.bg-red-100{background-color:var(--color-red-100)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/10{background-color:#fb2c361a}@supports (color:color-mix(in lab, red, red)){.bg-red-500\/10{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.bg-red-500\/20{background-color:#fb2c3633}@supports (color:color-mix(in lab, red, red)){.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.bg-secondary{background-color:var(--secondary)}.bg-sidebar{background-color:var(--sidebar)}.bg-sidebar-border{background-color:var(--sidebar-border)}.bg-sky-50\/60{background-color:#f0f9ff99}@supports (color:color-mix(in lab, red, red)){.bg-sky-50\/60{background-color:color-mix(in oklab,var(--color-sky-50)60%,transparent)}}.bg-sky-500{background-color:var(--color-sky-500)}.bg-slate-500\/20{background-color:#62748e33}@supports (color:color-mix(in lab, red, red)){.bg-slate-500\/20{background-color:color-mix(in oklab,var(--color-slate-500)20%,transparent)}}.bg-teal-100{background-color:var(--color-teal-100)}.bg-transparent{background-color:#0000}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-yellow-500\/10{background-color:#edb2001a}@supports (color:color-mix(in lab, red, red)){.bg-yellow-500\/10{background-color:color-mix(in oklab,var(--color-yellow-500)10%,transparent)}}.bg-yellow-500\/15{background-color:#edb20026}@supports (color:color-mix(in lab, red, red)){.bg-yellow-500\/15{background-color:color-mix(in oklab,var(--color-yellow-500)15%,transparent)}}.fill-current{fill:currentColor}.fill-foreground{fill:var(--foreground)}.p-0{padding:calc(var(--spacing)*0)}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-\[1px\]{padding:1px}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-16{padding-block:calc(var(--spacing)*16)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-6{padding-top:calc(var(--spacing)*6)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-6{padding-left:calc(var(--spacing)*6)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-9{padding-left:calc(var(--spacing)*9)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-top{vertical-align:top}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-balance{text-wrap:balance}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-accent-foreground{color:var(--accent-foreground)}.text-amber-600{color:var(--color-amber-600)}.text-amber-700{color:var(--color-amber-700)}.text-amber-950{color:var(--color-amber-950)}.text-background{color:var(--background)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-cyan-600{color:var(--color-cyan-600)}.text-cyan-700{color:var(--color-cyan-700)}.text-destructive{color:var(--destructive)}.text-destructive-foreground{color:var(--destructive-foreground)}.text-emerald-50{color:var(--color-emerald-50)}.text-emerald-600{color:var(--color-emerald-600)}.text-emerald-700{color:var(--color-emerald-700)}.text-foreground,.text-foreground\/70{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.text-foreground\/70{color:color-mix(in oklab,var(--foreground)70%,transparent)}}.text-foreground\/90{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.text-foreground\/90{color:color-mix(in oklab,var(--foreground)90%,transparent)}}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-green-500{color:var(--color-green-500)}.text-green-600{color:var(--color-green-600)}.text-green-700{color:var(--color-green-700)}.text-green-800{color:var(--color-green-800)}.text-indigo-700{color:var(--color-indigo-700)}.text-muted-foreground,.text-muted-foreground\/50{color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.text-muted-foreground\/50{color:color-mix(in oklab,var(--muted-foreground)50%,transparent)}}.text-muted-foreground\/70{color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.text-muted-foreground\/70{color:color-mix(in oklab,var(--muted-foreground)70%,transparent)}}.text-orange-600{color:var(--color-orange-600)}.text-orange-700{color:var(--color-orange-700)}.text-pink-600{color:var(--color-pink-600)}.text-pink-700{color:var(--color-pink-700)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-purple-600{color:var(--color-purple-600)}.text-purple-700{color:var(--color-purple-700)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-sidebar-foreground,.text-sidebar-foreground\/70{color:var(--sidebar-foreground)}@supports (color:color-mix(in lab, red, red)){.text-sidebar-foreground\/70{color:color-mix(in oklab,var(--sidebar-foreground)70%,transparent)}}.text-sidebar-primary{color:var(--sidebar-primary)}.text-sky-500{color:var(--color-sky-500)}.text-sky-700{color:var(--color-sky-700)}.text-sky-900{color:var(--color-sky-900)}.text-slate-600{color:var(--color-slate-600)}.text-teal-700{color:var(--color-teal-700)}.text-violet-700{color:var(--color-violet-700)}.text-white{color:var(--color-white)}.text-yellow-600{color:var(--color-yellow-600)}.text-yellow-700{color:var(--color-yellow-700)}.text-yellow-800{color:var(--color-yellow-800)}.text-yellow-900{color:var(--color-yellow-900)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.no-underline{text-decoration-line:none}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow{--tw-shadow:var(--shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-border)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_40px_rgba\(32\,178\,170\,0\.1\)\]{--tw-shadow:0 0 40px var(--tw-shadow-color,#20b2aa1a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:var(--shadow-lg);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:var(--shadow-md);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:var(--shadow-sm);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:var(--shadow-xs);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-primary\/20{--tw-ring-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.ring-primary\/20{--tw-ring-color:color-mix(in oklab,var(--primary)20%,transparent)}}.ring-ring{--tw-ring-color:var(--ring)}.ring-sidebar-ring{--tw-ring-color:var(--sidebar-ring)}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.ring-offset-background{--tw-ring-offset-color:var(--background)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-md{--tw-backdrop-blur:blur(var(--blur-md));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\,height\,padding\,box-shadow\]{transition-property:width,height,padding,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *){opacity:1}@media (hover:hover){.group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *){opacity:1}}.group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar=menu-action]) *){padding-right:calc(var(--spacing)*8)}.group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible=icon] *){margin-top:calc(var(--spacing)*-8)}.group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible=icon] *){display:none}.group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--spacing)*8)!important;height:calc(var(--spacing)*8)!important}.group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible=icon] *){width:var(--sidebar-width-icon)}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)))}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)) + 2px)}.group-data-\[collapsible\=icon\]\:justify-center:is(:where(.group)[data-collapsible=icon] *){justify-content:center}.group-data-\[collapsible\=icon\]\:gap-0:is(:where(.group)[data-collapsible=icon] *){gap:calc(var(--spacing)*0)}.group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible=icon] *){overflow:hidden}.group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*0)!important}.group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*2)!important}.group-data-\[collapsible\=icon\]\:text-center:is(:where(.group)[data-collapsible=icon] *){text-align:center}.group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible=icon] *){opacity:0}.group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){right:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){left:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible=offcanvas] *){width:calc(var(--spacing)*0)}.group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible=offcanvas] *){--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side=left] *){right:calc(var(--spacing)*-4)}.group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side=left] *){border-right-style:var(--tw-border-style);border-right-width:1px}.group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side=right] *){left:calc(var(--spacing)*0)}.group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side=right] *){rotate:180deg}.group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side=right] *){border-left-style:var(--tw-border-style);border-left-width:1px}.group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant=floating] *){border-radius:var(--radius)}.group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant=floating] *){border-style:var(--tw-border-style);border-width:1px}.group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant=floating] *){border-color:var(--sidebar-border)}.group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant=floating] *){--tw-shadow:var(--shadow-sm);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}@media (hover:hover){.peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover~*){color:var(--sidebar-accent-foreground)}}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active=true]~*){color:var(--sidebar-accent-foreground)}.peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size=default]~*){top:calc(var(--spacing)*1.5)}.peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size=lg]~*){top:calc(var(--spacing)*2.5)}.peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size=sm]~*){top:calc(var(--spacing)*1)}.selection\:bg-primary ::selection,.selection\:bg-primary::selection{background-color:var(--primary)}.selection\:text-primary-foreground ::selection,.selection\:text-primary-foreground::selection{color:var(--primary-foreground)}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-7::file-selector-button{height:calc(var(--spacing)*7)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:calc(var(--spacing)*-2)}.after\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--spacing)*0)}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible=offcanvas] *):after{content:var(--tw-content);left:100%}@media (hover:hover){.hover\:-translate-y-0\.5:hover{--tw-translate-y:calc(var(--spacing)*-.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:border-muted-foreground\/10:hover{border-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.hover\:border-muted-foreground\/10:hover{border-color:color-mix(in oklab,var(--muted-foreground)10%,transparent)}}.hover\:border-primary\/30:hover{border-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:border-primary\/30:hover{border-color:color-mix(in oklab,var(--primary)30%,transparent)}}.hover\:border-yellow-500:hover{border-color:var(--color-yellow-500)}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-amber-500:hover{background-color:var(--color-amber-500)}.hover\:bg-border:hover{background-color:var(--border)}.hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}.hover\:bg-emerald-700:hover{background-color:var(--color-emerald-700)}.hover\:bg-muted:hover{background-color:var(--muted)}.hover\:bg-muted-foreground\/20:hover{background-color:var(--muted-foreground)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-muted-foreground\/20:hover{background-color:color-mix(in oklab,var(--muted-foreground)20%,transparent)}}.hover\:bg-muted\/50:hover{background-color:var(--muted)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-muted\/50:hover{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.hover\:bg-primary\/5:hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/5:hover{background-color:color-mix(in oklab,var(--primary)5%,transparent)}}.hover\:bg-primary\/10:hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/10:hover{background-color:color-mix(in oklab,var(--primary)10%,transparent)}}.hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}.hover\:bg-red-500\/10:hover{background-color:#fb2c361a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-red-500\/10:hover{background-color:color-mix(in oklab,var(--color-red-500)10%,transparent)}}.hover\:bg-secondary\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,var(--secondary)80%,transparent)}}.hover\:bg-sidebar-accent:hover,.hover\:bg-sidebar-accent\/70:hover{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-sidebar-accent\/70:hover{background-color:color-mix(in oklab,var(--sidebar-accent)70%,transparent)}}.hover\:bg-sky-500\/10:hover{background-color:#00a5ef1a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-sky-500\/10:hover{background-color:color-mix(in oklab,var(--color-sky-500)10%,transparent)}}.hover\:bg-sky-600:hover{background-color:var(--color-sky-600)}.hover\:bg-violet-500\/10:hover{background-color:#8d54ff1a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-violet-500\/10:hover{background-color:color-mix(in oklab,var(--color-violet-500)10%,transparent)}}.hover\:bg-yellow-500\/10:hover{background-color:#edb2001a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-yellow-500\/10:hover{background-color:color-mix(in oklab,var(--color-yellow-500)10%,transparent)}}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-amber-950:hover{color:var(--color-amber-950)}.hover\:text-blue-700:hover{color:var(--color-blue-700)}.hover\:text-emerald-50:hover{color:var(--color-emerald-50)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-sidebar-accent-foreground:hover{color:var(--sidebar-accent-foreground)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\,0_0_15px_rgba\(32\,178\,170\,0\.18\)\]:hover{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-accent))),0 0 15px var(--tw-shadow-color,#20b2aa2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_15px_rgba\(32\,178\,170\,0\.3\)\]:hover{--tw-shadow:0 0 15px var(--tw-shadow-color,#20b2aa4d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_15px_rgba\(32\,178\,170\,0\.25\)\]:hover{--tw-shadow:0 0 15px var(--tw-shadow-color,#20b2aa40);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_15px_rgba\(234\,179\,8\,0\.35\)\]:hover{--tw-shadow:0 0 15px var(--tw-shadow-color,#eab30859);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_20px_rgba\(14\,165\,233\,0\.30\)\]:hover{--tw-shadow:0 0 20px var(--tw-shadow-color,#0ea5e94d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_20px_rgba\(32\,178\,170\,0\.4\)\]:hover{--tw-shadow:0 0 20px var(--tw-shadow-color,#20b2aa66);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_30px_rgba\(32\,178\,170\,0\.12\)\]:hover{--tw-shadow:0 0 30px var(--tw-shadow-color,#20b2aa1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:var(--shadow-md);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:backdrop-blur-sm:hover{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(:where(.group)[data-collapsible=offcanvas] *){background-color:var(--sidebar)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:var(--sidebar-border)}}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:text-destructive:focus{color:var(--destructive)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-ring:focus{--tw-ring-color:var(--ring)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.focus-visible\:ring-ring:focus-visible,.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:var(--background)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:bg-sidebar-accent:active,.active\:bg-sidebar-accent\/70:active{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.active\:bg-sidebar-accent\/70:active{background-color:color-mix(in oklab,var(--sidebar-accent)70%,transparent)}}.active\:text-sidebar-accent-foreground:active{color:var(--sidebar-accent-foreground)}.active\:backdrop-blur-sm:active{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}:where([data-side=left]) .in-data-\[side\=left\]\:cursor-w-resize{cursor:w-resize}:where([data-side=right]) .in-data-\[side\=right\]\:cursor-e-resize{cursor:e-resize}.has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant=inset]){background-color:var(--sidebar)}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing)*2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing)*4)}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true],.data-\[active\=true\]\:bg-sidebar-accent\/70[data-active=true]{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.data-\[active\=true\]\:bg-sidebar-accent\/70[data-active=true]{background-color:color-mix(in oklab,var(--sidebar-accent)70%,transparent)}}.data-\[active\=true\]\:font-medium[data-active=true]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:var(--sidebar-accent-foreground)}.data-\[active\=true\]\:shadow-\[0_0_15px_rgba\(32\,178\,170\,0\.18\)\][data-active=true]{--tw-shadow:0 0 15px var(--tw-shadow-color,#20b2aa2e);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[active\=true\]\:backdrop-blur-sm[data-active=true]{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=vertical\]\:w-px[data-orientation=vertical]{width:1px}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background)}.data-\[state\=active\]\:text-foreground[data-state=active]{color:var(--foreground)}.data-\[state\=active\]\:shadow-xs[data-state=active]{--tw-shadow:var(--shadow-xs);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\[state\=checked\]\:bg-sky-500[data-state=checked]{background-color:var(--color-sky-500)}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\[state\=closed\]\:duration-300[data-state=closed]{--tw-duration:.3s;transition-duration:.3s}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--secondary)}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=open\]\:duration-500[data-state=open]{--tw-duration:.5s;transition-duration:.5s}@media (hover:hover){.data-\[state\=open\]\:hover\:bg-sidebar-accent\/70[data-state=open]:hover{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.data-\[state\=open\]\:hover\:bg-sidebar-accent\/70[data-state=open]:hover{background-color:color-mix(in oklab,var(--sidebar-accent)70%,transparent)}}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state=open]:hover{color:var(--sidebar-accent-foreground)}.data-\[state\=open\]\:hover\:backdrop-blur-sm[data-state=open]:hover{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--muted)}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:var(--input)}.data-\[state\=unchecked\]\:bg-sky-200\/70[data-state=unchecked]{background-color:#b8e6feb3}@supports (color:color-mix(in lab, red, red)){.data-\[state\=unchecked\]\:bg-sky-200\/70[data-state=unchecked]{background-color:color-mix(in oklab,var(--color-sky-200)70%,transparent)}}@supports ((-webkit-backdrop-filter:var(--tw)) or (backdrop-filter:var(--tw))){.supports-\[backdrop-filter\]\:bg-background\/60{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:bg-background\/60{background-color:color-mix(in oklab,var(--background)60%,transparent)}}@media (hover:hover){.supports-\[backdrop-filter\]\:hover\:bg-sidebar-accent\/40:hover{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:hover\:bg-sidebar-accent\/40:hover{background-color:color-mix(in oklab,var(--sidebar-accent)40%,transparent)}}}.supports-\[backdrop-filter\]\:active\:bg-sidebar-accent\/40:active{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:active\:bg-sidebar-accent\/40:active{background-color:color-mix(in oklab,var(--sidebar-accent)40%,transparent)}}.supports-\[backdrop-filter\]\:data-\[active\=true\]\:bg-sidebar-accent\/40[data-active=true]{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:data-\[active\=true\]\:bg-sidebar-accent\/40[data-active=true]{background-color:color-mix(in oklab,var(--sidebar-accent)40%,transparent)}}@media (hover:hover){.supports-\[backdrop-filter\]\:data-\[state\=open\]\:hover\:bg-sidebar-accent\/40[data-state=open]:hover{background-color:var(--sidebar-accent)}@supports (color:color-mix(in lab, red, red)){.supports-\[backdrop-filter\]\:data-\[state\=open\]\:hover\:bg-sidebar-accent\/40[data-state=open]:hover{background-color:color-mix(in oklab,var(--sidebar-accent)40%,transparent)}}}}@media (min-width:40rem){.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:w-56{width:calc(var(--spacing)*56)}.sm\:w-\[260px\]{width:260px}.sm\:max-w-2xl{max-width:var(--container-2xl)}.sm\:max-w-lg{max-width:var(--container-lg)}.sm\:max-w-md{max-width:var(--container-md)}.sm\:max-w-sm{max-width:var(--container-sm)}.sm\:max-w-xl{max-width:var(--container-xl)}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-center{align-items:center}.sm\:items-end{align-items:flex-end}.sm\:items-start{align-items:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:justify-end{justify-content:flex-end}.sm\:rounded-xl{border-radius:calc(var(--radius) + 4px)}.sm\:text-left{text-align:left}}@media (min-width:48rem){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:block{display:block}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:w-1\/4{width:25%}.md\:w-80{width:calc(var(--spacing)*80)}.md\:w-\[220px\]{width:220px}.md\:w-auto{width:auto}.md\:flex-none{flex:none}.md\:shrink-0{flex-shrink:0}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:justify-start{justify-content:flex-start}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:opacity-0{opacity:0}.md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant=inset]~*){margin:calc(var(--spacing)*2)}.md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant=inset]~*){margin-left:calc(var(--spacing)*0)}.md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant=inset]~*){border-radius:calc(var(--radius) + 4px)}.md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant=inset]~*){--tw-shadow:var(--shadow-sm);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant=inset]~*):is(:where(.peer)[data-state=collapsed]~*){margin-left:calc(var(--spacing)*2)}.md\:after\:hidden:after{content:var(--tw-content);display:none}}@media (min-width:64rem){.lg\:m-6{margin:calc(var(--spacing)*6)}.lg\:flex{display:flex}.lg\:table-cell{display:table-cell}.lg\:h-\[75vh\]{height:75vh}.lg\:w-\[280px\]{width:280px}.lg\:w-\[520px\]{width:520px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:p-6{padding:calc(var(--spacing)*6)}}@media (min-width:80rem){.xl\:table-cell{display:table-cell}}.dark\:border-amber-300:is(.dark *){border-color:var(--color-amber-300)}.dark\:border-blue-800:is(.dark *){border-color:var(--color-blue-800)}.dark\:border-emerald-500:is(.dark *){border-color:var(--color-emerald-500)}.dark\:border-gray-700:is(.dark *){border-color:var(--color-gray-700)}.dark\:border-green-800:is(.dark *){border-color:var(--color-green-800)}.dark\:border-indigo-700:is(.dark *){border-color:var(--color-indigo-700)}.dark\:border-orange-800:is(.dark *){border-color:var(--color-orange-800)}.dark\:border-primary:is(.dark *){border-color:var(--primary)}.dark\:border-purple-700:is(.dark *){border-color:var(--color-purple-700)}.dark\:border-purple-800:is(.dark *){border-color:var(--color-purple-800)}.dark\:border-red-800:is(.dark *){border-color:var(--color-red-800)}.dark\:border-sky-300:is(.dark *){border-color:var(--color-sky-300)}.dark\:border-sky-700:is(.dark *){border-color:var(--color-sky-700)}.dark\:border-sky-900\/60:is(.dark *){border-color:#024a7099}@supports (color:color-mix(in lab, red, red)){.dark\:border-sky-900\/60:is(.dark *){border-color:color-mix(in oklab,var(--color-sky-900)60%,transparent)}}.dark\:border-teal-800:is(.dark *){border-color:var(--color-teal-800)}.dark\:border-violet-800:is(.dark *){border-color:var(--color-violet-800)}.dark\:border-yellow-400:is(.dark *){border-color:var(--color-yellow-400)}.dark\:border-yellow-700:is(.dark *){border-color:var(--color-yellow-700)}.dark\:border-yellow-800:is(.dark *){border-color:var(--color-yellow-800)}.dark\:bg-amber-300:is(.dark *){background-color:var(--color-amber-300)}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1c398e4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-blue-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900)30%,transparent)}}.dark\:bg-destructive\/60:is(.dark *){background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:bg-destructive\/60:is(.dark *){background-color:color-mix(in oklab,var(--destructive)60%,transparent)}}.dark\:bg-emerald-500:is(.dark *){background-color:var(--color-emerald-500)}.dark\:bg-gray-800:is(.dark *){background-color:var(--color-gray-800)}.dark\:bg-green-900\/20:is(.dark *){background-color:#0d542b33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-green-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-green-900)20%,transparent)}}.dark\:bg-green-950:is(.dark *){background-color:var(--color-green-950)}.dark\:bg-indigo-950:is(.dark *){background-color:var(--color-indigo-950)}.dark\:bg-input\/30:is(.dark *){background-color:var(--input)}@supports (color:color-mix(in lab, red, red)){.dark\:bg-input\/30:is(.dark *){background-color:color-mix(in oklab,var(--input)30%,transparent)}}.dark\:bg-orange-900\/30:is(.dark *){background-color:#7e2a0c4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-orange-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-orange-900)30%,transparent)}}.dark\:bg-purple-900\/30:is(.dark *){background-color:#59168b4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-purple-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-purple-900)30%,transparent)}}.dark\:bg-purple-950:is(.dark *){background-color:var(--color-purple-950)}.dark\:bg-red-900\/30:is(.dark *){background-color:#82181a4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-red-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-red-900)30%,transparent)}}.dark\:bg-sky-950\/25:is(.dark *){background-color:#052f4a40}@supports (color:color-mix(in lab, red, red)){.dark\:bg-sky-950\/25:is(.dark *){background-color:color-mix(in oklab,var(--color-sky-950)25%,transparent)}}.dark\:bg-teal-900\/30:is(.dark *){background-color:#0b4f4a4d}@supports (color:color-mix(in lab, red, red)){.dark\:bg-teal-900\/30:is(.dark *){background-color:color-mix(in oklab,var(--color-teal-900)30%,transparent)}}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#733e0a33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-yellow-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-900)20%,transparent)}}.dark\:text-amber-300:is(.dark *){color:var(--color-amber-300)}.dark\:text-amber-400:is(.dark *){color:var(--color-amber-400)}.dark\:text-amber-950:is(.dark *){color:var(--color-amber-950)}.dark\:text-blue-400:is(.dark *){color:var(--color-blue-400)}.dark\:text-cyan-400:is(.dark *){color:var(--color-cyan-400)}.dark\:text-emerald-300:is(.dark *){color:var(--color-emerald-300)}.dark\:text-emerald-400:is(.dark *){color:var(--color-emerald-400)}.dark\:text-emerald-950:is(.dark *){color:var(--color-emerald-950)}.dark\:text-gray-400:is(.dark *){color:var(--color-gray-400)}.dark\:text-green-200:is(.dark *){color:var(--color-green-200)}.dark\:text-green-300:is(.dark *){color:var(--color-green-300)}.dark\:text-green-400:is(.dark *){color:var(--color-green-400)}.dark\:text-indigo-300:is(.dark *){color:var(--color-indigo-300)}.dark\:text-orange-400:is(.dark *){color:var(--color-orange-400)}.dark\:text-pink-400:is(.dark *){color:var(--color-pink-400)}.dark\:text-primary:is(.dark *){color:var(--primary)}.dark\:text-purple-300:is(.dark *){color:var(--color-purple-300)}.dark\:text-purple-400:is(.dark *){color:var(--color-purple-400)}.dark\:text-red-300:is(.dark *){color:var(--color-red-300)}.dark\:text-red-400:is(.dark *){color:var(--color-red-400)}.dark\:text-sky-100:is(.dark *){color:var(--color-sky-100)}.dark\:text-sky-200:is(.dark *){color:var(--color-sky-200)}.dark\:text-sky-300:is(.dark *){color:var(--color-sky-300)}.dark\:text-sky-400:is(.dark *){color:var(--color-sky-400)}.dark\:text-slate-400:is(.dark *){color:var(--color-slate-400)}.dark\:text-teal-400:is(.dark *){color:var(--color-teal-400)}.dark\:text-violet-300:is(.dark *){color:var(--color-violet-300)}.dark\:text-yellow-200:is(.dark *){color:var(--color-yellow-200)}.dark\:text-yellow-300:is(.dark *){color:var(--color-yellow-300)}.dark\:text-yellow-400:is(.dark *){color:var(--color-yellow-400)}@media (hover:hover){.dark\:hover\:bg-accent\/50:is(.dark *):hover{background-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-accent\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.dark\:hover\:bg-amber-200:is(.dark *):hover{background-color:var(--color-amber-200)}.dark\:hover\:bg-emerald-400:is(.dark *):hover{background-color:var(--color-emerald-400)}.dark\:hover\:bg-primary\/20:is(.dark *):hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-primary\/20:is(.dark *):hover{background-color:color-mix(in oklab,var(--primary)20%,transparent)}}.dark\:hover\:bg-red-400\/10:is(.dark *):hover{background-color:#ff65681a}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-red-400\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-red-400)10%,transparent)}}.dark\:hover\:bg-sky-300\/15:is(.dark *):hover{background-color:#77d4ff26}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-sky-300\/15:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-sky-300)15%,transparent)}}.dark\:hover\:bg-sky-400\/10:is(.dark *):hover{background-color:#00bcfe1a}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-sky-400\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-sky-400)10%,transparent)}}.dark\:hover\:bg-violet-400\/10:is(.dark *):hover{background-color:#a685ff1a}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-violet-400\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-violet-400)10%,transparent)}}.dark\:hover\:bg-yellow-400\/10:is(.dark *):hover{background-color:#fac8001a}@supports (color:color-mix(in lab, red, red)){.dark\:hover\:bg-yellow-400\/10:is(.dark *):hover{background-color:color-mix(in oklab,var(--color-yellow-400)10%,transparent)}}}.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:data-\[state\=unchecked\]\:bg-sky-950\/50:is(.dark *)[data-state=unchecked]{background-color:#052f4a80}@supports (color:color-mix(in lab, red, red)){.dark\:data-\[state\=unchecked\]\:bg-sky-950\/50:is(.dark *)[data-state=unchecked]{background-color:color-mix(in oklab,var(--color-sky-950)50%,transparent)}}.\[\&_\[data-slot\=select-value\]\]\:line-clamp-1 [data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\[\&_\[data-slot\=switch-thumb\]\]\:\!bg-white [data-slot=switch-thumb]{background-color:var(--color-white)!important}.\[\&_\[role\=checkbox\]\]\:translate-y-\[2px\] [role=checkbox]{--tw-translate-y:2px;translate:var(--tw-translate-x)var(--tw-translate-y)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--spacing)*0)}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>button\]\:border-border>button{border-color:var(--border)}.\[\&\>button\]\:bg-card>button{background-color:var(--card)}.\[\&\>button\:hover\]\:bg-muted>button:hover{background-color:var(--muted)}.\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&\>svg\]\:size-4>svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:var(--sidebar-accent-foreground)}.\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:calc(var(--spacing)*-2)}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:calc(var(--spacing)*-2)}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}}:root{--background:#fff;--foreground:#282c34;--card:#fff;--card-foreground:#282c34;--popover:#fff;--popover-foreground:#282c34;--primary:#23a997;--primary-foreground:#fff;--secondary:#f3f4f6;--secondary-foreground:#3e4451;--muted:#f3f4f6;--muted-foreground:#6b7280;--accent:#f3f4f6;--accent-foreground:#282c34;--destructive:#dc2828;--destructive-foreground:#fff;--border:#e5e7eb;--input:#e5e7eb;--ring:#23a997;--chart-1:#23a997;--chart-2:#0da2e7;--chart-3:#7c3bed;--chart-4:#e6477f;--chart-5:#fac814;--sidebar:#f9fafb;--sidebar-foreground:#3e4451;--sidebar-primary:#23a997;--sidebar-primary-foreground:#fff;--sidebar-accent:#eeeff2;--sidebar-accent-foreground:#282c34;--sidebar-border:#e5e7eb;--sidebar-ring:#23a997;--font-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--radius:.5rem;--shadow-2xs:0 1px 3px 0px #0000000d;--shadow-xs:0 1px 3px 0px #0000000d;--shadow-sm:0 1px 3px 0px #0000001a,0 1px 2px -1px #0000001a;--shadow:0 1px 3px 0px #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 1px 3px 0px #0000001a,0 2px 4px -1px #0000001a;--shadow-lg:0 1px 3px 0px #0000001a,0 4px 6px -1px #0000001a;--shadow-xl:0 1px 3px 0px #0000001a,0 8px 10px -1px #0000001a;--shadow-2xl:0 1px 3px 0px #00000040}.dark{--background:#262624;--foreground:#c3c0b6;--card:#262624;--card-foreground:#faf9f5;--popover:#30302e;--popover-foreground:#e5e5e2;--primary:#61d959;--primary-foreground:#fff;--secondary:#faf9f5;--secondary-foreground:#30302e;--muted:#1b1b19;--muted-foreground:#b7b5a9;--accent:#1a1915;--accent-foreground:#f5f4ee;--destructive:#ef4444;--destructive-foreground:#fff;--border:#3e3e38;--input:#52514a;--ring:#61d959;--chart-1:#b05730;--chart-2:#9c87f5;--chart-3:#1a1915;--chart-4:#2f2b48;--chart-5:#b4552d;--sidebar:#1f1e1d;--sidebar-foreground:#c3c0b6;--sidebar-primary:#61d959;--sidebar-primary-foreground:#fbfbfb;--sidebar-accent:#0f0f0e;--sidebar-accent-foreground:#c3c0b6;--sidebar-border:#3e3e38;--sidebar-ring:#61d959}*{border-color:var(--border)}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans)}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.dark ::-webkit-scrollbar{width:8px;height:8px}.dark ::-webkit-scrollbar-track{background:var(--muted);border-radius:4px}.dark ::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover{background:var(--input)}.logo-shadow{box-shadow:0 8px 22px #00000047}.dark .logo-shadow{box-shadow:0 8px 22px #ffffff2e}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff4d}.dark .glass{background:#1e1e1eb3;border:1px solid #ffffff1a}.glow-card{transition:box-shadow .3s,transform .2s}.glow-card:hover{transform:translateY(-2px);box-shadow:0 0 30px #20b2aa26,0 4px 20px #00000014}.dark .glow-card:hover{box-shadow:0 0 30px #4caf5033,0 4px 20px #0000004d}.glow-primary{transition:box-shadow .3s}.glow-primary:hover{box-shadow:0 0 20px #20b2aa66}.dark .glow-primary:hover{box-shadow:0 0 20px #4caf5066}.blur-bg{-webkit-backdrop-filter:blur(8px)}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}} diff --git a/public/ui/_not-found.html b/public/ui/_not-found.html index 78d8a13..573fb62 100644 --- a/public/ui/_not-found.html +++ b/public/ui/_not-found.html @@ -1,4 +1,4 @@ -404: This page could not be found.Osmedeus Dashboard404: This page could not be found.Osmedeus Dashboard

404

This page could not be found.

\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)

404

This page could not be found.

\ No newline at end of file diff --git a/public/ui/_not-found.txt b/public/ui/_not-found.txt index 326d27d..8db2cb5 100644 --- a/public/ui/_not-found.txt +++ b/public/ui/_not-found.txt @@ -10,8 +10,8 @@ b:I[97367,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] d:I[97367,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] f:I[68027,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/5ae60b5ed3a7770a.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/fb70bb72a072b317.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/5ae60b5ed3a7770a.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/fb70bb72a072b317.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true} c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] 10:I[27201,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] a:null diff --git a/public/ui/_not-found/__next._full.txt b/public/ui/_not-found/__next._full.txt index 326d27d..8db2cb5 100644 --- a/public/ui/_not-found/__next._full.txt +++ b/public/ui/_not-found/__next._full.txt @@ -10,8 +10,8 @@ b:I[97367,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] d:I[97367,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] f:I[68027,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/5ae60b5ed3a7770a.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/fb70bb72a072b317.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/5ae60b5ed3a7770a.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/fb70bb72a072b317.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true} c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] 10:I[27201,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] a:null diff --git a/public/ui/_not-found/__next._head.txt b/public/ui/_not-found/__next._head.txt index 3de5309..c6b032e 100644 --- a/public/ui/_not-found/__next._head.txt +++ b/public/ui/_not-found/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/_not-found/__next._index.txt b/public/ui/_not-found/__next._index.txt index 935a5cb..32c2c4b 100644 --- a/public/ui/_not-found/__next._index.txt +++ b/public/ui/_not-found/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/5ae60b5ed3a7770a.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/fb70bb72a072b317.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/5ae60b5ed3a7770a.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/fb70bb72a072b317.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/_not-found/__next._not-found.__PAGE__.txt b/public/ui/_not-found/__next._not-found.__PAGE__.txt index 013dde5..6813c5e 100644 --- a/public/ui/_not-found/__next._not-found.__PAGE__.txt +++ b/public/ui/_not-found/__next._not-found.__PAGE__.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" 2:I[97367,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 3:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false} 4:null diff --git a/public/ui/_not-found/__next._not-found.txt b/public/ui/_not-found/__next._not-found.txt index 95d3e7b..e57b7cf 100644 --- a/public/ui/_not-found/__next._not-found.txt +++ b/public/ui/_not-found/__next._not-found.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/5ae60b5ed3a7770a.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/_not-found/__next._tree.txt b/public/ui/_not-found/__next._tree.txt index 32a9293..dab013a 100644 --- a/public/ui/_not-found/__next._tree.txt +++ b/public/ui/_not-found/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/api/mock/api/assets b/public/ui/api/mock/api/assets index b88cb4f..70ebf74 100644 --- a/public/ui/api/mock/api/assets +++ b/public/ui/api/mock/api/assets @@ -1 +1 @@ -{"data":[{"id":"asset-ws-001-0000","workspace":"ws-001","host":"api.example.com","url":"https://api.example.com","status_code":200,"title":"Welcome to Our API","technologies":["nginx","React","Node.js"],"created_at":"2026-01-23T17:57:37.578Z"},{"id":"asset-ws-001-0001","workspace":"ws-001","host":"www.example.com","url":"https://www.example.com/path-1","status_code":200,"title":"Admin Dashboard","technologies":["nginx","React"],"created_at":"2026-01-23T06:57:38.256Z"},{"id":"asset-ws-001-0002","workspace":"ws-001","host":"mail.example.com","url":"https://mail.example.com/path-2","status_code":200,"title":"Login Portal","technologies":["nginx"],"created_at":"2026-01-20T21:49:10.206Z"},{"id":"asset-ws-001-0003","workspace":"ws-001","host":"admin.example.com","url":"https://admin.example.com/path-3","status_code":200,"title":"Documentation","technologies":["nginx","React","Node.js"],"created_at":"2026-01-21T22:25:50.605Z"},{"id":"asset-ws-001-0004","workspace":"ws-001","host":"dashboard.example.com","url":"https://dashboard.example.com/path-4","status_code":301,"technologies":[],"created_at":"2026-01-18T14:39:51.595Z"},{"id":"asset-ws-001-0005","workspace":"ws-001","host":"app.example.com","url":"https://app.example.com/path-5","status_code":302,"technologies":[],"created_at":"2026-01-17T22:22:39.980Z"},{"id":"asset-ws-001-0006","workspace":"ws-001","host":"cdn.example.com","url":"https://cdn.example.com/path-6","status_code":403,"technologies":[],"created_at":"2026-01-21T06:38:43.087Z"},{"id":"asset-ws-001-0007","workspace":"ws-001","host":"static.example.com","url":"https://static.example.com/path-7","status_code":404,"technologies":[],"created_at":"2026-01-19T23:26:01.011Z"},{"id":"asset-ws-001-0008","workspace":"ws-001","host":"dev.example.com","url":"https://dev.example.com/path-8","status_code":500,"technologies":[],"created_at":"2026-01-22T15:46:52.326Z"},{"id":"asset-ws-001-0009","workspace":"ws-001","host":"staging.example.com","url":"https://staging.example.com/path-9","status_code":200,"title":"Blog","technologies":["nginx","React","Node.js"],"created_at":"2026-01-23T00:12:12.337Z"},{"id":"asset-ws-001-0010","workspace":"ws-001","host":"test.example.com","url":"https://test.example.com/path-10","status_code":200,"title":"Store","technologies":["nginx"],"created_at":"2026-01-22T19:41:32.819Z"},{"id":"asset-ws-001-0011","workspace":"ws-001","host":"beta.example.com","url":"https://beta.example.com/path-11","status_code":200,"title":"Developer Portal","technologies":["nginx"],"created_at":"2026-01-22T16:21:46.005Z"},{"id":"asset-ws-001-0012","workspace":"ws-001","host":"secure.example.com","url":"https://secure.example.com/path-12","status_code":200,"title":"Welcome to Our API","technologies":["nginx"],"created_at":"2026-01-21T02:14:40.337Z"},{"id":"asset-ws-001-0013","workspace":"ws-001","host":"auth.example.com","url":"https://auth.example.com/path-13","status_code":200,"title":"Admin Dashboard","technologies":["nginx","React"],"created_at":"2026-01-22T22:10:46.406Z"},{"id":"asset-ws-001-0014","workspace":"ws-001","host":"login.example.com","url":"https://login.example.com/path-14","status_code":200,"title":"Login Portal","technologies":["nginx","React"],"created_at":"2026-01-20T10:39:03.176Z"},{"id":"asset-ws-001-0015","workspace":"ws-001","host":"portal.example.com","url":"https://portal.example.com/path-15","status_code":200,"title":"Documentation","technologies":["nginx","React","Node.js"],"created_at":"2026-01-21T19:36:11.873Z"},{"id":"asset-ws-001-0016","workspace":"ws-001","host":"shop.example.com","url":"https://shop.example.com/path-16","status_code":301,"technologies":[],"created_at":"2026-01-20T10:18:16.213Z"},{"id":"asset-ws-001-0017","workspace":"ws-001","host":"store.example.com","url":"https://store.example.com/path-17","status_code":302,"technologies":[],"created_at":"2026-01-24T07:51:46.429Z"},{"id":"asset-ws-001-0018","workspace":"ws-001","host":"blog.example.com","url":"https://blog.example.com/path-18","status_code":403,"technologies":[],"created_at":"2026-01-17T20:30:17.312Z"},{"id":"asset-ws-001-0019","workspace":"ws-001","host":"docs.example.com","url":"https://docs.example.com/path-19","status_code":404,"technologies":[],"created_at":"2026-01-20T00:28:26.737Z"}],"pagination":{"total":856,"offset":0,"limit":20}} \ No newline at end of file +{"data":[{"id":"asset-ws-001-0000","workspace":"ws-001","host":"api.example.com","url":"https://api.example.com","status_code":200,"title":"Welcome to Our API","technologies":["nginx","React","Node.js"],"created_at":"2026-01-23T22:51:50.977Z"},{"id":"asset-ws-001-0001","workspace":"ws-001","host":"www.example.com","url":"https://www.example.com/path-1","status_code":200,"title":"Admin Dashboard","technologies":["nginx","React","Node.js"],"created_at":"2026-01-21T14:36:31.356Z"},{"id":"asset-ws-001-0002","workspace":"ws-001","host":"mail.example.com","url":"https://mail.example.com/path-2","status_code":200,"title":"Login Portal","technologies":["nginx","React"],"created_at":"2026-01-26T04:31:34.630Z"},{"id":"asset-ws-001-0003","workspace":"ws-001","host":"admin.example.com","url":"https://admin.example.com/path-3","status_code":200,"title":"Documentation","technologies":["nginx","React"],"created_at":"2026-01-24T00:03:58.914Z"},{"id":"asset-ws-001-0004","workspace":"ws-001","host":"dashboard.example.com","url":"https://dashboard.example.com/path-4","status_code":301,"technologies":[],"created_at":"2026-01-24T13:05:08.205Z"},{"id":"asset-ws-001-0005","workspace":"ws-001","host":"app.example.com","url":"https://app.example.com/path-5","status_code":302,"technologies":[],"created_at":"2026-01-22T17:12:32.317Z"},{"id":"asset-ws-001-0006","workspace":"ws-001","host":"cdn.example.com","url":"https://cdn.example.com/path-6","status_code":403,"technologies":[],"created_at":"2026-01-26T05:05:50.292Z"},{"id":"asset-ws-001-0007","workspace":"ws-001","host":"static.example.com","url":"https://static.example.com/path-7","status_code":404,"technologies":[],"created_at":"2026-01-21T05:01:16.468Z"},{"id":"asset-ws-001-0008","workspace":"ws-001","host":"dev.example.com","url":"https://dev.example.com/path-8","status_code":500,"technologies":[],"created_at":"2026-01-21T17:39:24.009Z"},{"id":"asset-ws-001-0009","workspace":"ws-001","host":"staging.example.com","url":"https://staging.example.com/path-9","status_code":200,"title":"Blog","technologies":["nginx","React","Node.js"],"created_at":"2026-01-24T20:57:26.151Z"},{"id":"asset-ws-001-0010","workspace":"ws-001","host":"test.example.com","url":"https://test.example.com/path-10","status_code":200,"title":"Store","technologies":["nginx","React","Node.js"],"created_at":"2026-01-22T09:09:41.652Z"},{"id":"asset-ws-001-0011","workspace":"ws-001","host":"beta.example.com","url":"https://beta.example.com/path-11","status_code":200,"title":"Developer Portal","technologies":["nginx"],"created_at":"2026-01-20T00:37:54.323Z"},{"id":"asset-ws-001-0012","workspace":"ws-001","host":"secure.example.com","url":"https://secure.example.com/path-12","status_code":200,"title":"Welcome to Our API","technologies":["nginx","React","Node.js"],"created_at":"2026-01-24T02:36:48.835Z"},{"id":"asset-ws-001-0013","workspace":"ws-001","host":"auth.example.com","url":"https://auth.example.com/path-13","status_code":200,"title":"Admin Dashboard","technologies":["nginx","React"],"created_at":"2026-01-22T21:41:30.800Z"},{"id":"asset-ws-001-0014","workspace":"ws-001","host":"login.example.com","url":"https://login.example.com/path-14","status_code":200,"title":"Login Portal","technologies":["nginx"],"created_at":"2026-01-20T12:33:22.999Z"},{"id":"asset-ws-001-0015","workspace":"ws-001","host":"portal.example.com","url":"https://portal.example.com/path-15","status_code":200,"title":"Documentation","technologies":["nginx"],"created_at":"2026-01-23T13:02:46.886Z"},{"id":"asset-ws-001-0016","workspace":"ws-001","host":"shop.example.com","url":"https://shop.example.com/path-16","status_code":301,"technologies":[],"created_at":"2026-01-25T13:42:05.290Z"},{"id":"asset-ws-001-0017","workspace":"ws-001","host":"store.example.com","url":"https://store.example.com/path-17","status_code":302,"technologies":[],"created_at":"2026-01-25T09:19:10.476Z"},{"id":"asset-ws-001-0018","workspace":"ws-001","host":"blog.example.com","url":"https://blog.example.com/path-18","status_code":403,"technologies":[],"created_at":"2026-01-21T23:18:32.837Z"},{"id":"asset-ws-001-0019","workspace":"ws-001","host":"docs.example.com","url":"https://docs.example.com/path-19","status_code":404,"technologies":[],"created_at":"2026-01-26T06:59:28.790Z"}],"pagination":{"total":856,"offset":0,"limit":20}} \ No newline at end of file diff --git a/public/ui/api/mock/api/tasks b/public/ui/api/mock/api/tasks index c722b52..3061b73 100644 --- a/public/ui/api/mock/api/tasks +++ b/public/ui/api/mock/api/tasks @@ -1 +1 @@ -{"running":[{"id":"scan-002","workflow_name":"vulnerability-scan","workflow_kind":"flow","target":"api.example.com","status":"running","worker_id":"worker-001","created_at":"2026-01-24T18:52:59.132Z","started_at":"2026-01-24T18:52:59.132Z"},{"id":"scan-003","workflow_name":"full-recon","workflow_kind":"flow","target":"testsite.org","status":"pending","worker_id":"worker-001","created_at":"2026-01-24T19:02:59.132Z","started_at":"2026-01-24T19:02:59.132Z"},{"id":"scan-008","workflow_name":"vulnerability-scan","workflow_kind":"flow","target":"shop.retail.com","status":"running","worker_id":"worker-001","created_at":"2026-01-24T18:57:59.132Z","started_at":"2026-01-24T18:57:59.132Z"}],"completed":[{"task_id":"scan-001","status":"completed","output":"Scan completed successfully","completed_at":"2026-01-24T18:37:59.132Z","workflow":"subdomain-enum","exports":{}},{"task_id":"scan-004","status":"failed","output":"Task ended","completed_at":"2026-01-24T17:14:39.132Z","workflow":"subdomain-enum","exports":{}},{"task_id":"scan-005","status":"completed","output":"Scan completed successfully","completed_at":"2026-01-23T20:07:59.132Z","workflow":"http-probe","exports":{}},{"task_id":"scan-006","status":"cancelled","output":"Task ended","completed_at":"2026-01-22T19:37:59.132Z","workflow":"subdomain-enum","exports":{}},{"task_id":"scan-007","status":"completed","output":"Scan completed successfully","completed_at":"2026-01-21T21:07:59.132Z","workflow":"full-recon","exports":{}}]} \ No newline at end of file +{"running":[{"id":"scan-002","workflow_name":"vulnerability-scan","workflow_kind":"flow","target":"api.example.com","status":"running","worker_id":"worker-001","created_at":"2026-01-26T15:51:30.611Z","started_at":"2026-01-26T15:51:30.611Z"},{"id":"scan-003","workflow_name":"full-recon","workflow_kind":"flow","target":"testsite.org","status":"pending","worker_id":"worker-001","created_at":"2026-01-26T16:01:30.611Z","started_at":"2026-01-26T16:01:30.611Z"},{"id":"scan-008","workflow_name":"vulnerability-scan","workflow_kind":"flow","target":"shop.retail.com","status":"running","worker_id":"worker-001","created_at":"2026-01-26T15:56:30.611Z","started_at":"2026-01-26T15:56:30.611Z"}],"completed":[{"task_id":"scan-001","status":"completed","output":"Scan completed successfully","completed_at":"2026-01-26T15:36:30.611Z","workflow":"subdomain-enum","exports":{}},{"task_id":"scan-004","status":"failed","output":"Task ended","completed_at":"2026-01-26T14:13:10.611Z","workflow":"subdomain-enum","exports":{}},{"task_id":"scan-005","status":"completed","output":"Scan completed successfully","completed_at":"2026-01-25T17:06:30.611Z","workflow":"http-probe","exports":{}},{"task_id":"scan-006","status":"cancelled","output":"Task ended","completed_at":"2026-01-24T16:36:30.611Z","workflow":"subdomain-enum","exports":{}},{"task_id":"scan-007","status":"completed","output":"Scan completed successfully","completed_at":"2026-01-23T18:06:30.611Z","workflow":"full-recon","exports":{}}]} \ No newline at end of file diff --git a/public/ui/api/mock/api/workflows-list b/public/ui/api/mock/api/workflows-list index f1090e1..3f70432 100644 --- a/public/ui/api/mock/api/workflows-list +++ b/public/ui/api/mock/api/workflows-list @@ -1 +1 @@ -{"data":[{"name":"test-docker-flow","kind":"flow","description":"Flow orchestrating multiple Docker-based security scanning modules","tags":["mock-data"],"file_path":"/mock-workflows/test-docker-flow.yaml","params":[{"name":"target","required":true},{"name":"Output","default":"/tmp/osm-docker-flow"},{"name":"mode","default":"full"},{"name":"threads","default":"10"},{"name":"skip_vuln_scan","default":"false"}],"required_params":["target"],"step_count":0,"module_count":10,"checksum":"","indexed_at":"2026-01-24T19:07:59.141Z"},{"name":"ssh-runner-example","kind":"module","description":"Demonstrates SSH runner configuration with all available fields","tags":["ssh","runner","remote","mock-data"],"file_path":"/mock-workflows/full-field-workflows/module-ssh-runner.yaml","params":[{"name":"ssh_host","default":"192.168.1.100","required":true},{"name":"ssh_user","default":"scanner","required":true},{"name":"ssh_key_path","default":"~/.ssh/id_rsa"},{"name":"threads","default":"10"}],"required_params":["ssh_host","ssh_user"],"step_count":10,"module_count":0,"checksum":"","indexed_at":"2026-01-24T19:07:59.142Z"},{"name":"triggers-example","kind":"flow","description":"Demonstrates all trigger types with comprehensive field documentation","tags":["triggers","automation","scheduled","mock-data"],"file_path":"/mock-workflows/full-field-workflows/flow-with-triggers.yaml","params":[{"name":"scan_type","default":"standard"},{"name":"threads","default":"10"}],"required_params":[],"step_count":0,"module_count":3,"checksum":"","indexed_at":"2026-01-24T19:07:59.142Z"},{"name":"docker-runner-example","kind":"module","description":"Demonstrates Docker runner configuration with all available fields","tags":["docker","runner","container","mock-data"],"file_path":"/mock-workflows/full-field-workflows/module-docker-runner.yaml","params":[{"name":"api_key","default":"demo-key"},{"name":"threads","default":"5"}],"required_params":[],"step_count":7,"module_count":0,"checksum":"","indexed_at":"2026-01-24T19:07:59.142Z"},{"name":"mock-all-step-types-example","kind":"module","description":"Mock Demonstrates all step types and their fields with detailed comments","tags":["example","comprehensive","demo","mock-data"],"file_path":"/mock-workflows/full-field-workflows/mock-module-all-step-types.yaml","params":[{"name":"message","default":"Hello World","required":false},{"name":"output_dir","default":"{{Output}}/results","required":false},{"name":"threads","default":"10","required":false},{"name":"run_id","generator":"uuid()"}],"required_params":[],"step_count":14,"module_count":0,"checksum":"","indexed_at":"2026-01-24T19:07:59.143Z"},{"name":"mock-comprehensive-flow-example","kind":"flow","description":"Mock Demonstrates all flow-specific fields including modules, dependencies, conditions, and decisions","tags":["flow","comprehensive","example","mock-data"],"file_path":"/mock-workflows/full-field-workflows/mock-flow-comprehensive.yaml","params":[{"name":"threads","default":"10"},{"name":"timeout","default":"3600"},{"name":"scan_depth","default":"normal"},{"name":"output_format","default":"json"}],"required_params":[],"step_count":0,"module_count":11,"checksum":"","indexed_at":"2026-01-24T19:07:59.143Z"},{"name":"test-complex-docker-workflow","kind":"module","description":"Complex workflow demonstrating bash, function steps with docker step_runner","tags":["mock-data"],"file_path":"/mock-workflows/test-complex-docker-workflow.yaml","params":[{"name":"target","required":true},{"name":"output_dir","default":"/tmp/osm-complex-test"},{"name":"threads","default":"5"}],"required_params":["target"],"step_count":13,"module_count":0,"checksum":"","indexed_at":"2026-01-24T19:07:59.144Z"},{"name":"test-decision","kind":"module","description":"Test conditional step routing with decision","tags":["mock-data"],"file_path":"/mock-workflows/test-decision.yaml","params":[{"name":"target","required":true}],"required_params":["target"],"step_count":3,"module_count":0,"checksum":"","indexed_at":"2026-01-24T19:07:59.144Z"},{"name":"test-loop","kind":"module","description":"Test foreach loop with threading","tags":["mock-data"],"file_path":"/mock-workflows/test-loop.yaml","params":[{"name":"target","required":true}],"required_params":["target"],"step_count":2,"module_count":0,"checksum":"","indexed_at":"2026-01-24T19:07:59.144Z"}],"pagination":{"total":9,"offset":0,"limit":50}} \ No newline at end of file +{"data":[{"name":"test-docker-flow","kind":"flow","description":"Flow orchestrating multiple Docker-based security scanning modules","tags":["mock-data"],"file_path":"/mock-workflows/test-docker-flow.yaml","params":[{"name":"target","required":true},{"name":"Output","default":"/tmp/osm-docker-flow"},{"name":"mode","default":"full"},{"name":"threads","default":"10"},{"name":"skip_vuln_scan","default":"false"}],"required_params":["target"],"step_count":0,"module_count":10,"checksum":"","indexed_at":"2026-01-26T16:06:30.606Z"},{"name":"ssh-runner-example","kind":"module","description":"Demonstrates SSH runner configuration with all available fields","tags":["ssh","runner","remote","mock-data"],"file_path":"/mock-workflows/full-field-workflows/module-ssh-runner.yaml","params":[{"name":"ssh_host","default":"192.168.1.100","required":true},{"name":"ssh_user","default":"scanner","required":true},{"name":"ssh_key_path","default":"~/.ssh/id_rsa"},{"name":"threads","default":"10"}],"required_params":["ssh_host","ssh_user"],"step_count":10,"module_count":0,"checksum":"","indexed_at":"2026-01-26T16:06:30.607Z"},{"name":"triggers-example","kind":"flow","description":"Demonstrates all trigger types with comprehensive field documentation","tags":["triggers","automation","scheduled","mock-data"],"file_path":"/mock-workflows/full-field-workflows/flow-with-triggers.yaml","params":[{"name":"scan_type","default":"standard"},{"name":"threads","default":"10"}],"required_params":[],"step_count":0,"module_count":3,"checksum":"","indexed_at":"2026-01-26T16:06:30.607Z"},{"name":"docker-runner-example","kind":"module","description":"Demonstrates Docker runner configuration with all available fields","tags":["docker","runner","container","mock-data"],"file_path":"/mock-workflows/full-field-workflows/module-docker-runner.yaml","params":[{"name":"api_key","default":"demo-key"},{"name":"threads","default":"5"}],"required_params":[],"step_count":7,"module_count":0,"checksum":"","indexed_at":"2026-01-26T16:06:30.607Z"},{"name":"mock-all-step-types-example","kind":"module","description":"Mock Demonstrates all step types and their fields with detailed comments","tags":["example","comprehensive","demo","mock-data"],"file_path":"/mock-workflows/full-field-workflows/mock-module-all-step-types.yaml","params":[{"name":"message","default":"Hello World","required":false},{"name":"output_dir","default":"{{Output}}/results","required":false},{"name":"threads","default":"10","required":false},{"name":"run_id","generator":"uuid()"}],"required_params":[],"step_count":14,"module_count":0,"checksum":"","indexed_at":"2026-01-26T16:06:30.608Z"},{"name":"mock-comprehensive-flow-example","kind":"flow","description":"Mock Demonstrates all flow-specific fields including modules, dependencies, conditions, and decisions","tags":["flow","comprehensive","example","mock-data"],"file_path":"/mock-workflows/full-field-workflows/mock-flow-comprehensive.yaml","params":[{"name":"threads","default":"10"},{"name":"timeout","default":"3600"},{"name":"scan_depth","default":"normal"},{"name":"output_format","default":"json"}],"required_params":[],"step_count":0,"module_count":11,"checksum":"","indexed_at":"2026-01-26T16:06:30.608Z"},{"name":"test-complex-docker-workflow","kind":"module","description":"Complex workflow demonstrating bash, function steps with docker step_runner","tags":["mock-data"],"file_path":"/mock-workflows/test-complex-docker-workflow.yaml","params":[{"name":"target","required":true},{"name":"output_dir","default":"/tmp/osm-complex-test"},{"name":"threads","default":"5"}],"required_params":["target"],"step_count":13,"module_count":0,"checksum":"","indexed_at":"2026-01-26T16:06:30.608Z"},{"name":"test-decision","kind":"module","description":"Test conditional step routing with decision","tags":["mock-data"],"file_path":"/mock-workflows/test-decision.yaml","params":[{"name":"target","required":true}],"required_params":["target"],"step_count":3,"module_count":0,"checksum":"","indexed_at":"2026-01-26T16:06:30.608Z"},{"name":"test-loop","kind":"module","description":"Test foreach loop with threading","tags":["mock-data"],"file_path":"/mock-workflows/test-loop.yaml","params":[{"name":"target","required":true}],"required_params":["target"],"step_count":2,"module_count":0,"checksum":"","indexed_at":"2026-01-26T16:06:30.608Z"}],"pagination":{"total":9,"offset":0,"limit":50}} \ No newline at end of file diff --git a/public/ui/api/mock/api/workspaces b/public/ui/api/mock/api/workspaces index a40e17c..835a8de 100644 --- a/public/ui/api/mock/api/workspaces +++ b/public/ui/api/mock/api/workspaces @@ -1 +1 @@ -{"data":[{"id":1,"name":"example.com","data_source":"local","local_path":"/home/user/osmedeus-base/workspaces/example.com","state_execution_log":"/home/user/osmedeus-base/workspaces/example.com/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/example.com/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/example.com/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/example.com/state","total_assets":150,"total_subdomains":1247,"total_urls":856,"total_vulns":23,"vuln_critical":2,"vuln_high":5,"vuln_medium":8,"vuln_low":8,"vuln_potential":3,"risk_score":7.5,"tags":["production","priority"],"last_run":"2026-01-24T18:07:59.166Z","run_workflow":"subdomain-enum","created_at":"2024-01-15T08:00:00Z","updated_at":"2026-01-24T18:07:59.166Z"},{"id":2,"name":"testsite.org","data_source":"cloud","local_path":"/home/user/osmedeus-base/workspaces/testsite.org","state_execution_log":"/home/user/osmedeus-base/workspaces/testsite.org/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/testsite.org/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/testsite.org/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/testsite.org/state","total_assets":50,"total_subdomains":342,"total_urls":189,"total_vulns":7,"vuln_critical":0,"vuln_high":1,"vuln_medium":3,"vuln_low":3,"vuln_potential":2,"risk_score":4.2,"tags":["staging"],"last_run":"2026-01-23T19:07:59.166Z","run_workflow":"port-scan","created_at":"2024-02-20T12:00:00Z","updated_at":"2026-01-23T19:07:59.166Z"},{"id":3,"name":"acme.io","data_source":"imported","local_path":"/home/user/osmedeus-base/workspaces/acme.io","state_execution_log":"/home/user/osmedeus-base/workspaces/acme.io/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/acme.io/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/acme.io/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/acme.io/state","total_assets":320,"total_subdomains":2156,"total_urls":1432,"total_vulns":45,"vuln_critical":5,"vuln_high":12,"vuln_medium":15,"vuln_low":13,"vuln_potential":8,"risk_score":8.8,"tags":["production","critical"],"last_run":"2026-01-22T19:07:59.166Z","run_workflow":"full-scan","created_at":"2024-03-10T10:00:00Z","updated_at":"2026-01-22T19:07:59.166Z"},{"id":4,"name":"secure.bank.com","data_source":"local","local_path":"/home/user/osmedeus-base/workspaces/secure.bank.com","state_execution_log":"/home/user/osmedeus-base/workspaces/secure.bank.com/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/secure.bank.com/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/secure.bank.com/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/secure.bank.com/state","total_assets":80,"total_subdomains":567,"total_urls":312,"total_vulns":12,"vuln_critical":1,"vuln_high":2,"vuln_medium":5,"vuln_low":4,"vuln_potential":0,"risk_score":5.5,"tags":["finance","priority"],"last_run":"2026-01-24T07:07:59.166Z","run_workflow":"vuln-scan","created_at":"2024-04-05T09:00:00Z","updated_at":"2026-01-24T07:07:59.166Z"},{"id":5,"name":"startup.dev","data_source":"cloud","local_path":"/home/user/osmedeus-base/workspaces/startup.dev","state_execution_log":"/home/user/osmedeus-base/workspaces/startup.dev/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/startup.dev/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/startup.dev/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/startup.dev/state","total_assets":20,"total_subdomains":89,"total_urls":45,"total_vulns":3,"vuln_critical":0,"vuln_high":0,"vuln_medium":1,"vuln_low":2,"vuln_potential":5,"risk_score":2.1,"tags":["development"],"last_run":"2026-01-17T19:07:59.166Z","run_workflow":"quick-scan","created_at":"2024-05-01T14:00:00Z","updated_at":"2026-01-17T19:07:59.166Z"},{"id":6,"name":"megacorp.com","data_source":"local","local_path":"/home/user/osmedeus-base/workspaces/megacorp.com","state_execution_log":"/home/user/osmedeus-base/workspaces/megacorp.com/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/megacorp.com/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/megacorp.com/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/megacorp.com/state","total_assets":890,"total_subdomains":8934,"total_urls":4521,"total_vulns":89,"vuln_critical":8,"vuln_high":22,"vuln_medium":35,"vuln_low":24,"vuln_potential":15,"risk_score":9.2,"tags":["enterprise","production","critical"],"last_run":"2026-01-21T19:07:59.166Z","run_workflow":"full-scan","created_at":"2024-01-01T08:00:00Z","updated_at":"2026-01-21T19:07:59.166Z"},{"id":7,"name":"shop.retail.com","data_source":"imported","local_path":"/home/user/osmedeus-base/workspaces/shop.retail.com","state_execution_log":"/home/user/osmedeus-base/workspaces/shop.retail.com/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/shop.retail.com/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/shop.retail.com/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/shop.retail.com/state","total_assets":45,"total_subdomains":234,"total_urls":167,"total_vulns":5,"vuln_critical":0,"vuln_high":1,"vuln_medium":2,"vuln_low":2,"vuln_potential":3,"risk_score":3.5,"tags":["retail","staging"],"last_run":"2026-01-24T18:57:59.166Z","run_workflow":"subdomain-enum","created_at":"2024-06-15T11:00:00Z","updated_at":"2026-01-24T18:57:59.166Z"}],"pagination":{"total":7,"offset":0,"limit":20},"mode":"database"} \ No newline at end of file +{"data":[{"id":1,"name":"example.com","data_source":"local","local_path":"/home/user/osmedeus-base/workspaces/example.com","state_execution_log":"/home/user/osmedeus-base/workspaces/example.com/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/example.com/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/example.com/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/example.com/state","total_assets":150,"total_subdomains":1247,"total_urls":856,"total_vulns":23,"vuln_critical":2,"vuln_high":5,"vuln_medium":8,"vuln_low":8,"vuln_potential":3,"risk_score":7.5,"tags":["production","priority"],"last_run":"2026-01-26T15:06:30.630Z","run_workflow":"subdomain-enum","created_at":"2024-01-15T08:00:00Z","updated_at":"2026-01-26T15:06:30.630Z"},{"id":2,"name":"testsite.org","data_source":"cloud","local_path":"/home/user/osmedeus-base/workspaces/testsite.org","state_execution_log":"/home/user/osmedeus-base/workspaces/testsite.org/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/testsite.org/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/testsite.org/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/testsite.org/state","total_assets":50,"total_subdomains":342,"total_urls":189,"total_vulns":7,"vuln_critical":0,"vuln_high":1,"vuln_medium":3,"vuln_low":3,"vuln_potential":2,"risk_score":4.2,"tags":["staging"],"last_run":"2026-01-25T16:06:30.630Z","run_workflow":"port-scan","created_at":"2024-02-20T12:00:00Z","updated_at":"2026-01-25T16:06:30.630Z"},{"id":3,"name":"acme.io","data_source":"imported","local_path":"/home/user/osmedeus-base/workspaces/acme.io","state_execution_log":"/home/user/osmedeus-base/workspaces/acme.io/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/acme.io/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/acme.io/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/acme.io/state","total_assets":320,"total_subdomains":2156,"total_urls":1432,"total_vulns":45,"vuln_critical":5,"vuln_high":12,"vuln_medium":15,"vuln_low":13,"vuln_potential":8,"risk_score":8.8,"tags":["production","critical"],"last_run":"2026-01-24T16:06:30.630Z","run_workflow":"full-scan","created_at":"2024-03-10T10:00:00Z","updated_at":"2026-01-24T16:06:30.630Z"},{"id":4,"name":"secure.bank.com","data_source":"local","local_path":"/home/user/osmedeus-base/workspaces/secure.bank.com","state_execution_log":"/home/user/osmedeus-base/workspaces/secure.bank.com/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/secure.bank.com/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/secure.bank.com/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/secure.bank.com/state","total_assets":80,"total_subdomains":567,"total_urls":312,"total_vulns":12,"vuln_critical":1,"vuln_high":2,"vuln_medium":5,"vuln_low":4,"vuln_potential":0,"risk_score":5.5,"tags":["finance","priority"],"last_run":"2026-01-26T04:06:30.630Z","run_workflow":"vuln-scan","created_at":"2024-04-05T09:00:00Z","updated_at":"2026-01-26T04:06:30.630Z"},{"id":5,"name":"startup.dev","data_source":"cloud","local_path":"/home/user/osmedeus-base/workspaces/startup.dev","state_execution_log":"/home/user/osmedeus-base/workspaces/startup.dev/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/startup.dev/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/startup.dev/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/startup.dev/state","total_assets":20,"total_subdomains":89,"total_urls":45,"total_vulns":3,"vuln_critical":0,"vuln_high":0,"vuln_medium":1,"vuln_low":2,"vuln_potential":5,"risk_score":2.1,"tags":["development"],"last_run":"2026-01-19T16:06:30.630Z","run_workflow":"quick-scan","created_at":"2024-05-01T14:00:00Z","updated_at":"2026-01-19T16:06:30.630Z"},{"id":6,"name":"megacorp.com","data_source":"local","local_path":"/home/user/osmedeus-base/workspaces/megacorp.com","state_execution_log":"/home/user/osmedeus-base/workspaces/megacorp.com/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/megacorp.com/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/megacorp.com/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/megacorp.com/state","total_assets":890,"total_subdomains":8934,"total_urls":4521,"total_vulns":89,"vuln_critical":8,"vuln_high":22,"vuln_medium":35,"vuln_low":24,"vuln_potential":15,"risk_score":9.2,"tags":["enterprise","production","critical"],"last_run":"2026-01-23T16:06:30.630Z","run_workflow":"full-scan","created_at":"2024-01-01T08:00:00Z","updated_at":"2026-01-23T16:06:30.630Z"},{"id":7,"name":"shop.retail.com","data_source":"imported","local_path":"/home/user/osmedeus-base/workspaces/shop.retail.com","state_execution_log":"/home/user/osmedeus-base/workspaces/shop.retail.com/log/execution.log","state_completed_file":"/home/user/osmedeus-base/workspaces/shop.retail.com/state/completed","state_workflow_file":"/home/user/osmedeus-base/workspaces/shop.retail.com/state/workflow.yaml","state_workflow_folder":"/home/user/osmedeus-base/workspaces/shop.retail.com/state","total_assets":45,"total_subdomains":234,"total_urls":167,"total_vulns":5,"vuln_critical":0,"vuln_high":1,"vuln_medium":2,"vuln_low":2,"vuln_potential":3,"risk_score":3.5,"tags":["retail","staging"],"last_run":"2026-01-26T15:56:30.630Z","run_workflow":"subdomain-enum","created_at":"2024-06-15T11:00:00Z","updated_at":"2026-01-26T15:56:30.630Z"}],"pagination":{"total":7,"offset":0,"limit":20},"mode":"database"} \ No newline at end of file diff --git a/public/ui/assets.html b/public/ui/assets.html index 0f0f32b..4185844 100644 --- a/public/ui/assets.html +++ b/public/ui/assets.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/assets.txt b/public/ui/assets.txt index 653fdd1..a1f56ff 100644 --- a/public/ui/assets.txt +++ b/public/ui/assets.txt @@ -12,8 +12,8 @@ d:"$Sreact.suspense" f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 11:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","assets"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["assets",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","assets"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["assets",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} b:E{"digest":"NEXT_REDIRECT;replace;/inventory/workspaces;307;"} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" 10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] diff --git a/public/ui/assets/__next.!KGRhc2hib2FyZCk.assets.__PAGE__.txt b/public/ui/assets/__next.!KGRhc2hib2FyZCk.assets.__PAGE__.txt index 1d4fd72..be452a0 100644 --- a/public/ui/assets/__next.!KGRhc2hib2FyZCk.assets.__PAGE__.txt +++ b/public/ui/assets/__next.!KGRhc2hib2FyZCk.assets.__PAGE__.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":["$L2",null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":["$L2",null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null 2:E{"digest":"NEXT_REDIRECT;replace;/inventory/workspaces;307;"} diff --git a/public/ui/assets/__next.!KGRhc2hib2FyZCk.assets.txt b/public/ui/assets/__next.!KGRhc2hib2FyZCk.assets.txt index 74b2318..6a7edaf 100644 --- a/public/ui/assets/__next.!KGRhc2hib2FyZCk.assets.txt +++ b/public/ui/assets/__next.!KGRhc2hib2FyZCk.assets.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/assets/__next.!KGRhc2hib2FyZCk.txt b/public/ui/assets/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/assets/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/assets/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/assets/__next._full.txt b/public/ui/assets/__next._full.txt index 653fdd1..a1f56ff 100644 --- a/public/ui/assets/__next._full.txt +++ b/public/ui/assets/__next._full.txt @@ -12,8 +12,8 @@ d:"$Sreact.suspense" f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 11:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","assets"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["assets",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","assets"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["assets",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} b:E{"digest":"NEXT_REDIRECT;replace;/inventory/workspaces;307;"} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" 10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] diff --git a/public/ui/assets/__next._head.txt b/public/ui/assets/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/assets/__next._head.txt +++ b/public/ui/assets/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/assets/__next._index.txt b/public/ui/assets/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/assets/__next._index.txt +++ b/public/ui/assets/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/assets/__next._tree.txt b/public/ui/assets/__next._tree.txt index 4aafa0b..9210db0 100644 --- a/public/ui/assets/__next._tree.txt +++ b/public/ui/assets/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"assets","paramType":null,"paramKey":"assets","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"assets","paramType":null,"paramKey":"assets","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/assets/workspaces/default.html b/public/ui/assets/workspaces/default.html index 3186bf6..18a21cb 100644 --- a/public/ui/assets/workspaces/default.html +++ b/public/ui/assets/workspaces/default.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/assets/workspaces/default.txt b/public/ui/assets/workspaces/default.txt index 8884df7..97d8934 100644 --- a/public/ui/assets/workspaces/default.txt +++ b/public/ui/assets/workspaces/default.txt @@ -8,8 +8,8 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] d:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","assets","workspaces","default"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["assets",{"children":["workspaces",{"children":[["id","default","d"],{"children":["__PAGE__",{}]}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$Lb",{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$Lc",false]],"m":"$undefined","G":["$d",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","assets","workspaces","default"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["assets",{"children":["workspaces",{"children":[["id","default","d"],{"children":["__PAGE__",{}]}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$Lb",{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$Lc",false]],"m":"$undefined","G":["$d",[]],"S":true} e:I[40291,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/abcedf44b8d94448.js","/_next/static/chunks/c86031db9444db8c.js"],"default"] f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" diff --git a/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.txt b/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.txt index 74b2318..6a7edaf 100644 --- a/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.txt +++ b/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.$d$id.__PAGE__.txt b/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.$d$id.__PAGE__.txt index 9582424..219399b 100644 --- a/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.$d$id.__PAGE__.txt +++ b/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.$d$id.__PAGE__.txt @@ -2,5 +2,5 @@ 2:I[40291,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/abcedf44b8d94448.js","/_next/static/chunks/c86031db9444db8c.js"],"default"] 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/abcedf44b8d94448.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/c86031db9444db8c.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/abcedf44b8d94448.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/c86031db9444db8c.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.$d$id.txt b/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.$d$id.txt +++ b/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.txt b/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.txt index 74b2318..6a7edaf 100644 --- a/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.txt +++ b/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.assets.workspaces.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.txt b/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/assets/workspaces/default/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/assets/workspaces/default/__next._full.txt b/public/ui/assets/workspaces/default/__next._full.txt index 8884df7..97d8934 100644 --- a/public/ui/assets/workspaces/default/__next._full.txt +++ b/public/ui/assets/workspaces/default/__next._full.txt @@ -8,8 +8,8 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] d:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","assets","workspaces","default"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["assets",{"children":["workspaces",{"children":[["id","default","d"],{"children":["__PAGE__",{}]}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$Lb",{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$Lc",false]],"m":"$undefined","G":["$d",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","assets","workspaces","default"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["assets",{"children":["workspaces",{"children":[["id","default","d"],{"children":["__PAGE__",{}]}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$Lb",{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$Lc",false]],"m":"$undefined","G":["$d",[]],"S":true} e:I[40291,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/abcedf44b8d94448.js","/_next/static/chunks/c86031db9444db8c.js"],"default"] f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" diff --git a/public/ui/assets/workspaces/default/__next._head.txt b/public/ui/assets/workspaces/default/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/assets/workspaces/default/__next._head.txt +++ b/public/ui/assets/workspaces/default/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/assets/workspaces/default/__next._index.txt b/public/ui/assets/workspaces/default/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/assets/workspaces/default/__next._index.txt +++ b/public/ui/assets/workspaces/default/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/assets/workspaces/default/__next._tree.txt b/public/ui/assets/workspaces/default/__next._tree.txt index e96f534..6bdb678 100644 --- a/public/ui/assets/workspaces/default/__next._tree.txt +++ b/public/ui/assets/workspaces/default/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"assets","paramType":null,"paramKey":"assets","hasRuntimePrefetch":false,"slots":{"children":{"name":"workspaces","paramType":null,"paramKey":"workspaces","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"default","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"assets","paramType":null,"paramKey":"assets","hasRuntimePrefetch":false,"slots":{"children":{"name":"workspaces","paramType":null,"paramKey":"workspaces","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"default","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/events.html b/public/ui/events.html index 2624535..3bebbdd 100644 --- a/public/ui/events.html +++ b/public/ui/events.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/events.txt b/public/ui/events.txt index 121006c..0ab2915 100644 --- a/public/ui/events.txt +++ b/public/ui/events.txt @@ -14,8 +14,8 @@ f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","events"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["events",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/32d67bb5e31b6954.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","events"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["events",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/32d67bb5e31b6954.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} e:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/events/__next.!KGRhc2hib2FyZCk.events.__PAGE__.txt b/public/ui/events/__next.!KGRhc2hib2FyZCk.events.__PAGE__.txt index 9d52798..2bdf7de 100644 --- a/public/ui/events/__next.!KGRhc2hib2FyZCk.events.__PAGE__.txt +++ b/public/ui/events/__next.!KGRhc2hib2FyZCk.events.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[82935,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/32d67bb5e31b6954.js","/_next/static/chunks/bf7a5f496d6f62d5.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/32d67bb5e31b6954.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/32d67bb5e31b6954.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/events/__next.!KGRhc2hib2FyZCk.events.txt b/public/ui/events/__next.!KGRhc2hib2FyZCk.events.txt index 74b2318..6a7edaf 100644 --- a/public/ui/events/__next.!KGRhc2hib2FyZCk.events.txt +++ b/public/ui/events/__next.!KGRhc2hib2FyZCk.events.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/events/__next.!KGRhc2hib2FyZCk.txt b/public/ui/events/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/events/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/events/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/events/__next._full.txt b/public/ui/events/__next._full.txt index 121006c..0ab2915 100644 --- a/public/ui/events/__next._full.txt +++ b/public/ui/events/__next._full.txt @@ -14,8 +14,8 @@ f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","events"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["events",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/32d67bb5e31b6954.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","events"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["events",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/32d67bb5e31b6954.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} e:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/events/__next._head.txt b/public/ui/events/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/events/__next._head.txt +++ b/public/ui/events/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/events/__next._index.txt b/public/ui/events/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/events/__next._index.txt +++ b/public/ui/events/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/events/__next._tree.txt b/public/ui/events/__next._tree.txt index ea6f798..5f129c5 100644 --- a/public/ui/events/__next._tree.txt +++ b/public/ui/events/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"events","paramType":null,"paramKey":"events","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"events","paramType":null,"paramKey":"events","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/index.html b/public/ui/index.html index 6427b52..5bf6b71 100644 --- a/public/ui/index.html +++ b/public/ui/index.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/index.txt b/public/ui/index.txt index 4605cbc..765224c 100644 --- a/public/ui/index.txt +++ b/public/ui/index.txt @@ -8,14 +8,14 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -c:I[16883,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/f8d2545d8a4f8c3d.js"],"default"] +c:I[16883,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/411ba98ac14f065c.js"],"default"] f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["",""],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/f8d2545d8a4f8c3d.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["",""],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/411ba98ac14f065c.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} e:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/inventory.html b/public/ui/inventory.html index 334a85c..23e420e 100644 --- a/public/ui/inventory.html +++ b/public/ui/inventory.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/inventory.txt b/public/ui/inventory.txt index 4acbf2d..01c093e 100644 --- a/public/ui/inventory.txt +++ b/public/ui/inventory.txt @@ -12,8 +12,8 @@ d:"$Sreact.suspense" f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 11:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","inventory"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","inventory"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} b:E{"digest":"NEXT_REDIRECT;replace;/inventory/workspaces;307;"} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" 10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] diff --git a/public/ui/inventory/__next.!KGRhc2hib2FyZCk.inventory.__PAGE__.txt b/public/ui/inventory/__next.!KGRhc2hib2FyZCk.inventory.__PAGE__.txt index 1d4fd72..be452a0 100644 --- a/public/ui/inventory/__next.!KGRhc2hib2FyZCk.inventory.__PAGE__.txt +++ b/public/ui/inventory/__next.!KGRhc2hib2FyZCk.inventory.__PAGE__.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":["$L2",null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":["$L2",null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null 2:E{"digest":"NEXT_REDIRECT;replace;/inventory/workspaces;307;"} diff --git a/public/ui/inventory/__next.!KGRhc2hib2FyZCk.inventory.txt b/public/ui/inventory/__next.!KGRhc2hib2FyZCk.inventory.txt index 74b2318..6a7edaf 100644 --- a/public/ui/inventory/__next.!KGRhc2hib2FyZCk.inventory.txt +++ b/public/ui/inventory/__next.!KGRhc2hib2FyZCk.inventory.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/__next.!KGRhc2hib2FyZCk.txt b/public/ui/inventory/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/inventory/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/inventory/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/inventory/__next._full.txt b/public/ui/inventory/__next._full.txt index 4acbf2d..01c093e 100644 --- a/public/ui/inventory/__next._full.txt +++ b/public/ui/inventory/__next._full.txt @@ -12,8 +12,8 @@ d:"$Sreact.suspense" f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 11:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","inventory"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","inventory"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} b:E{"digest":"NEXT_REDIRECT;replace;/inventory/workspaces;307;"} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" 10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] diff --git a/public/ui/inventory/__next._head.txt b/public/ui/inventory/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/inventory/__next._head.txt +++ b/public/ui/inventory/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/__next._index.txt b/public/ui/inventory/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/inventory/__next._index.txt +++ b/public/ui/inventory/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/__next._tree.txt b/public/ui/inventory/__next._tree.txt index 3904c58..ee6fd6d 100644 --- a/public/ui/inventory/__next._tree.txt +++ b/public/ui/inventory/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"inventory","paramType":null,"paramKey":"inventory","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"inventory","paramType":null,"paramKey":"inventory","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/inventory/artifacts.html b/public/ui/inventory/artifacts.html index 63548b6..e83feeb 100644 --- a/public/ui/inventory/artifacts.html +++ b/public/ui/inventory/artifacts.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/inventory/artifacts.txt b/public/ui/inventory/artifacts.txt index f107958..93379d8 100644 --- a/public/ui/inventory/artifacts.txt +++ b/public/ui/inventory/artifacts.txt @@ -10,8 +10,8 @@ b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] c:I[95667,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/d16daf5bf3eca5e2.js","/_next/static/chunks/23e7038a6a10e5de.js","/_next/static/chunks/855db3470289e304.js"],"default"] 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","inventory","artifacts"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["artifacts",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d16daf5bf3eca5e2.js","async":true,"nonce":"$undefined"}],"$Lf","$L10"],"$L11"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","inventory","artifacts"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["artifacts",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d16daf5bf3eca5e2.js","async":true,"nonce":"$undefined"}],"$Lf","$L10"],"$L11"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 15:"$Sreact.suspense" 17:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.artifacts.__PAGE__.txt b/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.artifacts.__PAGE__.txt index 04b2f73..28baa59 100644 --- a/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.artifacts.__PAGE__.txt +++ b/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.artifacts.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[95667,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/d16daf5bf3eca5e2.js","/_next/static/chunks/23e7038a6a10e5de.js","/_next/static/chunks/855db3470289e304.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/d16daf5bf3eca5e2.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/23e7038a6a10e5de.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/d16daf5bf3eca5e2.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/23e7038a6a10e5de.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.artifacts.txt b/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.artifacts.txt index 74b2318..6a7edaf 100644 --- a/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.artifacts.txt +++ b/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.artifacts.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.txt b/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.txt index 74b2318..6a7edaf 100644 --- a/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.txt +++ b/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.inventory.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.txt b/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/inventory/artifacts/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/inventory/artifacts/__next._full.txt b/public/ui/inventory/artifacts/__next._full.txt index f107958..93379d8 100644 --- a/public/ui/inventory/artifacts/__next._full.txt +++ b/public/ui/inventory/artifacts/__next._full.txt @@ -10,8 +10,8 @@ b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] c:I[95667,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/d16daf5bf3eca5e2.js","/_next/static/chunks/23e7038a6a10e5de.js","/_next/static/chunks/855db3470289e304.js"],"default"] 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","inventory","artifacts"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["artifacts",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d16daf5bf3eca5e2.js","async":true,"nonce":"$undefined"}],"$Lf","$L10"],"$L11"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","inventory","artifacts"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["artifacts",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d16daf5bf3eca5e2.js","async":true,"nonce":"$undefined"}],"$Lf","$L10"],"$L11"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 15:"$Sreact.suspense" 17:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/inventory/artifacts/__next._head.txt b/public/ui/inventory/artifacts/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/inventory/artifacts/__next._head.txt +++ b/public/ui/inventory/artifacts/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/artifacts/__next._index.txt b/public/ui/inventory/artifacts/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/inventory/artifacts/__next._index.txt +++ b/public/ui/inventory/artifacts/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/artifacts/__next._tree.txt b/public/ui/inventory/artifacts/__next._tree.txt index 804a81f..973f9fe 100644 --- a/public/ui/inventory/artifacts/__next._tree.txt +++ b/public/ui/inventory/artifacts/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"inventory","paramType":null,"paramKey":"inventory","hasRuntimePrefetch":false,"slots":{"children":{"name":"artifacts","paramType":null,"paramKey":"artifacts","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"inventory","paramType":null,"paramKey":"inventory","hasRuntimePrefetch":false,"slots":{"children":{"name":"artifacts","paramType":null,"paramKey":"artifacts","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/inventory/assets.html b/public/ui/inventory/assets.html index cf69bce..1e1bb39 100644 --- a/public/ui/inventory/assets.html +++ b/public/ui/inventory/assets.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/inventory/assets.txt b/public/ui/inventory/assets.txt index 70b033d..0aaad2b 100644 --- a/public/ui/inventory/assets.txt +++ b/public/ui/inventory/assets.txt @@ -10,8 +10,8 @@ b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] c:I[77172,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/77ecc6a8d4178a23.js","/_next/static/chunks/64962b4407faab51.js"],"default"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","inventory","assets"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["assets",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/77ecc6a8d4178a23.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","inventory","assets"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["assets",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/77ecc6a8d4178a23.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} 13:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 14:"$Sreact.suspense" 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.assets.__PAGE__.txt b/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.assets.__PAGE__.txt index 53653bc..15a3b76 100644 --- a/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.assets.__PAGE__.txt +++ b/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.assets.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[77172,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/77ecc6a8d4178a23.js","/_next/static/chunks/64962b4407faab51.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/77ecc6a8d4178a23.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/64962b4407faab51.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/77ecc6a8d4178a23.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/64962b4407faab51.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.assets.txt b/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.assets.txt index 74b2318..6a7edaf 100644 --- a/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.assets.txt +++ b/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.assets.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.txt b/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.txt index 74b2318..6a7edaf 100644 --- a/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.txt +++ b/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.inventory.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.txt b/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/inventory/assets/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/inventory/assets/__next._full.txt b/public/ui/inventory/assets/__next._full.txt index 70b033d..0aaad2b 100644 --- a/public/ui/inventory/assets/__next._full.txt +++ b/public/ui/inventory/assets/__next._full.txt @@ -10,8 +10,8 @@ b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] c:I[77172,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/77ecc6a8d4178a23.js","/_next/static/chunks/64962b4407faab51.js"],"default"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","inventory","assets"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["assets",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/77ecc6a8d4178a23.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","inventory","assets"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["assets",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/77ecc6a8d4178a23.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} 13:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 14:"$Sreact.suspense" 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/inventory/assets/__next._head.txt b/public/ui/inventory/assets/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/inventory/assets/__next._head.txt +++ b/public/ui/inventory/assets/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/assets/__next._index.txt b/public/ui/inventory/assets/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/inventory/assets/__next._index.txt +++ b/public/ui/inventory/assets/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/assets/__next._tree.txt b/public/ui/inventory/assets/__next._tree.txt index e06f770..9de9569 100644 --- a/public/ui/inventory/assets/__next._tree.txt +++ b/public/ui/inventory/assets/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"inventory","paramType":null,"paramKey":"inventory","hasRuntimePrefetch":false,"slots":{"children":{"name":"assets","paramType":null,"paramKey":"assets","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"inventory","paramType":null,"paramKey":"inventory","hasRuntimePrefetch":false,"slots":{"children":{"name":"assets","paramType":null,"paramKey":"assets","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/inventory/workspaces.html b/public/ui/inventory/workspaces.html index 0d3b9e5..9aba991 100644 --- a/public/ui/inventory/workspaces.html +++ b/public/ui/inventory/workspaces.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/inventory/workspaces.txt b/public/ui/inventory/workspaces.txt index d4e5279..f0c66b7 100644 --- a/public/ui/inventory/workspaces.txt +++ b/public/ui/inventory/workspaces.txt @@ -10,8 +10,8 @@ b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] c:I[50156,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/eb2884d4442e9ddd.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","inventory","workspaces"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["workspaces",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/eb2884d4442e9ddd.js","async":true,"nonce":"$undefined"}]],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","inventory","workspaces"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["workspaces",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/eb2884d4442e9ddd.js","async":true,"nonce":"$undefined"}]],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.txt b/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.txt index 74b2318..6a7edaf 100644 --- a/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.txt +++ b/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.workspaces.__PAGE__.txt b/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.workspaces.__PAGE__.txt index 33d790c..735f5c7 100644 --- a/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.workspaces.__PAGE__.txt +++ b/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.workspaces.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[50156,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/eb2884d4442e9ddd.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/eb2884d4442e9ddd.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/eb2884d4442e9ddd.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.workspaces.txt b/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.workspaces.txt index 74b2318..6a7edaf 100644 --- a/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.workspaces.txt +++ b/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.inventory.workspaces.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.txt b/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/inventory/workspaces/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/inventory/workspaces/__next._full.txt b/public/ui/inventory/workspaces/__next._full.txt index d4e5279..f0c66b7 100644 --- a/public/ui/inventory/workspaces/__next._full.txt +++ b/public/ui/inventory/workspaces/__next._full.txt @@ -10,8 +10,8 @@ b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] c:I[50156,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/eb2884d4442e9ddd.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","inventory","workspaces"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["workspaces",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/eb2884d4442e9ddd.js","async":true,"nonce":"$undefined"}]],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","inventory","workspaces"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["workspaces",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/eb2884d4442e9ddd.js","async":true,"nonce":"$undefined"}]],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/inventory/workspaces/__next._head.txt b/public/ui/inventory/workspaces/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/inventory/workspaces/__next._head.txt +++ b/public/ui/inventory/workspaces/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/workspaces/__next._index.txt b/public/ui/inventory/workspaces/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/inventory/workspaces/__next._index.txt +++ b/public/ui/inventory/workspaces/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/workspaces/__next._tree.txt b/public/ui/inventory/workspaces/__next._tree.txt index d6acb82..c7c54ef 100644 --- a/public/ui/inventory/workspaces/__next._tree.txt +++ b/public/ui/inventory/workspaces/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"inventory","paramType":null,"paramKey":"inventory","hasRuntimePrefetch":false,"slots":{"children":{"name":"workspaces","paramType":null,"paramKey":"workspaces","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"inventory","paramType":null,"paramKey":"inventory","hasRuntimePrefetch":false,"slots":{"children":{"name":"workspaces","paramType":null,"paramKey":"workspaces","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/inventory/workspaces/default.html b/public/ui/inventory/workspaces/default.html index 5fbb416..a25d240 100644 --- a/public/ui/inventory/workspaces/default.html +++ b/public/ui/inventory/workspaces/default.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/inventory/workspaces/default.txt b/public/ui/inventory/workspaces/default.txt index 1eb64c2..9d25108 100644 --- a/public/ui/inventory/workspaces/default.txt +++ b/public/ui/inventory/workspaces/default.txt @@ -8,8 +8,8 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] d:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","inventory","workspaces","default"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["workspaces",{"children":[["id","default","d"],{"children":["__PAGE__",{}]}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$Lb",{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$Lc",false]],"m":"$undefined","G":["$d",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","inventory","workspaces","default"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["workspaces",{"children":[["id","default","d"],{"children":["__PAGE__",{}]}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$Lb",{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$Lc",false]],"m":"$undefined","G":["$d",[]],"S":true} e:I[40291,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/abcedf44b8d94448.js","/_next/static/chunks/c86031db9444db8c.js"],"default"] f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" diff --git a/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.txt b/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.txt index 74b2318..6a7edaf 100644 --- a/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.txt +++ b/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.$d$id.__PAGE__.txt b/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.$d$id.__PAGE__.txt index 9582424..219399b 100644 --- a/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.$d$id.__PAGE__.txt +++ b/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.$d$id.__PAGE__.txt @@ -2,5 +2,5 @@ 2:I[40291,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/abcedf44b8d94448.js","/_next/static/chunks/c86031db9444db8c.js"],"default"] 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/abcedf44b8d94448.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/c86031db9444db8c.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/abcedf44b8d94448.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/c86031db9444db8c.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.$d$id.txt b/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.$d$id.txt +++ b/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.txt b/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.txt index 74b2318..6a7edaf 100644 --- a/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.txt +++ b/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.inventory.workspaces.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.txt b/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/inventory/workspaces/default/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/inventory/workspaces/default/__next._full.txt b/public/ui/inventory/workspaces/default/__next._full.txt index 1eb64c2..9d25108 100644 --- a/public/ui/inventory/workspaces/default/__next._full.txt +++ b/public/ui/inventory/workspaces/default/__next._full.txt @@ -8,8 +8,8 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] d:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","inventory","workspaces","default"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["workspaces",{"children":[["id","default","d"],{"children":["__PAGE__",{}]}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$Lb",{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$Lc",false]],"m":"$undefined","G":["$d",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","inventory","workspaces","default"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["inventory",{"children":["workspaces",{"children":[["id","default","d"],{"children":["__PAGE__",{}]}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["$Lb",{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$Lc",false]],"m":"$undefined","G":["$d",[]],"S":true} e:I[40291,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/abcedf44b8d94448.js","/_next/static/chunks/c86031db9444db8c.js"],"default"] f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" diff --git a/public/ui/inventory/workspaces/default/__next._head.txt b/public/ui/inventory/workspaces/default/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/inventory/workspaces/default/__next._head.txt +++ b/public/ui/inventory/workspaces/default/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/workspaces/default/__next._index.txt b/public/ui/inventory/workspaces/default/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/inventory/workspaces/default/__next._index.txt +++ b/public/ui/inventory/workspaces/default/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/inventory/workspaces/default/__next._tree.txt b/public/ui/inventory/workspaces/default/__next._tree.txt index 45f14ac..5c76748 100644 --- a/public/ui/inventory/workspaces/default/__next._tree.txt +++ b/public/ui/inventory/workspaces/default/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"inventory","paramType":null,"paramKey":"inventory","hasRuntimePrefetch":false,"slots":{"children":{"name":"workspaces","paramType":null,"paramKey":"workspaces","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"default","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"inventory","paramType":null,"paramKey":"inventory","hasRuntimePrefetch":false,"slots":{"children":{"name":"workspaces","paramType":null,"paramKey":"workspaces","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"default","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/llm.html b/public/ui/llm.html index 365d9b0..56b2c95 100644 --- a/public/ui/llm.html +++ b/public/ui/llm.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/llm.txt b/public/ui/llm.txt index 65fccce..bd779c9 100644 --- a/public/ui/llm.txt +++ b/public/ui/llm.txt @@ -12,8 +12,8 @@ c:I[64062,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d5 f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 15:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","llm"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["llm",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/8c5a00cf73075502.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":["$L12","$L13","$L14",null]}],false]],"m":"$undefined","G":["$15",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","llm"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["llm",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/8c5a00cf73075502.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":["$L12","$L13","$L14",null]}],false]],"m":"$undefined","G":["$15",[]],"S":true} 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 18:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:null diff --git a/public/ui/llm/__next.!KGRhc2hib2FyZCk.llm.__PAGE__.txt b/public/ui/llm/__next.!KGRhc2hib2FyZCk.llm.__PAGE__.txt index c203c16..9f194e0 100644 --- a/public/ui/llm/__next.!KGRhc2hib2FyZCk.llm.__PAGE__.txt +++ b/public/ui/llm/__next.!KGRhc2hib2FyZCk.llm.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[64062,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/8c5a00cf73075502.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/8c5a00cf73075502.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/8c5a00cf73075502.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/llm/__next.!KGRhc2hib2FyZCk.llm.txt b/public/ui/llm/__next.!KGRhc2hib2FyZCk.llm.txt index 74b2318..6a7edaf 100644 --- a/public/ui/llm/__next.!KGRhc2hib2FyZCk.llm.txt +++ b/public/ui/llm/__next.!KGRhc2hib2FyZCk.llm.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/llm/__next.!KGRhc2hib2FyZCk.txt b/public/ui/llm/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/llm/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/llm/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/llm/__next._full.txt b/public/ui/llm/__next._full.txt index 65fccce..bd779c9 100644 --- a/public/ui/llm/__next._full.txt +++ b/public/ui/llm/__next._full.txt @@ -12,8 +12,8 @@ c:I[64062,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d5 f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 15:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","llm"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["llm",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/8c5a00cf73075502.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":["$L12","$L13","$L14",null]}],false]],"m":"$undefined","G":["$15",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","llm"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["llm",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/8c5a00cf73075502.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":["$L12","$L13","$L14",null]}],false]],"m":"$undefined","G":["$15",[]],"S":true} 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 18:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:null diff --git a/public/ui/llm/__next._head.txt b/public/ui/llm/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/llm/__next._head.txt +++ b/public/ui/llm/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/llm/__next._index.txt b/public/ui/llm/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/llm/__next._index.txt +++ b/public/ui/llm/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/llm/__next._tree.txt b/public/ui/llm/__next._tree.txt index 778c316..c925743 100644 --- a/public/ui/llm/__next._tree.txt +++ b/public/ui/llm/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"llm","paramType":null,"paramKey":"llm","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"llm","paramType":null,"paramKey":"llm","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/login.html b/public/ui/login.html index a4a3ade..4901d53 100644 --- a/public/ui/login.html +++ b/public/ui/login.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
Redirecting...
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
Redirecting...
\ No newline at end of file diff --git a/public/ui/login.txt b/public/ui/login.txt index e2c6d43..43d2d88 100644 --- a/public/ui/login.txt +++ b/public/ui/login.txt @@ -12,8 +12,8 @@ d:"$Sreact.suspense" f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 11:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","login"],"q":"","i":false,"f":[[["",{"children":["(auth)",{"children":["login",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","div",null,{"className":"min-h-screen flex items-center justify-center bg-muted/30 p-4","children":["$","div",null,{"className":"w-full max-w-lg","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/f838e03092da6d74.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/dbcfed8d1288ce69.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","login"],"q":"","i":false,"f":[[["",{"children":["(auth)",{"children":["login",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","div",null,{"className":"min-h-screen flex items-center justify-center bg-muted/30 p-4","children":["$","div",null,{"className":"w-full max-w-lg","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/f838e03092da6d74.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/dbcfed8d1288ce69.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} a:{} b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params" 10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] diff --git a/public/ui/login/__next.!KGF1dGgp.login.__PAGE__.txt b/public/ui/login/__next.!KGF1dGgp.login.__PAGE__.txt index 1db7e51..ea300d0 100644 --- a/public/ui/login/__next.!KGF1dGgp.login.__PAGE__.txt +++ b/public/ui/login/__next.!KGF1dGgp.login.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[23426,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f838e03092da6d74.js","/_next/static/chunks/dbcfed8d1288ce69.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/f838e03092da6d74.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/dbcfed8d1288ce69.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/f838e03092da6d74.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/dbcfed8d1288ce69.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:"$0:rsc:props:children:0:props:serverProvidedParams:params" 8:null diff --git a/public/ui/login/__next.!KGF1dGgp.login.txt b/public/ui/login/__next.!KGF1dGgp.login.txt index 74b2318..6a7edaf 100644 --- a/public/ui/login/__next.!KGF1dGgp.login.txt +++ b/public/ui/login/__next.!KGF1dGgp.login.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/login/__next.!KGF1dGgp.txt b/public/ui/login/__next.!KGF1dGgp.txt index 6bde501..83280f1 100644 --- a/public/ui/login/__next.!KGF1dGgp.txt +++ b/public/ui/login/__next.!KGF1dGgp.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","div",null,{"className":"min-h-screen flex items-center justify-center bg-muted/30 p-4","children":["$","div",null,{"className":"w-full max-w-lg","children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","div",null,{"className":"min-h-screen flex items-center justify-center bg-muted/30 p-4","children":["$","div",null,{"className":"w-full max-w-lg","children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/login/__next._full.txt b/public/ui/login/__next._full.txt index e2c6d43..43d2d88 100644 --- a/public/ui/login/__next._full.txt +++ b/public/ui/login/__next._full.txt @@ -12,8 +12,8 @@ d:"$Sreact.suspense" f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 11:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","login"],"q":"","i":false,"f":[[["",{"children":["(auth)",{"children":["login",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","div",null,{"className":"min-h-screen flex items-center justify-center bg-muted/30 p-4","children":["$","div",null,{"className":"w-full max-w-lg","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/f838e03092da6d74.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/dbcfed8d1288ce69.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","login"],"q":"","i":false,"f":[[["",{"children":["(auth)",{"children":["login",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","div",null,{"className":"min-h-screen flex items-center justify-center bg-muted/30 p-4","children":["$","div",null,{"className":"w-full max-w-lg","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/f838e03092da6d74.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/dbcfed8d1288ce69.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],null]}],false]],"m":"$undefined","G":["$13",[]],"S":true} a:{} b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params" 10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] diff --git a/public/ui/login/__next._head.txt b/public/ui/login/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/login/__next._head.txt +++ b/public/ui/login/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/login/__next._index.txt b/public/ui/login/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/login/__next._index.txt +++ b/public/ui/login/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/login/__next._tree.txt b/public/ui/login/__next._tree.txt index a33a11a..592aafb 100644 --- a/public/ui/login/__next._tree.txt +++ b/public/ui/login/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(auth)","paramType":null,"paramKey":"(auth)","hasRuntimePrefetch":false,"slots":{"children":{"name":"login","paramType":null,"paramKey":"login","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(auth)","paramType":null,"paramKey":"(auth)","hasRuntimePrefetch":false,"slots":{"children":{"name":"login","paramType":null,"paramKey":"login","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/registry.html b/public/ui/registry.html index 609dfe0..7e4c1f8 100644 --- a/public/ui/registry.html +++ b/public/ui/registry.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/registry.txt b/public/ui/registry.txt index ad68373..8e32af5 100644 --- a/public/ui/registry.txt +++ b/public/ui/registry.txt @@ -14,8 +14,8 @@ f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","registry"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["registry",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/26c9bbde64254958.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","registry"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["registry",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/26c9bbde64254958.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} e:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/registry/__next.!KGRhc2hib2FyZCk.registry.__PAGE__.txt b/public/ui/registry/__next.!KGRhc2hib2FyZCk.registry.__PAGE__.txt index c29de8d..24421ee 100644 --- a/public/ui/registry/__next.!KGRhc2hib2FyZCk.registry.__PAGE__.txt +++ b/public/ui/registry/__next.!KGRhc2hib2FyZCk.registry.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[906,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/19e5ab5e3cdf9dc0.js","/_next/static/chunks/26c9bbde64254958.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/26c9bbde64254958.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/26c9bbde64254958.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/registry/__next.!KGRhc2hib2FyZCk.registry.txt b/public/ui/registry/__next.!KGRhc2hib2FyZCk.registry.txt index 74b2318..6a7edaf 100644 --- a/public/ui/registry/__next.!KGRhc2hib2FyZCk.registry.txt +++ b/public/ui/registry/__next.!KGRhc2hib2FyZCk.registry.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/registry/__next.!KGRhc2hib2FyZCk.txt b/public/ui/registry/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/registry/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/registry/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/registry/__next._full.txt b/public/ui/registry/__next._full.txt index ad68373..8e32af5 100644 --- a/public/ui/registry/__next._full.txt +++ b/public/ui/registry/__next._full.txt @@ -14,8 +14,8 @@ f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","registry"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["registry",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/26c9bbde64254958.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","registry"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["registry",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/26c9bbde64254958.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} e:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/registry/__next._head.txt b/public/ui/registry/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/registry/__next._head.txt +++ b/public/ui/registry/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/registry/__next._index.txt b/public/ui/registry/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/registry/__next._index.txt +++ b/public/ui/registry/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/registry/__next._tree.txt b/public/ui/registry/__next._tree.txt index 7bea4ff..626d1fd 100644 --- a/public/ui/registry/__next._tree.txt +++ b/public/ui/registry/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"registry","paramType":null,"paramKey":"registry","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"registry","paramType":null,"paramKey":"registry","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/scans.html b/public/ui/scans.html index b133136..a4d8d0a 100644 --- a/public/ui/scans.html +++ b/public/ui/scans.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/scans.txt b/public/ui/scans.txt index cedae44..daf4252 100644 --- a/public/ui/scans.txt +++ b/public/ui/scans.txt @@ -8,12 +8,12 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -c:I[28318,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/f3f69758009dd61d.js"],"default"] +c:I[28318,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/194a3c33c82e4432.js"],"default"] f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 15:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","scans"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["scans",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/f3f69758009dd61d.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":["$L12","$L13","$L14",null]}],false]],"m":"$undefined","G":["$15",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","scans"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["scans",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/194a3c33c82e4432.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":["$L12","$L13","$L14",null]}],false]],"m":"$undefined","G":["$15",[]],"S":true} 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 18:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:null diff --git a/public/ui/scans/__next.!KGRhc2hib2FyZCk.scans.__PAGE__.txt b/public/ui/scans/__next.!KGRhc2hib2FyZCk.scans.__PAGE__.txt index 61f2d5d..c6d06fe 100644 --- a/public/ui/scans/__next.!KGRhc2hib2FyZCk.scans.__PAGE__.txt +++ b/public/ui/scans/__next.!KGRhc2hib2FyZCk.scans.__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -3:I[28318,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/f3f69758009dd61d.js"],"default"] +3:I[28318,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/194a3c33c82e4432.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/f3f69758009dd61d.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/194a3c33c82e4432.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/scans/__next.!KGRhc2hib2FyZCk.scans.txt b/public/ui/scans/__next.!KGRhc2hib2FyZCk.scans.txt index 74b2318..6a7edaf 100644 --- a/public/ui/scans/__next.!KGRhc2hib2FyZCk.scans.txt +++ b/public/ui/scans/__next.!KGRhc2hib2FyZCk.scans.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/scans/__next.!KGRhc2hib2FyZCk.txt b/public/ui/scans/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/scans/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/scans/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/scans/__next._full.txt b/public/ui/scans/__next._full.txt index cedae44..daf4252 100644 --- a/public/ui/scans/__next._full.txt +++ b/public/ui/scans/__next._full.txt @@ -8,12 +8,12 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -c:I[28318,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/f3f69758009dd61d.js"],"default"] +c:I[28318,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/194a3c33c82e4432.js"],"default"] f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 15:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","scans"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["scans",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/f3f69758009dd61d.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":["$L12","$L13","$L14",null]}],false]],"m":"$undefined","G":["$15",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","scans"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["scans",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/194a3c33c82e4432.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":["$L12","$L13","$L14",null]}],false]],"m":"$undefined","G":["$15",[]],"S":true} 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 18:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:null diff --git a/public/ui/scans/__next._head.txt b/public/ui/scans/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/scans/__next._head.txt +++ b/public/ui/scans/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/scans/__next._index.txt b/public/ui/scans/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/scans/__next._index.txt +++ b/public/ui/scans/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/scans/__next._tree.txt b/public/ui/scans/__next._tree.txt index 9185eb0..e5b9481 100644 --- a/public/ui/scans/__next._tree.txt +++ b/public/ui/scans/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"scans","paramType":null,"paramKey":"scans","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"scans","paramType":null,"paramKey":"scans","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/scans/new.html b/public/ui/scans/new.html index df268a2..e48050e 100644 --- a/public/ui/scans/new.html +++ b/public/ui/scans/new.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/scans/new.txt b/public/ui/scans/new.txt index 8d55e29..dc635f9 100644 --- a/public/ui/scans/new.txt +++ b/public/ui/scans/new.txt @@ -8,15 +8,15 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -c:I[58998,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/19e5ab5e3cdf9dc0.js","/_next/static/chunks/c9d266b0a9c52170.js","/_next/static/chunks/5c4ce53301a633af.js"],"default"] +c:I[58998,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/19e5ab5e3cdf9dc0.js","/_next/static/chunks/c9d266b0a9c52170.js","/_next/static/chunks/1baa988059730530.js"],"default"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","scans","new"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["scans",{"children":["new",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","scans","new"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["scans",{"children":["new",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} 13:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 14:"$Sreact.suspense" 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 18:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] -f:["$","script","script-2",{"src":"/_next/static/chunks/5c4ce53301a633af.js","async":true,"nonce":"$undefined"}] +f:["$","script","script-2",{"src":"/_next/static/chunks/1baa988059730530.js","async":true,"nonce":"$undefined"}] 10:["$","$L13",null,{"children":["$","$14",null,{"name":"Next.MetadataOutlet","children":"$@15"}]}] 11:["$","$1","h",{"children":[null,["$","$L16",null,{"children":"$L17"}],["$","div",null,{"hidden":true,"children":["$","$L18",null,{"children":["$","$14",null,{"name":"Next.Metadata","children":"$L19"}]}]}],null]}] a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.new.__PAGE__.txt b/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.new.__PAGE__.txt index 13a2c6d..7e31629 100644 --- a/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.new.__PAGE__.txt +++ b/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.new.__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -3:I[58998,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/19e5ab5e3cdf9dc0.js","/_next/static/chunks/c9d266b0a9c52170.js","/_next/static/chunks/5c4ce53301a633af.js"],"default"] +3:I[58998,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/19e5ab5e3cdf9dc0.js","/_next/static/chunks/c9d266b0a9c52170.js","/_next/static/chunks/1baa988059730530.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/5c4ce53301a633af.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/1baa988059730530.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.new.txt b/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.new.txt index 74b2318..6a7edaf 100644 --- a/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.new.txt +++ b/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.new.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.txt b/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.txt index 74b2318..6a7edaf 100644 --- a/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.txt +++ b/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.scans.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.txt b/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/scans/new/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/scans/new/__next._full.txt b/public/ui/scans/new/__next._full.txt index 8d55e29..dc635f9 100644 --- a/public/ui/scans/new/__next._full.txt +++ b/public/ui/scans/new/__next._full.txt @@ -8,15 +8,15 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -c:I[58998,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/19e5ab5e3cdf9dc0.js","/_next/static/chunks/c9d266b0a9c52170.js","/_next/static/chunks/5c4ce53301a633af.js"],"default"] +c:I[58998,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/19e5ab5e3cdf9dc0.js","/_next/static/chunks/c9d266b0a9c52170.js","/_next/static/chunks/1baa988059730530.js"],"default"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","scans","new"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["scans",{"children":["new",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","scans","new"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["scans",{"children":["new",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} 13:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 14:"$Sreact.suspense" 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 18:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] -f:["$","script","script-2",{"src":"/_next/static/chunks/5c4ce53301a633af.js","async":true,"nonce":"$undefined"}] +f:["$","script","script-2",{"src":"/_next/static/chunks/1baa988059730530.js","async":true,"nonce":"$undefined"}] 10:["$","$L13",null,{"children":["$","$14",null,{"name":"Next.MetadataOutlet","children":"$@15"}]}] 11:["$","$1","h",{"children":[null,["$","$L16",null,{"children":"$L17"}],["$","div",null,{"hidden":true,"children":["$","$L18",null,{"children":["$","$14",null,{"name":"Next.Metadata","children":"$L19"}]}]}],null]}] a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/scans/new/__next._head.txt b/public/ui/scans/new/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/scans/new/__next._head.txt +++ b/public/ui/scans/new/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/scans/new/__next._index.txt b/public/ui/scans/new/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/scans/new/__next._index.txt +++ b/public/ui/scans/new/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/scans/new/__next._tree.txt b/public/ui/scans/new/__next._tree.txt index f804d28..5693948 100644 --- a/public/ui/scans/new/__next._tree.txt +++ b/public/ui/scans/new/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"scans","paramType":null,"paramKey":"scans","hasRuntimePrefetch":false,"slots":{"children":{"name":"new","paramType":null,"paramKey":"new","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"scans","paramType":null,"paramKey":"scans","hasRuntimePrefetch":false,"slots":{"children":{"name":"new","paramType":null,"paramKey":"new","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/schedules.html b/public/ui/schedules.html index ce48c44..ca373c8 100644 --- a/public/ui/schedules.html +++ b/public/ui/schedules.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/schedules.txt b/public/ui/schedules.txt index 08130d3..f5fa895 100644 --- a/public/ui/schedules.txt +++ b/public/ui/schedules.txt @@ -14,8 +14,8 @@ f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","schedules"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["schedules",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5d2484f6a023d4ab.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","schedules"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["schedules",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5d2484f6a023d4ab.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} e:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/schedules/__next.!KGRhc2hib2FyZCk.schedules.__PAGE__.txt b/public/ui/schedules/__next.!KGRhc2hib2FyZCk.schedules.__PAGE__.txt index 0329030..d56b11f 100644 --- a/public/ui/schedules/__next.!KGRhc2hib2FyZCk.schedules.__PAGE__.txt +++ b/public/ui/schedules/__next.!KGRhc2hib2FyZCk.schedules.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[44463,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/19e5ab5e3cdf9dc0.js","/_next/static/chunks/5d2484f6a023d4ab.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/5d2484f6a023d4ab.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/5d2484f6a023d4ab.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/schedules/__next.!KGRhc2hib2FyZCk.schedules.txt b/public/ui/schedules/__next.!KGRhc2hib2FyZCk.schedules.txt index 74b2318..6a7edaf 100644 --- a/public/ui/schedules/__next.!KGRhc2hib2FyZCk.schedules.txt +++ b/public/ui/schedules/__next.!KGRhc2hib2FyZCk.schedules.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/schedules/__next.!KGRhc2hib2FyZCk.txt b/public/ui/schedules/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/schedules/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/schedules/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/schedules/__next._full.txt b/public/ui/schedules/__next._full.txt index 08130d3..f5fa895 100644 --- a/public/ui/schedules/__next._full.txt +++ b/public/ui/schedules/__next._full.txt @@ -14,8 +14,8 @@ f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","schedules"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["schedules",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5d2484f6a023d4ab.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","schedules"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["schedules",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5d2484f6a023d4ab.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} e:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/schedules/__next._head.txt b/public/ui/schedules/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/schedules/__next._head.txt +++ b/public/ui/schedules/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/schedules/__next._index.txt b/public/ui/schedules/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/schedules/__next._index.txt +++ b/public/ui/schedules/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/schedules/__next._tree.txt b/public/ui/schedules/__next._tree.txt index 0f378a9..d2bdec5 100644 --- a/public/ui/schedules/__next._tree.txt +++ b/public/ui/schedules/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"schedules","paramType":null,"paramKey":"schedules","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"schedules","paramType":null,"paramKey":"schedules","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/settings.html b/public/ui/settings.html index 6268032..5a8c58f 100644 --- a/public/ui/settings.html +++ b/public/ui/settings.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/settings.txt b/public/ui/settings.txt index fae0387..2d21bb1 100644 --- a/public/ui/settings.txt +++ b/public/ui/settings.txt @@ -12,8 +12,8 @@ c:I[88501,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d5 f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","settings"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["settings",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/ca9fa5577a9ae3fd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","settings"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["settings",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/ca9fa5577a9ae3fd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L17"}]}]}],null]}] diff --git a/public/ui/settings/__next.!KGRhc2hib2FyZCk.settings.__PAGE__.txt b/public/ui/settings/__next.!KGRhc2hib2FyZCk.settings.__PAGE__.txt index ef039da..5614404 100644 --- a/public/ui/settings/__next.!KGRhc2hib2FyZCk.settings.__PAGE__.txt +++ b/public/ui/settings/__next.!KGRhc2hib2FyZCk.settings.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[88501,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/ca9fa5577a9ae3fd.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/bf7a5f496d6f62d5.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/ca9fa5577a9ae3fd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/ca9fa5577a9ae3fd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/settings/__next.!KGRhc2hib2FyZCk.settings.txt b/public/ui/settings/__next.!KGRhc2hib2FyZCk.settings.txt index 74b2318..6a7edaf 100644 --- a/public/ui/settings/__next.!KGRhc2hib2FyZCk.settings.txt +++ b/public/ui/settings/__next.!KGRhc2hib2FyZCk.settings.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/settings/__next.!KGRhc2hib2FyZCk.txt b/public/ui/settings/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/settings/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/settings/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/settings/__next._full.txt b/public/ui/settings/__next._full.txt index fae0387..2d21bb1 100644 --- a/public/ui/settings/__next._full.txt +++ b/public/ui/settings/__next._full.txt @@ -12,8 +12,8 @@ c:I[88501,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d5 f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","settings"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["settings",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/ca9fa5577a9ae3fd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","settings"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["settings",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/ca9fa5577a9ae3fd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L17"}]}]}],null]}] diff --git a/public/ui/settings/__next._head.txt b/public/ui/settings/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/settings/__next._head.txt +++ b/public/ui/settings/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/settings/__next._index.txt b/public/ui/settings/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/settings/__next._index.txt +++ b/public/ui/settings/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/settings/__next._tree.txt b/public/ui/settings/__next._tree.txt index 98e741e..9c5725b 100644 --- a/public/ui/settings/__next._tree.txt +++ b/public/ui/settings/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"settings","paramType":null,"paramKey":"settings","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"settings","paramType":null,"paramKey":"settings","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/utilities.html b/public/ui/utilities.html index bdd9459..f298c9d 100644 --- a/public/ui/utilities.html +++ b/public/ui/utilities.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/utilities.txt b/public/ui/utilities.txt index 576034f..ca40bf9 100644 --- a/public/ui/utilities.txt +++ b/public/ui/utilities.txt @@ -12,8 +12,8 @@ c:I[31336,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d5 f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","utilities"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["utilities",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/8e3cd74fab0e74d0.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","utilities"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["utilities",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/8e3cd74fab0e74d0.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L17"}]}]}],null]}] diff --git a/public/ui/utilities/__next.!KGRhc2hib2FyZCk.txt b/public/ui/utilities/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/utilities/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/utilities/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/utilities/__next.!KGRhc2hib2FyZCk.utilities.__PAGE__.txt b/public/ui/utilities/__next.!KGRhc2hib2FyZCk.utilities.__PAGE__.txt index 5f4ce49..8b955d2 100644 --- a/public/ui/utilities/__next.!KGRhc2hib2FyZCk.utilities.__PAGE__.txt +++ b/public/ui/utilities/__next.!KGRhc2hib2FyZCk.utilities.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[31336,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/19e5ab5e3cdf9dc0.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/8e3cd74fab0e74d0.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/8e3cd74fab0e74d0.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/8e3cd74fab0e74d0.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/utilities/__next.!KGRhc2hib2FyZCk.utilities.txt b/public/ui/utilities/__next.!KGRhc2hib2FyZCk.utilities.txt index 74b2318..6a7edaf 100644 --- a/public/ui/utilities/__next.!KGRhc2hib2FyZCk.utilities.txt +++ b/public/ui/utilities/__next.!KGRhc2hib2FyZCk.utilities.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/utilities/__next._full.txt b/public/ui/utilities/__next._full.txt index 576034f..ca40bf9 100644 --- a/public/ui/utilities/__next._full.txt +++ b/public/ui/utilities/__next._full.txt @@ -12,8 +12,8 @@ c:I[31336,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d5 f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","utilities"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["utilities",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/8e3cd74fab0e74d0.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","utilities"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["utilities",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/8e3cd74fab0e74d0.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L17"}]}]}],null]}] diff --git a/public/ui/utilities/__next._head.txt b/public/ui/utilities/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/utilities/__next._head.txt +++ b/public/ui/utilities/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/utilities/__next._index.txt b/public/ui/utilities/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/utilities/__next._index.txt +++ b/public/ui/utilities/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/utilities/__next._tree.txt b/public/ui/utilities/__next._tree.txt index 379c35c..7a68c30 100644 --- a/public/ui/utilities/__next._tree.txt +++ b/public/ui/utilities/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"utilities","paramType":null,"paramKey":"utilities","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"utilities","paramType":null,"paramKey":"utilities","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/vulnerabilities.html b/public/ui/vulnerabilities.html index 824e54b..7dc6738 100644 --- a/public/ui/vulnerabilities.html +++ b/public/ui/vulnerabilities.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/vulnerabilities.txt b/public/ui/vulnerabilities.txt index 70fbe82..5c379fd 100644 --- a/public/ui/vulnerabilities.txt +++ b/public/ui/vulnerabilities.txt @@ -14,8 +14,8 @@ f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","vulnerabilities"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["vulnerabilities",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d6d6c9e56703676d.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":"$L15"}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","vulnerabilities"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["vulnerabilities",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d6d6c9e56703676d.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":"$L15"}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} 15:["$","$10",null,{"name":"Next.Metadata","children":"$L17"}] a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} diff --git a/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.txt b/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.vulnerabilities.__PAGE__.txt b/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.vulnerabilities.__PAGE__.txt index a35284c..5b53db2 100644 --- a/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.vulnerabilities.__PAGE__.txt +++ b/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.vulnerabilities.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[13812,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/bf7a5f496d6f62d5.js","/_next/static/chunks/d6d6c9e56703676d.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/d6d6c9e56703676d.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/d6d6c9e56703676d.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.vulnerabilities.txt b/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.vulnerabilities.txt index 74b2318..6a7edaf 100644 --- a/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.vulnerabilities.txt +++ b/public/ui/vulnerabilities/__next.!KGRhc2hib2FyZCk.vulnerabilities.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/vulnerabilities/__next._full.txt b/public/ui/vulnerabilities/__next._full.txt index 70fbe82..5c379fd 100644 --- a/public/ui/vulnerabilities/__next._full.txt +++ b/public/ui/vulnerabilities/__next._full.txt @@ -14,8 +14,8 @@ f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","vulnerabilities"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["vulnerabilities",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d6d6c9e56703676d.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":"$L15"}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","vulnerabilities"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["vulnerabilities",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bf7a5f496d6f62d5.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d6d6c9e56703676d.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":"$L15"}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} 15:["$","$10",null,{"name":"Next.Metadata","children":"$L17"}] a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} diff --git a/public/ui/vulnerabilities/__next._head.txt b/public/ui/vulnerabilities/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/vulnerabilities/__next._head.txt +++ b/public/ui/vulnerabilities/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/vulnerabilities/__next._index.txt b/public/ui/vulnerabilities/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/vulnerabilities/__next._index.txt +++ b/public/ui/vulnerabilities/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/vulnerabilities/__next._tree.txt b/public/ui/vulnerabilities/__next._tree.txt index 9ecc1d8..dda9122 100644 --- a/public/ui/vulnerabilities/__next._tree.txt +++ b/public/ui/vulnerabilities/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"vulnerabilities","paramType":null,"paramKey":"vulnerabilities","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"vulnerabilities","paramType":null,"paramKey":"vulnerabilities","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows-editor.html b/public/ui/workflows-editor.html index 969d544..4e050b3 100644 --- a/public/ui/workflows-editor.html +++ b/public/ui/workflows-editor.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows-editor.txt b/public/ui/workflows-editor.txt index 1f51c2b..f5ba468 100644 --- a/public/ui/workflows-editor.txt +++ b/public/ui/workflows-editor.txt @@ -10,9 +10,9 @@ b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] c:I[52559,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/13b0f9a61b5d29df.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/7a8ca5b217e51bcd.js","/_next/static/chunks/ee01d1d043613cd4.js"],"default"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows-editor"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows-editor",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/13b0f9a61b5d29df.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows-editor"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows-editor",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/13b0f9a61b5d29df.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} 13:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 14:"$Sreact.suspense" 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.workflows-editor.__PAGE__.txt b/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.workflows-editor.__PAGE__.txt index 8cfc047..5a5d844 100644 --- a/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.workflows-editor.__PAGE__.txt +++ b/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.workflows-editor.__PAGE__.txt @@ -4,7 +4,7 @@ 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/13b0f9a61b5d29df.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/13b0f9a61b5d29df.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.workflows-editor.txt b/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.workflows-editor.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.workflows-editor.txt +++ b/public/ui/workflows-editor/__next.!KGRhc2hib2FyZCk.workflows-editor.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows-editor/__next._full.txt b/public/ui/workflows-editor/__next._full.txt index 1f51c2b..f5ba468 100644 --- a/public/ui/workflows-editor/__next._full.txt +++ b/public/ui/workflows-editor/__next._full.txt @@ -10,9 +10,9 @@ b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] c:I[52559,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/13b0f9a61b5d29df.js","/_next/static/chunks/855db3470289e304.js","/_next/static/chunks/7a8ca5b217e51bcd.js","/_next/static/chunks/ee01d1d043613cd4.js"],"default"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows-editor"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows-editor",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/13b0f9a61b5d29df.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows-editor"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows-editor",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/13b0f9a61b5d29df.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true,"nonce":"$undefined"}],"$Lf"],"$L10"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L11",false]],"m":"$undefined","G":["$12",[]],"S":true} 13:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 14:"$Sreact.suspense" 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows-editor/__next._head.txt b/public/ui/workflows-editor/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows-editor/__next._head.txt +++ b/public/ui/workflows-editor/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows-editor/__next._index.txt b/public/ui/workflows-editor/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows-editor/__next._index.txt +++ b/public/ui/workflows-editor/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows-editor/__next._tree.txt b/public/ui/workflows-editor/__next._tree.txt index 24565f1..73b2c81 100644 --- a/public/ui/workflows-editor/__next._tree.txt +++ b/public/ui/workflows-editor/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows-editor","paramType":null,"paramKey":"workflows-editor","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows-editor","paramType":null,"paramKey":"workflows-editor","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows.html b/public/ui/workflows.html index 688e5d7..a3ffea0 100644 --- a/public/ui/workflows.html +++ b/public/ui/workflows.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows.txt b/public/ui/workflows.txt index 3222728..6a762c4 100644 --- a/public/ui/workflows.txt +++ b/public/ui/workflows.txt @@ -12,8 +12,8 @@ c:I[43003,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d5 f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/c05ba515b0cc8d40.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/c05ba515b0cc8d40.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L17"}]}]}],null]}] diff --git a/public/ui/workflows/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/__next.!KGRhc2hib2FyZCk.workflows.__PAGE__.txt b/public/ui/workflows/__next.!KGRhc2hib2FyZCk.workflows.__PAGE__.txt index f0da936..629a319 100644 --- a/public/ui/workflows/__next.!KGRhc2hib2FyZCk.workflows.__PAGE__.txt +++ b/public/ui/workflows/__next.!KGRhc2hib2FyZCk.workflows.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[43003,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/19e5ab5e3cdf9dc0.js","/_next/static/chunks/c9d266b0a9c52170.js","/_next/static/chunks/c05ba515b0cc8d40.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/c05ba515b0cc8d40.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/c05ba515b0cc8d40.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/workflows/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/__next._full.txt b/public/ui/workflows/__next._full.txt index 3222728..6a762c4 100644 --- a/public/ui/workflows/__next._full.txt +++ b/public/ui/workflows/__next._full.txt @@ -12,8 +12,8 @@ c:I[43003,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d5 f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/c05ba515b0cc8d40.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/19e5ab5e3cdf9dc0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/c9d266b0a9c52170.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/c05ba515b0cc8d40.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L17"}]}]}],null]}] diff --git a/public/ui/workflows/__next._head.txt b/public/ui/workflows/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/__next._head.txt +++ b/public/ui/workflows/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/__next._index.txt b/public/ui/workflows/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/__next._index.txt +++ b/public/ui/workflows/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/__next._tree.txt b/public/ui/workflows/__next._tree.txt index 5c1dd17..4ed5868 100644 --- a/public/ui/workflows/__next._tree.txt +++ b/public/ui/workflows/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows/docker-runner-example.html b/public/ui/workflows/docker-runner-example.html index f611bb8..dabac6b 100644 --- a/public/ui/workflows/docker-runner-example.html +++ b/public/ui/workflows/docker-runner-example.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows/docker-runner-example.txt b/public/ui/workflows/docker-runner-example.txt index 19cbb9e..2098ddd 100644 --- a/public/ui/workflows/docker-runner-example.txt +++ b/public/ui/workflows/docker-runner-example.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","docker-runner-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","docker-runner-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","docker-runner-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","docker-runner-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt b/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt index 2964ca3..bc5c629 100644 --- a/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt +++ b/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt @@ -3,5 +3,5 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"docker-runner-example"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"docker-runner-example"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt b/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt +++ b/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/docker-runner-example/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/docker-runner-example/__next._full.txt b/public/ui/workflows/docker-runner-example/__next._full.txt index 19cbb9e..2098ddd 100644 --- a/public/ui/workflows/docker-runner-example/__next._full.txt +++ b/public/ui/workflows/docker-runner-example/__next._full.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","docker-runner-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","docker-runner-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","docker-runner-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","docker-runner-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/docker-runner-example/__next._head.txt b/public/ui/workflows/docker-runner-example/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/docker-runner-example/__next._head.txt +++ b/public/ui/workflows/docker-runner-example/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/docker-runner-example/__next._index.txt b/public/ui/workflows/docker-runner-example/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/docker-runner-example/__next._index.txt +++ b/public/ui/workflows/docker-runner-example/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/docker-runner-example/__next._tree.txt b/public/ui/workflows/docker-runner-example/__next._tree.txt index 532d41c..eddd4be 100644 --- a/public/ui/workflows/docker-runner-example/__next._tree.txt +++ b/public/ui/workflows/docker-runner-example/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"docker-runner-example","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"docker-runner-example","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows/mock-all-step-types-example.html b/public/ui/workflows/mock-all-step-types-example.html index c6a3426..2772f5d 100644 --- a/public/ui/workflows/mock-all-step-types-example.html +++ b/public/ui/workflows/mock-all-step-types-example.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows/mock-all-step-types-example.txt b/public/ui/workflows/mock-all-step-types-example.txt index e75ad9e..4ec5deb 100644 --- a/public/ui/workflows/mock-all-step-types-example.txt +++ b/public/ui/workflows/mock-all-step-types-example.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","mock-all-step-types-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","mock-all-step-types-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","mock-all-step-types-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","mock-all-step-types-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt b/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt index 8ff73c1..46a8648 100644 --- a/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt +++ b/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt @@ -3,5 +3,5 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"mock-all-step-types-example"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"mock-all-step-types-example"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt b/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt +++ b/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/mock-all-step-types-example/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/mock-all-step-types-example/__next._full.txt b/public/ui/workflows/mock-all-step-types-example/__next._full.txt index e75ad9e..4ec5deb 100644 --- a/public/ui/workflows/mock-all-step-types-example/__next._full.txt +++ b/public/ui/workflows/mock-all-step-types-example/__next._full.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","mock-all-step-types-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","mock-all-step-types-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","mock-all-step-types-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","mock-all-step-types-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/mock-all-step-types-example/__next._head.txt b/public/ui/workflows/mock-all-step-types-example/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/mock-all-step-types-example/__next._head.txt +++ b/public/ui/workflows/mock-all-step-types-example/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/mock-all-step-types-example/__next._index.txt b/public/ui/workflows/mock-all-step-types-example/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/mock-all-step-types-example/__next._index.txt +++ b/public/ui/workflows/mock-all-step-types-example/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/mock-all-step-types-example/__next._tree.txt b/public/ui/workflows/mock-all-step-types-example/__next._tree.txt index 10e0e33..00cbc08 100644 --- a/public/ui/workflows/mock-all-step-types-example/__next._tree.txt +++ b/public/ui/workflows/mock-all-step-types-example/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"mock-all-step-types-example","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"mock-all-step-types-example","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows/mock-comprehensive-flow-example.html b/public/ui/workflows/mock-comprehensive-flow-example.html index c7c32ed..d52ff45 100644 --- a/public/ui/workflows/mock-comprehensive-flow-example.html +++ b/public/ui/workflows/mock-comprehensive-flow-example.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows/mock-comprehensive-flow-example.txt b/public/ui/workflows/mock-comprehensive-flow-example.txt index 7aa4668..989248d 100644 --- a/public/ui/workflows/mock-comprehensive-flow-example.txt +++ b/public/ui/workflows/mock-comprehensive-flow-example.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","mock-comprehensive-flow-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","mock-comprehensive-flow-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","mock-comprehensive-flow-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","mock-comprehensive-flow-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt b/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt index 5fbd4be..1416ac4 100644 --- a/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt +++ b/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt @@ -3,5 +3,5 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"mock-comprehensive-flow-example"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"mock-comprehensive-flow-example"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt b/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt +++ b/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/mock-comprehensive-flow-example/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/mock-comprehensive-flow-example/__next._full.txt b/public/ui/workflows/mock-comprehensive-flow-example/__next._full.txt index 7aa4668..989248d 100644 --- a/public/ui/workflows/mock-comprehensive-flow-example/__next._full.txt +++ b/public/ui/workflows/mock-comprehensive-flow-example/__next._full.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","mock-comprehensive-flow-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","mock-comprehensive-flow-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","mock-comprehensive-flow-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","mock-comprehensive-flow-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/mock-comprehensive-flow-example/__next._head.txt b/public/ui/workflows/mock-comprehensive-flow-example/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/mock-comprehensive-flow-example/__next._head.txt +++ b/public/ui/workflows/mock-comprehensive-flow-example/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/mock-comprehensive-flow-example/__next._index.txt b/public/ui/workflows/mock-comprehensive-flow-example/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/mock-comprehensive-flow-example/__next._index.txt +++ b/public/ui/workflows/mock-comprehensive-flow-example/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/mock-comprehensive-flow-example/__next._tree.txt b/public/ui/workflows/mock-comprehensive-flow-example/__next._tree.txt index 7cfe513..670e584 100644 --- a/public/ui/workflows/mock-comprehensive-flow-example/__next._tree.txt +++ b/public/ui/workflows/mock-comprehensive-flow-example/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"mock-comprehensive-flow-example","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"mock-comprehensive-flow-example","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows/ssh-runner-example.html b/public/ui/workflows/ssh-runner-example.html index d27bb33..0527709 100644 --- a/public/ui/workflows/ssh-runner-example.html +++ b/public/ui/workflows/ssh-runner-example.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows/ssh-runner-example.txt b/public/ui/workflows/ssh-runner-example.txt index 18a2aeb..22923cb 100644 --- a/public/ui/workflows/ssh-runner-example.txt +++ b/public/ui/workflows/ssh-runner-example.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","ssh-runner-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","ssh-runner-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","ssh-runner-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","ssh-runner-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt b/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt index 82dab6d..8c54cc5 100644 --- a/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt +++ b/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt @@ -3,5 +3,5 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"ssh-runner-example"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"ssh-runner-example"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt b/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt +++ b/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/ssh-runner-example/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/ssh-runner-example/__next._full.txt b/public/ui/workflows/ssh-runner-example/__next._full.txt index 18a2aeb..22923cb 100644 --- a/public/ui/workflows/ssh-runner-example/__next._full.txt +++ b/public/ui/workflows/ssh-runner-example/__next._full.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","ssh-runner-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","ssh-runner-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","ssh-runner-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","ssh-runner-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/ssh-runner-example/__next._head.txt b/public/ui/workflows/ssh-runner-example/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/ssh-runner-example/__next._head.txt +++ b/public/ui/workflows/ssh-runner-example/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/ssh-runner-example/__next._index.txt b/public/ui/workflows/ssh-runner-example/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/ssh-runner-example/__next._index.txt +++ b/public/ui/workflows/ssh-runner-example/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/ssh-runner-example/__next._tree.txt b/public/ui/workflows/ssh-runner-example/__next._tree.txt index debab30..928287a 100644 --- a/public/ui/workflows/ssh-runner-example/__next._tree.txt +++ b/public/ui/workflows/ssh-runner-example/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"ssh-runner-example","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"ssh-runner-example","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows/test-complex-docker-workflow.html b/public/ui/workflows/test-complex-docker-workflow.html index aee2a03..1fa186f 100644 --- a/public/ui/workflows/test-complex-docker-workflow.html +++ b/public/ui/workflows/test-complex-docker-workflow.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows/test-complex-docker-workflow.txt b/public/ui/workflows/test-complex-docker-workflow.txt index 1f8c505..cebaf9b 100644 --- a/public/ui/workflows/test-complex-docker-workflow.txt +++ b/public/ui/workflows/test-complex-docker-workflow.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","test-complex-docker-workflow"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-complex-docker-workflow","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","test-complex-docker-workflow"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-complex-docker-workflow","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt b/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt index 1c6b57b..176d70a 100644 --- a/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt +++ b/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt @@ -3,5 +3,5 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"test-complex-docker-workflow"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"test-complex-docker-workflow"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt b/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt +++ b/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/test-complex-docker-workflow/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-complex-docker-workflow/__next._full.txt b/public/ui/workflows/test-complex-docker-workflow/__next._full.txt index 1f8c505..cebaf9b 100644 --- a/public/ui/workflows/test-complex-docker-workflow/__next._full.txt +++ b/public/ui/workflows/test-complex-docker-workflow/__next._full.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","test-complex-docker-workflow"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-complex-docker-workflow","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","test-complex-docker-workflow"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-complex-docker-workflow","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/test-complex-docker-workflow/__next._head.txt b/public/ui/workflows/test-complex-docker-workflow/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/test-complex-docker-workflow/__next._head.txt +++ b/public/ui/workflows/test-complex-docker-workflow/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-complex-docker-workflow/__next._index.txt b/public/ui/workflows/test-complex-docker-workflow/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/test-complex-docker-workflow/__next._index.txt +++ b/public/ui/workflows/test-complex-docker-workflow/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-complex-docker-workflow/__next._tree.txt b/public/ui/workflows/test-complex-docker-workflow/__next._tree.txt index dda3306..81abba6 100644 --- a/public/ui/workflows/test-complex-docker-workflow/__next._tree.txt +++ b/public/ui/workflows/test-complex-docker-workflow/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"test-complex-docker-workflow","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"test-complex-docker-workflow","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows/test-decision.html b/public/ui/workflows/test-decision.html index 84b017b..aaca526 100644 --- a/public/ui/workflows/test-decision.html +++ b/public/ui/workflows/test-decision.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows/test-decision.txt b/public/ui/workflows/test-decision.txt index b0558ca..6637497 100644 --- a/public/ui/workflows/test-decision.txt +++ b/public/ui/workflows/test-decision.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","test-decision"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-decision","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","test-decision"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-decision","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt b/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt index ada752d..e31f935 100644 --- a/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt +++ b/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt @@ -3,5 +3,5 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"test-decision"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"test-decision"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt b/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt +++ b/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/test-decision/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-decision/__next._full.txt b/public/ui/workflows/test-decision/__next._full.txt index b0558ca..6637497 100644 --- a/public/ui/workflows/test-decision/__next._full.txt +++ b/public/ui/workflows/test-decision/__next._full.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","test-decision"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-decision","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","test-decision"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-decision","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/test-decision/__next._head.txt b/public/ui/workflows/test-decision/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/test-decision/__next._head.txt +++ b/public/ui/workflows/test-decision/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-decision/__next._index.txt b/public/ui/workflows/test-decision/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/test-decision/__next._index.txt +++ b/public/ui/workflows/test-decision/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-decision/__next._tree.txt b/public/ui/workflows/test-decision/__next._tree.txt index 3e84e18..0650e3b 100644 --- a/public/ui/workflows/test-decision/__next._tree.txt +++ b/public/ui/workflows/test-decision/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"test-decision","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"test-decision","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows/test-docker-flow.html b/public/ui/workflows/test-docker-flow.html index 2461deb..9d6fd3c 100644 --- a/public/ui/workflows/test-docker-flow.html +++ b/public/ui/workflows/test-docker-flow.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows/test-docker-flow.txt b/public/ui/workflows/test-docker-flow.txt index a05df8a..b09eb75 100644 --- a/public/ui/workflows/test-docker-flow.txt +++ b/public/ui/workflows/test-docker-flow.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","test-docker-flow"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-docker-flow","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","test-docker-flow"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-docker-flow","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt b/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt index 9f08f67..a3951d3 100644 --- a/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt +++ b/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt @@ -3,5 +3,5 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"test-docker-flow"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"test-docker-flow"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt b/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt +++ b/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/test-docker-flow/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-docker-flow/__next._full.txt b/public/ui/workflows/test-docker-flow/__next._full.txt index a05df8a..b09eb75 100644 --- a/public/ui/workflows/test-docker-flow/__next._full.txt +++ b/public/ui/workflows/test-docker-flow/__next._full.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","test-docker-flow"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-docker-flow","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","test-docker-flow"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-docker-flow","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/test-docker-flow/__next._head.txt b/public/ui/workflows/test-docker-flow/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/test-docker-flow/__next._head.txt +++ b/public/ui/workflows/test-docker-flow/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-docker-flow/__next._index.txt b/public/ui/workflows/test-docker-flow/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/test-docker-flow/__next._index.txt +++ b/public/ui/workflows/test-docker-flow/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-docker-flow/__next._tree.txt b/public/ui/workflows/test-docker-flow/__next._tree.txt index dfc6f85..122e79c 100644 --- a/public/ui/workflows/test-docker-flow/__next._tree.txt +++ b/public/ui/workflows/test-docker-flow/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"test-docker-flow","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"test-docker-flow","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows/test-loop.html b/public/ui/workflows/test-loop.html index 560b2de..1a91a86 100644 --- a/public/ui/workflows/test-loop.html +++ b/public/ui/workflows/test-loop.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows/test-loop.txt b/public/ui/workflows/test-loop.txt index 08b3cec..55a2bba 100644 --- a/public/ui/workflows/test-loop.txt +++ b/public/ui/workflows/test-loop.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","test-loop"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-loop","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","test-loop"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-loop","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt b/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt index a445521..ffb0dd6 100644 --- a/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt +++ b/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt @@ -3,5 +3,5 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"test-loop"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"test-loop"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt b/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt +++ b/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/test-loop/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-loop/__next._full.txt b/public/ui/workflows/test-loop/__next._full.txt index 08b3cec..55a2bba 100644 --- a/public/ui/workflows/test-loop/__next._full.txt +++ b/public/ui/workflows/test-loop/__next._full.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","test-loop"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-loop","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","test-loop"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","test-loop","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/test-loop/__next._head.txt b/public/ui/workflows/test-loop/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/test-loop/__next._head.txt +++ b/public/ui/workflows/test-loop/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-loop/__next._index.txt b/public/ui/workflows/test-loop/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/test-loop/__next._index.txt +++ b/public/ui/workflows/test-loop/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/test-loop/__next._tree.txt b/public/ui/workflows/test-loop/__next._tree.txt index 0d65b38..ab97239 100644 --- a/public/ui/workflows/test-loop/__next._tree.txt +++ b/public/ui/workflows/test-loop/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"test-loop","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"test-loop","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows/triggers-example.html b/public/ui/workflows/triggers-example.html index 455fea6..0c7fb77 100644 --- a/public/ui/workflows/triggers-example.html +++ b/public/ui/workflows/triggers-example.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows/triggers-example.txt b/public/ui/workflows/triggers-example.txt index 16966c8..a130d70 100644 --- a/public/ui/workflows/triggers-example.txt +++ b/public/ui/workflows/triggers-example.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","triggers-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","triggers-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","triggers-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","triggers-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt b/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt index bf71683..ada9f32 100644 --- a/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt +++ b/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.__PAGE__.txt @@ -3,5 +3,5 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 4:"$Sreact.suspense" :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"triggers-example"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"workflowId":"triggers-example"}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/855db3470289e304.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/7a8ca5b217e51bcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ee01d1d043613cd4.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null diff --git a/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt b/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt +++ b/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.$d$id.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/triggers-example/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/triggers-example/__next._full.txt b/public/ui/workflows/triggers-example/__next._full.txt index 16966c8..a130d70 100644 --- a/public/ui/workflows/triggers-example/__next._full.txt +++ b/public/ui/workflows/triggers-example/__next._full.txt @@ -8,9 +8,9 @@ 8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] 9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 11:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","triggers-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","triggers-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","triggers-example"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":[["id","triggers-example","d"],{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":["$Lb",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a5bd6fe3abc8091.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3107e8c74bd44dcc.js","async":true,"nonce":"$undefined"}],"$Lc","$Ld","$Le"],"$Lf"]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L10",false]],"m":"$undefined","G":["$11",[]],"S":true} 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 13:"$Sreact.suspense" 15:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] diff --git a/public/ui/workflows/triggers-example/__next._head.txt b/public/ui/workflows/triggers-example/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/triggers-example/__next._head.txt +++ b/public/ui/workflows/triggers-example/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/triggers-example/__next._index.txt b/public/ui/workflows/triggers-example/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/triggers-example/__next._index.txt +++ b/public/ui/workflows/triggers-example/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/triggers-example/__next._tree.txt b/public/ui/workflows/triggers-example/__next._tree.txt index 37c00f5..db5aa4c 100644 --- a/public/ui/workflows/triggers-example/__next._tree.txt +++ b/public/ui/workflows/triggers-example/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] :HL["/_next/static/chunks/8a5bd6fe3abc8091.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"triggers-example","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"id","paramType":"d","paramKey":"triggers-example","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/public/ui/workflows/upload.html b/public/ui/workflows/upload.html index d93b6ba..1fa3c9f 100644 --- a/public/ui/workflows/upload.html +++ b/public/ui/workflows/upload.html @@ -1,4 +1,4 @@ -Osmedeus DashboardOsmedeus Dashboard
\ No newline at end of file + })("class","theme","system",null,["light","dark"],null,true,true)
\ No newline at end of file diff --git a/public/ui/workflows/upload.txt b/public/ui/workflows/upload.txt index 9063b9c..008b70c 100644 --- a/public/ui/workflows/upload.txt +++ b/public/ui/workflows/upload.txt @@ -12,8 +12,8 @@ c:I[22679,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d5 f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","upload"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":["upload",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/25576ba0cdb07dc8.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","upload"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":["upload",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/25576ba0cdb07dc8.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L17"}]}]}],null]}] diff --git a/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.txt b/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.txt index 1057b17..245c2b9 100644 --- a/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.txt @@ -3,5 +3,5 @@ 3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js"],"default"] 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.txt b/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.txt +++ b/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.upload.__PAGE__.txt b/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.upload.__PAGE__.txt index e8c414d..c8361a7 100644 --- a/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.upload.__PAGE__.txt +++ b/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.upload.__PAGE__.txt @@ -3,7 +3,7 @@ 3:I[22679,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/f1a3e65a17a7e75f.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/94ef2cd9ae258831.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/096c32aa55ba712a.js","/_next/static/chunks/25576ba0cdb07dc8.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/25576ba0cdb07dc8.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/25576ba0cdb07dc8.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:{} 8:null diff --git a/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.upload.txt b/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.upload.txt index 74b2318..6a7edaf 100644 --- a/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.upload.txt +++ b/public/ui/workflows/upload/__next.!KGRhc2hib2FyZCk.workflows.upload.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/upload/__next._full.txt b/public/ui/workflows/upload/__next._full.txt index 9063b9c..008b70c 100644 --- a/public/ui/workflows/upload/__next._full.txt +++ b/public/ui/workflows/upload/__next._full.txt @@ -12,8 +12,8 @@ c:I[22679,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d5 f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] 10:"$Sreact.suspense" 13:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"P":null,"b":"grDRsQ3pDvKOkAGVmf-Eh","c":["","workflows","upload"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":["upload",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/25576ba0cdb07dc8.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"P":null,"b":"07lkKL2yG-FqbafnB4--5","c":["","workflows","upload"],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["workflows",{"children":["upload",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/f1a3e65a17a7e75f.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94ef2cd9ae258831.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/096c32aa55ba712a.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/25576ba0cdb07dc8.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],"$L12",false]],"m":"$undefined","G":["$13",[]],"S":true} 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] 16:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 12:["$","$1","h",{"children":[null,["$","$L14",null,{"children":"$L15"}],["$","div",null,{"hidden":true,"children":["$","$L16",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L17"}]}]}],null]}] diff --git a/public/ui/workflows/upload/__next._head.txt b/public/ui/workflows/upload/__next._head.txt index 9717f23..7f3c77b 100644 --- a/public/ui/workflows/upload/__next._head.txt +++ b/public/ui/workflows/upload/__next._head.txt @@ -3,4 +3,4 @@ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/upload/__next._index.txt b/public/ui/workflows/upload/__next._index.txt index fee9de8..da3eae0 100644 --- a/public/ui/workflows/upload/__next._index.txt +++ b/public/ui/workflows/upload/__next._index.txt @@ -5,5 +5,5 @@ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] 7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/35d59feed15619b8.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/552e3049a6bb6b15.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f8e662a156648bdd.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/35d59feed15619b8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/public/ui/workflows/upload/__next._tree.txt b/public/ui/workflows/upload/__next._tree.txt index a2d32ad..621886c 100644 --- a/public/ui/workflows/upload/__next._tree.txt +++ b/public/ui/workflows/upload/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/552e3049a6bb6b15.css","style"] -0:{"buildId":"grDRsQ3pDvKOkAGVmf-Eh","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"upload","paramType":null,"paramKey":"upload","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/f8e662a156648bdd.css","style"] +0:{"buildId":"07lkKL2yG-FqbafnB4--5","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"workflows","paramType":null,"paramKey":"workflows","hasRuntimePrefetch":false,"slots":{"children":{"name":"upload","paramType":null,"paramKey":"upload","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/test/testdata/workflows/test-repeat-modules/modules/test-echo.yaml b/test/testdata/workflows/test-repeat-modules/modules/test-echo.yaml new file mode 100644 index 0000000..4c31b82 --- /dev/null +++ b/test/testdata/workflows/test-repeat-modules/modules/test-echo.yaml @@ -0,0 +1,46 @@ +# Test Echo Module +# Simple module that echoes messages and target information + +name: test-echo +kind: module +description: Simple echo test module for repeat flow testing +tags: test, bash, echo + +params: + - name: target + required: true + - name: message + default: "Hello from Osmedeus" + +steps: + - name: echo-separator + type: bash + command: echo "==========================================" + + - name: echo-module-start + type: bash + command: echo "[MODULE START] test-echo" + + - name: echo-target + type: bash + command: 'echo "Target: {{target}}"' + + - name: echo-message + type: bash + command: 'echo "Message: {{message}}"' + + - name: echo-output-dir + type: bash + command: 'echo "Output directory: {{Output}}"' + + - name: echo-timestamp + type: bash + command: 'echo "Timestamp: $(date +%Y-%m-%d\ %H:%M:%S)"' + + - name: echo-module-end + type: bash + command: echo "[MODULE END] test-echo" + + - name: echo-separator-end + type: bash + command: echo "==========================================" diff --git a/test/testdata/workflows/test-repeat-modules/modules/test-loop.yaml b/test/testdata/workflows/test-repeat-modules/modules/test-loop.yaml new file mode 100644 index 0000000..05b6ea3 --- /dev/null +++ b/test/testdata/workflows/test-repeat-modules/modules/test-loop.yaml @@ -0,0 +1,61 @@ +# Test Loop Module +# Module that demonstrates foreach loop with items + +name: test-loop +kind: module +description: Test foreach loop module for repeat flow testing +tags: test, foreach, loop + +params: + - name: target + required: true + - name: loop_message + default: "Processing item" + - name: item_count + default: "5" + +steps: + - name: loop-separator + type: bash + command: echo "==========================================" + + - name: loop-module-start + type: bash + command: echo "[MODULE START] test-loop" + + - name: loop-info + type: bash + command: 'echo "Loop message: {{loop_message}}"' + + - name: create-input-file + type: bash + commands: + - mkdir -p {{Output}}/loop-data + - printf 'item-1\nitem-2\nitem-3\nitem-4\nitem-5\n' > {{Output}}/loop-data/items.txt + - echo "Created input file with items" + + - name: process-items + type: foreach + input: "{{Output}}/loop-data/items.txt" + variable: item + threads: 2 + step: + name: process-single-item + type: bash + commands: + - 'echo "{{loop_message}} - Processing [[item]] for target {{target}}"' + - sleep 0.1 + + - name: loop-summary + type: bash + commands: + - 'echo "Loop completed for target: {{target}}"' + - 'echo "Total items processed: $(wc -l < {{Output}}/loop-data/items.txt)"' + + - name: loop-module-end + type: bash + command: echo "[MODULE END] test-loop" + + - name: loop-separator-end + type: bash + command: echo "==========================================" diff --git a/test/testdata/workflows/test-repeat-modules/test-repeat-modules-flow.yaml b/test/testdata/workflows/test-repeat-modules/test-repeat-modules-flow.yaml new file mode 100644 index 0000000..d3e9ad6 --- /dev/null +++ b/test/testdata/workflows/test-repeat-modules/test-repeat-modules-flow.yaml @@ -0,0 +1,85 @@ +# Test Flow: Running Same Modules Multiple Times +# This flow demonstrates running the same module multiple times with different configurations + +name: test-repeat-modules-flow +kind: flow +description: Test flow that runs the same modules multiple times +tags: test, flow, repeat, modules + +params: + - name: target + required: true + - name: iterations + default: "3" + +modules: + # First run of echo module + - name: echo-run-1 + path: modules/test-echo.yaml + params: + message: "First iteration - starting the flow" + + # Second run of echo module (depends on first) + - name: echo-run-2 + path: modules/test-echo.yaml + depends_on: + - echo-run-1 + params: + message: "Second iteration - continuing" + + # Third run of echo module (depends on second) + - name: echo-run-3 + path: modules/test-echo.yaml + depends_on: + - echo-run-2 + params: + message: "Third iteration - almost done" + + # Fourth run with different condition + - name: echo-run-4 + path: modules/test-echo.yaml + depends_on: + - echo-run-3 + params: + message: "Fourth iteration - final run" + condition: "true" + + # Run loop module multiple times as well + - name: loop-run-1 + path: modules/test-loop.yaml + depends_on: + - echo-run-2 + params: + loop_message: "Loop iteration 1" + + - name: loop-run-2 + path: modules/test-loop.yaml + depends_on: + - loop-run-1 + params: + loop_message: "Loop iteration 2" + + # Parallel execution of the same module + - name: echo-parallel-a + path: modules/test-echo.yaml + depends_on: + - echo-run-4 + params: + message: "Parallel A - running concurrently" + + - name: echo-parallel-b + path: modules/test-echo.yaml + depends_on: + - echo-run-4 + params: + message: "Parallel B - running concurrently" + + # Final aggregation step + - name: echo-final + path: modules/test-echo.yaml + depends_on: + - echo-parallel-a + - echo-parallel-b + - loop-run-2 + params: + message: "Final step - all iterations complete" diff --git a/test/testdata/workflows/test-sleep-flow.yaml b/test/testdata/workflows/test-sleep-flow.yaml deleted file mode 100644 index 0c65e5e..0000000 --- a/test/testdata/workflows/test-sleep-flow.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: test-sleep-flow -kind: flow -description: Flow that orchestrates multiple sleep modules (~60s total) -tags: test,flow,sleep - -params: - - name: target - required: true - -modules: - - name: recon-phase - path: modules/test-sleep-module - params: - sleep_time: "10" - - - name: parallel-phase - path: modules/test-sleep-parallel - depends_on: - - recon-phase - - - name: final-phase - path: modules/test-sleep-module - params: - sleep_time: "5" - depends_on: - - parallel-phase