Reload build output table when an active build output is deleted

This commit is contained in:
Oliver 2022-02-03 14:23:25 +11:00
parent a41eca1cb3
commit 66e5aa4060

View File

@ -610,7 +610,7 @@ function loadBuildOutputTable(build_info, options={}) {
data: {
output: pk
},
onSuccess: function() {
success: function() {
$(table).bootstrapTable('refresh');
}
}