Skip to content

Commit

Permalink
[Release] 4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkadius committed Jun 16, 2024
1 parent e0c8965 commit 1f0a0a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 5 additions & 2 deletions frontend/src/views/admin/layout/AdminHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@

</div>


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

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

Expand Down Expand Up @@ -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 */
}
</style>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire",
"version": "4.8.3",
"version": "4.8.4",
"repository": {
"type": "git",
"url": "https://github.com/Akkadius/spire.git"
Expand Down

0 comments on commit 1f0a0a3

Please sign in to comment.