From 1f0a0a3ce7489c2e7632bfbcb2648dbce17a2e3b Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 15 Jun 2024 20:15:27 -0500 Subject: [PATCH] [Release] 4.8.4 --- CHANGELOG.md | 2 +- frontend/src/views/admin/layout/AdminHeader.vue | 7 +++++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 638c1d51..b6f10702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [4.8.3] 6/15/2024 +## [4.8.4] 6/15/2024 * **Spire Admin** Add **Server Process Management** to the permissions page. * **Spire Admin** Adjust the UI for the admin header to be more responsive, reduce clutter by removing less valuable status indicators such as UCS and Launcher which can be found on the dashboard page. diff --git a/frontend/src/views/admin/layout/AdminHeader.vue b/frontend/src/views/admin/layout/AdminHeader.vue index d3f92006..a85841e9 100644 --- a/frontend/src/views/admin/layout/AdminHeader.vue +++ b/frontend/src/views/admin/layout/AdminHeader.vue @@ -35,7 +35,10 @@ - +
@@ -321,6 +324,6 @@ export default { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - max-width: 450px; /* Set the width to the desired length */ + max-width: 380px; /* Set the width to the desired length */ } diff --git a/package.json b/package.json index d5bd7216..bbe39be7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spire", - "version": "4.8.3", + "version": "4.8.4", "repository": { "type": "git", "url": "https://github.com/Akkadius/spire.git"