update
This commit is contained in:
@@ -34,10 +34,12 @@ var running_type = "{{arg['running_type']}}";
|
||||
|
||||
$(document).ready(function(){
|
||||
console.log(running_type);
|
||||
/*
|
||||
if (running_type.startsWith('docker')) {
|
||||
$('#celery_start_by_web').bootstrapToggle('off');
|
||||
$('#celery_start_by_web').prop('disabled', true);
|
||||
}
|
||||
*/
|
||||
});
|
||||
|
||||
$("body").on('click', '#celery_excute_btn', function(e){
|
||||
|
||||
Reference in New Issue
Block a user