Skip to content

Commit

Permalink
Merge pull request #2032 from sg00dwin/events-mobile-issue
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Sep 7, 2017
2 parents 82ac6e2 + c6f7098 commit d88e2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/directives/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</div>
</div>
<table class="table table-bordered table-condensed table-layout-fixed events-table">
<table class="table table-bordered table-condensed table-mobile table-layout-fixed events-table">
<thead>
<tr>
<th id="time">Time</th>
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -6716,7 +6716,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"</div>\n" +
"</div>\n" +
"</div>\n" +
"<table class=\"table table-bordered table-condensed table-layout-fixed events-table\">\n" +
"<table class=\"table table-bordered table-condensed table-mobile table-layout-fixed events-table\">\n" +
"<thead>\n" +
"<tr>\n" +
"<th id=\"time\">Time</th>\n" +
Expand Down

0 comments on commit d88e2e3

Please sign in to comment.