File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ is_directory_size_visible = true
71
71
# enable_model_store = True
72
72
# enable_extend_login_session = False
73
73
# If false, directory size in folder explorer will show `-`. default value is set to true.
74
- # If true, the kernel list will be shown in the session detail panel.
75
- show_kernel_list = false
76
74
77
75
[resources ]
78
76
# Display "Open port to public" checkbox in the app launcher.
Original file line number Diff line number Diff line change 72
72
t .Key ("enable_model_store" , default = True ): t .ToBool (),
73
73
t .Key ("enable_extend_login_session" , default = False ): t .ToBool (),
74
74
t .Key ("is_directory_size_visible" , default = True ): t .ToBool (),
75
- t .Key ("show_kernel_list" , default = False ): t .ToBool (),
76
75
}).allow_extra ("*" ),
77
76
t .Key ("security" , default = _default_security_config ): t .Dict ({
78
77
t .Key ("request_policies" , default = []): t .List (t .String ),
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ connectionMode = "SESSION"
33
33
{% toml_field "eduAppNamePrefix" config ["service" ]["edu_appname_prefix" ] %}
34
34
{% toml_field "enableModelStore" config ["service" ]["enable_model_store" ] %}
35
35
{% toml_field "enableExtendLoginSession" config ["service" ]["enable_extend_login_session" ] %}
36
- {% toml_field "showKernelList" config ["service" ]["show_kernel_list" ] %}
37
36
38
37
[resources]
39
38
{% toml_field "openPortToPublic" config ["resources" ]["open_port_to_public" ] %}
You can’t perform that action at this time.
0 commit comments