Browse Source

fix issue

tags/v1.22.11.1^2
zhoupzh 3 years ago
parent
commit
ff48731290
1 changed files with 2 additions and 11 deletions
  1. +2
    -11
      templates/repo/modelarts/notebook/new.tmpl

+ 2
- 11
templates/repo/modelarts/notebook/new.tmpl View File

@@ -179,17 +179,7 @@
}
}

$('select.dropdown')
.dropdown();
$(function() {
$("#cloudbrain_job_type").change(function() {
if ($(this).val() == 'BENCHMARK') {
$(".cloudbrain_benchmark").show();
} else {
$(".cloudbrain_benchmark").hide();
}
})
})
$(document).ready(function(){
$(document).keydown(function(event){
if(event.keyCode==13){
@@ -209,4 +199,5 @@
shared_memory: {{$.i18n.Tr "cloudbrain.shared_memory"}},
});
})();
console.log("-------------:",{{.NotStopTaskCount}})
</script>

Loading…
Cancel
Save