Listing improvements (#222)

* upgrading dependencies, fixing image placeholder

* improving processing times label and hide when screen width is too low

* aligning run now button

* renaming settings -> general settings

* smaller security and memory improvements

* improving footer
This commit is contained in:
Christian Kellner
2025-11-01 10:46:55 +01:00
committed by GitHub
parent db3702ed33
commit 32c7518454
6 changed files with 409 additions and 256 deletions

View File

@@ -22,7 +22,7 @@ export default function Navigation({ isAdmin }) {
if (isAdmin) {
items.push({ itemKey: '/users', text: 'User Management', icon: <IconUser /> });
items.push({ itemKey: '/generalSettings', text: 'Settings', icon: <IconSetting /> });
items.push({ itemKey: '/generalSettings', text: 'General Settings', icon: <IconSetting /> });
}
function parsePathName(name) {