Display currently installed version in editor-ui

This commit is contained in:
Jan Oberhauser
2019-09-11 18:40:22 +02:00
parent 52bd08fae0
commit d6b8b9544f
6 changed files with 17 additions and 1 deletions

View File

@@ -255,6 +255,7 @@ export interface IN8nUISettings {
saveManualExecutions: boolean;
timezone: string;
urlBaseWebhook: string;
versionCli: string;
}