|
|
|
@@ -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> |