feat: auto tab add create function

This commit is contained in:
Alex Duan 2023-03-25 09:20:39 +08:00
parent f95f6c9f78
commit ddc1689759
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ char* key_systable[] = {
"ins_subscriptions", "ins_streams", "ins_stream_tasks", "ins_vnodes", "ins_user_privileges", "perf_connections",
"perf_queries", "perf_consumers", "perf_trans", "perf_apps"};
char* language[] = {"\'Python\'", "\'C\'"}
char* language[] = {"\'Python\'", "\'C\'"};
//
// ------- global variant define ---------