Skip to content

Commit d88e2e3

Browse files
author
OpenShift Bot
authored
Merge pull request #2032 from sg00dwin/events-mobile-issue
Merged by openshift-bot
2 parents 82ac6e2 + c6f7098 commit d88e2e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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>

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)