[Rt-commit] rt branch, 4.6/fix-dashboard-layout, created. rt-4.4.4-517-ga402d8327e

Blaine Motsinger blaine at bestpractical.com
Wed Nov 13 11:21:06 EST 2019


The branch, 4.6/fix-dashboard-layout has been created
        at  a402d8327e3cd3de00bd15f28f8e9eb62d019cf1 (commit)

- Log -----------------------------------------------------------------
commit a402d8327e3cd3de00bd15f28f8e9eb62d019cf1
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Wed Nov 13 10:18:45 2019 -0600

    Make MyRT single col layout if no sidebar elements
    
    This commit restores behavior from 4.4 to make MyRT a single column
    layout if sidebar elements are present.

diff --git a/share/html/Elements/MyRT b/share/html/Elements/MyRT
index 9e13d7a9d4..81c5b812c6 100644
--- a/share/html/Elements/MyRT
+++ b/share/html/Elements/MyRT
@@ -48,7 +48,7 @@
 % $m->callback( ARGSRef => \%ARGS, CallbackName => 'BeforeTable' );
 <div class="myrt row">
 
-<div class="boxcontainer col-md-8">
+<div class="<% 'boxcontainer col-md-' . ( $sidebar ? '8' : '12' ) %>">
 % $show_cb->($_) foreach @$body;
 </div>
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list