Skip to content
Snippets Groups Projects
Commit e644e4fe authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Show num_gpus for ampere node

parent bbbf2985
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ function set_partition_change_handler() {
}
function toggle_gpu_visibility(event) {
const show = /pascalnodes/.test(event.target.value);
const show = /pascal|ampere/.test(event.target.value);
const selector = '#batch_connect_session_context_bc_num_gpus';
toggle_visibilty_of_form_group(selector, show);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment