Skip to content

Commit c6f7098

Browse files
committed
Add table-mobile class that was inadvertently removed
1 parent eb411d5 commit c6f7098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app/views/directives/events.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</div>
3535
</div>
3636
</div>
37-
<table class="table table-bordered table-condensed table-layout-fixed events-table">
37+
<table class="table table-bordered table-condensed table-mobile table-layout-fixed events-table">
3838
<thead>
3939
<tr>
4040
<th id="time">Time</th>

Diff for: dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6716,7 +6716,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
67166716
"</div>\n" +
67176717
"</div>\n" +
67186718
"</div>\n" +
6719-
"<table class=\"table table-bordered table-condensed table-layout-fixed events-table\">\n" +
6719+
"<table class=\"table table-bordered table-condensed table-mobile table-layout-fixed events-table\">\n" +
67206720
"<thead>\n" +
67216721
"<tr>\n" +
67226722
"<th id=\"time\">Time</th>\n" +

0 commit comments

Comments
 (0)