From 41e59e5311740b904288c297dda649947e0e6172 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 16 Oct 2021 13:01:19 +1100 Subject: [PATCH] Right align expand buttons --- InvenTree/templates/js/translated/build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/templates/js/translated/build.js b/InvenTree/templates/js/translated/build.js index 7c0185ec8b..96594ed8dd 100644 --- a/InvenTree/templates/js/translated/build.js +++ b/InvenTree/templates/js/translated/build.js @@ -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) {