Skip to content

Commit 18d7539

Browse files
committed
Fixup ztat interface
1 parent a2c100a commit 18d7539

File tree

4 files changed

+296
-458
lines changed

4 files changed

+296
-458
lines changed

.local.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SENTRIUS_VERSION=1.1.345
1+
SENTRIUS_VERSION=1.1.361
22
SENTRIUS_SSH_VERSION=1.1.41
33
SENTRIUS_KEYCLOAK_VERSION=1.1.53
44
SENTRIUS_AGENT_VERSION=1.1.42

.local.env.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SENTRIUS_VERSION=1.1.345
1+
SENTRIUS_VERSION=1.1.361
22
SENTRIUS_SSH_VERSION=1.1.41
33
SENTRIUS_KEYCLOAK_VERSION=1.1.53
44
SENTRIUS_AGENT_VERSION=1.1.42

api/src/main/resources/templates/fragments/header.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,34 @@
6969
margin: 0; /* Remove outer margin */
7070
padding: 5px 10px; /* Adjust padding to desired amount */
7171
}
72+
73+
/* Sidebar-specific nav pills */
74+
#menu.nav-pills .nav-link {
75+
background: transparent;
76+
color: #adb5bd;
77+
border-radius: 8px;
78+
padding: .65rem .9rem;
79+
width: 100%;
80+
text-align: left;
81+
}
82+
83+
#menu.nav-pills .nav-link.active {
84+
background-color: #0d6efd; /* blue highlight */
85+
color: #fff;
86+
}
87+
88+
/* Only affect page-content pills, not sidebar */
89+
.main-content .nav-pills .nav-link {
90+
background: var(--surface-2);
91+
color: var(--muted);
92+
border-radius: 999px;
93+
}
94+
95+
.main-content .nav-pills .nav-link.active {
96+
background: var(--primary);
97+
color: #fff;
98+
}
99+
72100
</style>
73101

74102
<script th:inline="javascript">

0 commit comments

Comments
 (0)