@@ -17,7 +17,11 @@ function refreshZone(zone_json) {
|
||||
|
||||
|
||||
function refreshPipeline(pipeline_html) {
|
||||
document.getElementById("jobListBody").innerHTML = pipeline_html;
|
||||
//alert("refreshing Pipeline");
|
||||
var jobListBody = document.getElementById("jobListBody");
|
||||
jobListBody.innerHTML = pipeline_html;
|
||||
document.getElementById("text_no_jobs").style.display = jobListBody.childElementCount ? 'none' : 'block';
|
||||
document.getElementById("button_delete_all_jobs").style.display = jobListBody.childElementCount ? 'block' : 'none';
|
||||
}
|
||||
|
||||
function buttonDeleteJobById(jobId) {
|
||||
|
||||
Reference in New Issue
Block a user