[Rt-commit] rt branch, 5.0/use-dashboard-for-homepage-select-ui, repushed
? sunnavy
sunnavy at bestpractical.com
Fri May 28 19:04:39 EDT 2021
The branch 5.0/use-dashboard-for-homepage-select-ui was deleted and repushed:
was 005e8c2c570c0e64162f81c25cb290614a4acc62
now faeb3ca7c043f8f6bbe84e97a8fc41db8be02ca9
1: ed7e659428 ! 1: bb94ab4cf2 Migrate "RT at a glance" homepage to dashboard
@@ -980,9 +980,9 @@
+<table class="table table-striped table-hover collection-as-table">
+ <thead>
+ <th class="w-50 collection-as-table"><% $section %></th>
-+ <th class="collection-as-table"></th>
-+ <th class="collection-as-table"></th>
-+ <th class="collection-as-table"></th>
++ <th class="w-15 collection-as-table"></th>
++ <th class="w-15 collection-as-table"></th>
++ <th class="w-15 collection-as-table"></th>
+ </thead>
+ <tbody>
+% for my $dashboard ( @{$Dashboards{$section}} ) {
@@ -1245,3 +1245,15 @@
}
+diff --git a/share/static/css/elevator-light/misc.css b/share/static/css/elevator-light/misc.css
+--- a/share/static/css/elevator-light/misc.css
++++ b/share/static/css/elevator-light/misc.css
+@@
+ font-size: 1.4rem;
+ padding-top: 0.4rem;
+ }
++
++.w-15 {
++ width: 15% !important;
++}
+
2: 2750af835f = 2: e725ded2d9 Add "New Dashboard" to prefs/global MyRT page menu for convenience
3: cfcde667aa = 3: ec7a148e05 Update tests for the migration of "RT at a glance" => dashboard
4: f5681752f4 = 4: a4248d208f Add docs for "RT at a glance" migration to use dashboard
5: 005e8c2c57 = 5: faeb3ca7c0 Silently ignore saved searches current user doesn't have rights to view
More information about the rt-commit
mailing list