This commit is contained in:
flaskfarm
2022-10-15 03:42:52 +09:00
parent 8f470385b1
commit c10c8c4f8b
29 changed files with 302 additions and 299 deletions

View File

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