Skip to content

Commit

Permalink
Move asset widget to right column on self service ticket
Browse files Browse the repository at this point in the history
This makes it look much better than stretching across the full
screen and is also consistent with the privileged view.
  • Loading branch information
cbrandtbuffalo committed Dec 12, 2023
1 parent fc3439e commit 89fb1d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions share/html/SelfService/Display.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@
color => "#663366" &>
<& /Ticket/Elements/ShowDates, Ticket => $Ticket, UpdatedLink => 0 &>
</&>
<& /Ticket/Elements/ShowAssets, Ticket => $Ticket &>
</div>
</div>

<& /Ticket/Elements/ShowAssets, Ticket => $Ticket &>

</&>

% $m->callback(CallbackName => 'BeforeShowHistory', ARGSRef=> \%ARGS, Ticket => $Ticket );
Expand Down

0 comments on commit 89fb1d9

Please sign in to comment.