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