Merge pull request #2595 from SchrodingersGat/build-refresh
Build refresh
This commit is contained in:
commit
2b11d5ed52
|
|
@ -252,6 +252,7 @@
|
|||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
{% include "filter_list.html" with id='incompletebuilditems' %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue