Merge pull request #2595 from SchrodingersGat/build-refresh

Build refresh
This commit is contained in:
Oliver 2022-02-03 15:30:41 +11:00 committed by GitHub
commit 2b11d5ed52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -252,6 +252,7 @@
</a></li>
</ul>
</div>
{% include "filter_list.html" with id='incompletebuilditems' %}
</div>
{% endif %}
</div>

View File

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