mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Right align expand buttons
This commit is contained in:
parent
4702c6b37f
commit
41e59e5311
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user