mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 14:03:11 +08:00
Added option to change date formatting. Added shortcuts to clear search bar
This commit is contained in:
@@ -19,4 +19,5 @@ export interface Config {
|
||||
dockerHost: string;
|
||||
kubernetesApps: boolean;
|
||||
unpinStoppedApps: boolean;
|
||||
useAmericanDate: boolean;
|
||||
}
|
||||
|
||||
@@ -25,4 +25,5 @@ export interface OtherSettingsForm {
|
||||
dockerHost: string;
|
||||
kubernetesApps: boolean;
|
||||
unpinStoppedApps: boolean;
|
||||
useAmericanDate: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user