mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +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,
|
sortable: true,
|
||||||
search: true,
|
search: true,
|
||||||
sidePagination: 'server',
|
sidePagination: 'server',
|
||||||
|
detailViewAlign: 'right',
|
||||||
detailView: build_info.tracked_parts || false,
|
detailView: build_info.tracked_parts || false,
|
||||||
detailViewByClick: true,
|
detailViewByClick: true,
|
||||||
detailFilter: function(index, row) {
|
detailFilter: function(index, row) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user