fix: verify seed icon and fallback data
This commit is contained in:
parent
077edbd550
commit
7afcb78e0e
2 changed files with 56 additions and 4 deletions
|
|
@ -323,7 +323,7 @@ export const dimensionLabDashboardFixture: DashboardDocument = {
|
|||
id: "aws-start",
|
||||
label: "AWS Start",
|
||||
description: "AWS access portal",
|
||||
icon: "simple-icons:amazonaws",
|
||||
icon: "simple-icons:amazonwebservices",
|
||||
href: "https://dimensionlab.awsapps.com/start",
|
||||
datasource: httpStatus("https://dimensionlab.awsapps.com/start"),
|
||||
}),
|
||||
|
|
@ -375,7 +375,7 @@ export const dimensionLabDashboardFixture: DashboardDocument = {
|
|||
id: "open-webui",
|
||||
label: "Open WebUI",
|
||||
description: "Chat and model interface",
|
||||
icon: "simple-icons:openwebui",
|
||||
icon: "mdi:web",
|
||||
href: "https://webui.dimensionlab.net",
|
||||
datasource: httpStatus("https://webui.dimensionlab.net/health"),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue