From 8205d55d1e12a65003314c8e26e90b0da09562ba Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sat, 6 Jun 2026 19:28:22 +0000 Subject: [PATCH] Add Ladill Servers to app launcher. Sync servers.svg from monolith for the all-apps menu. Co-authored-by: Cursor --- config/ladill_launcher.php | 1 + public/images/launcher-icons/servers.svg | 35 ++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 public/images/launcher-icons/servers.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 1f75e94..304896d 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -28,6 +28,7 @@ return [ ['name' => 'Email', 'url' => 'https://email.'.$root, 'icon' => 'email.svg'], ['name' => 'Mail', 'url' => 'https://mail.'.$root, 'icon' => 'mail.svg'], ['name' => 'Domains', 'url' => 'https://domains.'.$root, 'icon' => 'domains.svg'], + ['name' => 'Servers', 'url' => 'https://servers.'.$root, 'icon' => 'servers.svg'], ['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'], ], ]; diff --git a/public/images/launcher-icons/servers.svg b/public/images/launcher-icons/servers.svg new file mode 100644 index 0000000..169dc36 --- /dev/null +++ b/public/images/launcher-icons/servers.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + \ No newline at end of file