feat(nextcloud): Add tabs to KISS sidebar navigation
Add Nextcloud Overview and Settings tabs to kiss-theme sidebar for consistent navigation across all SecuBox apps. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7bfec387dc
commit
67441bd97b
@ -96,7 +96,10 @@ var KissThemeClass = baseclass.extend({
|
||||
]},
|
||||
{ cat: 'Apps', icon: '📦', collapsed: true, items: [
|
||||
{ icon: '✉️', name: 'Mail Server', path: 'admin/services/mailserver' },
|
||||
{ icon: '☁️', name: 'Nextcloud', path: 'admin/secubox/services/nextcloud' },
|
||||
{ icon: '☁️', name: 'Nextcloud', path: 'admin/secubox/services/nextcloud', tabs: [
|
||||
{ name: 'Overview', path: 'admin/secubox/services/nextcloud/overview' },
|
||||
{ name: 'Settings', path: 'admin/secubox/services/nextcloud/settings' }
|
||||
]},
|
||||
{ icon: '🎬', name: 'Media Flow', path: 'admin/services/media-flow' },
|
||||
{ icon: '🪞', name: 'MagicMirror', path: 'admin/services/magicmirror2' },
|
||||
{ icon: '📰', name: 'HexoJS', path: 'admin/services/hexojs', tabs: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user