mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Right align expand buttons
This commit is contained in:
@ -583,6 +583,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
||||
sortable: true,
|
||||
search: true,
|
||||
sidePagination: 'server',
|
||||
detailViewAlign: 'right',
|
||||
detailView: build_info.tracked_parts || false,
|
||||
detailViewByClick: true,
|
||||
detailFilter: function(index, row) {
|
||||
|
Reference in New Issue
Block a user