Skip to content

Commit

Permalink
Merge pull request #1243 from threefoldtech/development_313_flat_othe…
Browse files Browse the repository at this point in the history
…r_services
  • Loading branch information
xmonader authored Oct 19, 2023
2 parents 97cbf4f + 3349ba1 commit d7ffc70
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions packages/playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -241,20 +241,31 @@ const routes: AppRoute[] = [
],
} as any,
]),
{
title: "Other Services",
icon: "mdi-toolbox",
title: "Metrics",
items: [
{
title: "Monitoring",
icon: "mdi-equalizer",
url: "https://metrics.grid.tf/d/rYdddlPWkfqwf/zos-host-metrics?orgId=2&refresh=30s",
},
],
},
{
title: "Bootstrap",
items: [
{
title: "0-bootstrap",
title: "0-Bootstrap",
icon: "mdi-earth",
url: "https://bootstrap.grid.tf/",
},
],
},
{
title: "0Hub",
icon: "mdi-toolbox",
items: [
{
title: "0-Hub",
icon: "mdi-open-in-new",
Expand Down

0 comments on commit d7ffc70

Please sign in to comment.