add log viewer

This commit is contained in:
Saeed Vaziry
2025-06-19 15:32:52 +02:00
parent 48c4d53d31
commit 2081bdd46e
13 changed files with 550 additions and 14 deletions

View File

@ -31,6 +31,7 @@ export interface NavItem {
isDisabled?: boolean;
children?: NavItem[];
hidden?: boolean;
external?: boolean;
}
export interface Configs {