Skip to content

Commit ad6c807

Browse files
author
OpenShift Bot
authored
Merge pull request #1338 from sg00dwin/pod-status-issue1324
Merged by openshift-bot
2 parents dfb604a + f2acdce commit ad6c807

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/views/directives/pods-table.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<table class="table table-bordered table-hover table-mobile table-layout-fixed">
22
<colgroup>
33
<col class="col-sm-4">
4+
<col class="col-sm-3">
45
</colgroup>
56
<thead>
67
<tr>

dist/scripts/templates.js

+1
Original file line numberDiff line numberDiff line change
@@ -8722,6 +8722,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
87228722
"<table class=\"table table-bordered table-hover table-mobile table-layout-fixed\">\n" +
87238723
"<colgroup>\n" +
87248724
"<col class=\"col-sm-4\">\n" +
8725+
"<col class=\"col-sm-3\">\n" +
87258726
"</colgroup>\n" +
87268727
"<thead>\n" +
87278728
"<tr>\n" +

0 commit comments

Comments
 (0)