Skip to content

Commit 95f3163

Browse files
chore(admin-ui): changes in status table in dashboard (#2090)
chore(admin-ui): update status table layout in dashboard #2084 - Renamed "Server status" to "Auth Server status" - Removed OAuth Server status block - Removed Jans Link block - Moved Auth Server block to the top-left position
1 parent f1294fb commit 95f3163

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

admin-ui/app/routes/Dashboards/DashboardPage.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,24 +232,17 @@ function DashboardPage() {
232232
]
233233

234234
const statusDetails = [
235-
{ label: 'dashboard.database_status', status: dbStatus, key: 'db_status' },
236235
{
237-
label: 'dashboard.server_status',
236+
label: 'menus.oauthserver',
238237
status: serverStatus,
239238
key: 'status'
240239
},
241-
242-
{
243-
label: 'dashboard.oauth_server_status',
244-
status: serverStatus,
245-
key: 'jans-auth'
246-
},
247-
248240
{
249241
label: 'dashboard.config_api',
250242
status: serverStatus,
251243
key: 'jans-config-api'
252244
},
245+
{ label: 'dashboard.database_status', status: dbStatus, key: 'db_status' },
253246
{ label: 'FIDO', status: serverStatus, key: 'jans-fido2' },
254247
{ label: 'CASA', status: serverStatus, key: 'jans-casa' },
255248
{ label: 'dashboard.key_cloak', status: serverStatus, key: 'keycloak' },

0 commit comments

Comments
 (0)