From ea649a8a9317c80d1000431a2ac57bd25e6cf733 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 9 Jan 2026 22:59:15 -0300 Subject: [PATCH] Reorder service grid rows --- frontend/src/data/sample.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/src/data/sample.js b/frontend/src/data/sample.js index 05b4973..8775ad7 100644 --- a/frontend/src/data/sample.js +++ b/frontend/src/data/sample.js @@ -80,19 +80,18 @@ export function fallbackServices() { summary: "Upload pipeline feeding the Jellyfin library.", link: "https://pegasus.bstein.dev", }, - { - name: "Mailu", - category: "mail", - summary: "Self-hosted mailserver with accepted outgoing mail.", - link: "https://mail.bstein.dev", - host: "mail.bstein.dev", - }, { name: "Grafana", category: "observability", summary: "Atlas metrics and dashboards for the lab.", link: "https://metrics.bstein.dev", }, + { + name: "OpenSearch", + category: "observability", + summary: "Centralized logs for Atlas services. Powered by Fluent Bit.", + link: "https://logs.bstein.dev", + }, { name: "Element", category: "comms", @@ -125,6 +124,13 @@ export function fallbackServices() { host: "turn.live.bstein.dev", status: "live", }, + { + name: "Mailu", + category: "mail", + summary: "Self-hosted mailserver with accepted outgoing mail.", + link: "https://mail.bstein.dev", + host: "mail.bstein.dev", + }, { name: "Gitea", category: "dev", @@ -155,12 +161,6 @@ export function fallbackServices() { summary: "Secrets for secure environment injection.", link: "https://secret.bstein.dev", }, - { - name: "OpenSearch", - category: "observability", - summary: "Centralized logs for Atlas services. Powered by Fluent Bit.", - link: "https://logs.bstein.dev", - }, { name: "Monero", category: "crypto",