1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 21:39:36 +02:00

Added remote docker host

This commit is contained in:
Pablo Ruiz 2021-10-06 22:17:43 +02:00
parent afc0f16470
commit 231dbc4577
4 changed files with 32 additions and 7 deletions

View file

@ -19,6 +19,7 @@ export interface SettingsForm {
bookmarksSameTab: number;
searchSameTab: number;
dockerApps: number;
dockerHost: string;
kubernetesApps: number;
unpinStoppedApps: number;
}