Skip to content

Commit 1f0a0a3

Browse files
committed
[Release] 4.8.4
1 parent e0c8965 commit 1f0a0a3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [4.8.3] 6/15/2024
1+
## [4.8.4] 6/15/2024
22

33
* **Spire Admin** Add **Server Process Management** to the permissions page.
44
* **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.

frontend/src/views/admin/layout/AdminHeader.vue

+5-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535

3636
</div>
3737

38-
38+
<div
39+
class="d-none d-lg-block mr-3 ml-3"
40+
style="color: #95aac9; border-left: 1px solid #95aac9; height: 50px; opacity: .3"
41+
/>
3942

4043
<div class="col-lg-8 col-sm-12 pl-3 pr-0 ml-0 text-center">
4144

@@ -321,6 +324,6 @@ export default {
321324
white-space: nowrap;
322325
overflow: hidden;
323326
text-overflow: ellipsis;
324-
max-width: 450px; /* Set the width to the desired length */
327+
max-width: 380px; /* Set the width to the desired length */
325328
}
326329
</style>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spire",
3-
"version": "4.8.3",
3+
"version": "4.8.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/Akkadius/spire.git"

0 commit comments

Comments
 (0)