Skip to content

Commit f0e8144

Browse files
author
OpenShift Bot
authored
Merge pull request #1080 from sg00dwin/traffic-table
Merged by openshift-bot
2 parents b55a35d + ee37e9c commit f0e8144

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

app/styles/_substructure.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ html,body {
290290
margin-bottom: 0;
291291
}
292292
}
293-
pods-table {
293+
pods-table,
294+
traffic-table {
294295
display: block;
295296
.gutter-bottom();
296297
}

app/views/browse/service.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h3>Traffic</h3>
9696
<traffic-table ports-by-route="portsByRoute" routes="routesForService" services="services" show-node-ports="showNodePorts" custom-name-header="'Route'"></traffic-table>
9797
</div>
9898
<p>
99-
Learn more about <a ng-href="{{'route-types' | helpLink}}" target="_blank">routes</a> and <a ng-href="{{'services' | helpLink}}" target="_blank">services</a>
99+
Learn more about <a ng-href="{{'route-types' | helpLink}}" target="_blank">routes</a> and <a ng-href="{{'services' | helpLink}}" target="_blank">services</a>.
100100
</p>
101101
<h3>Pods</h3>
102102
<div>

dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3971,7 +3971,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
39713971
"<traffic-table ports-by-route=\"portsByRoute\" routes=\"routesForService\" services=\"services\" show-node-ports=\"showNodePorts\" custom-name-header=\"'Route'\"></traffic-table>\n" +
39723972
"</div>\n" +
39733973
"<p>\n" +
3974-
"Learn more about <a ng-href=\"{{'route-types' | helpLink}}\" target=\"_blank\">routes</a> and <a ng-href=\"{{'services' | helpLink}}\" target=\"_blank\">services</a>\n" +
3974+
"Learn more about <a ng-href=\"{{'route-types' | helpLink}}\" target=\"_blank\">routes</a> and <a ng-href=\"{{'services' | helpLink}}\" target=\"_blank\">services</a>.\n" +
39753975
"</p>\n" +
39763976
"<h3>Pods</h3>\n" +
39773977
"<div>\n" +

dist/styles/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -4935,8 +4935,8 @@ body,html{margin:0;padding:0}
49354935
.console-os .wrap.show-sidebar-right .sidebar-right{-webkit-flex:0 0 480px;-moz-flex:0 0 480px;-ms-flex:0 0 480px;flex:0 0 480px}
49364936
.console-os .wrap.show-sidebar-right .sidebar-right .right-section{width:480px}
49374937
}
4938-
.middle-content pods-table{display:block;padding-bottom:20px}
4939-
.middle-content pods-table.gutter-bottom-2x{padding-bottom:40px}
4938+
.middle-content pods-table,.middle-content traffic-table{display:block;padding-bottom:20px}
4939+
.middle-content pods-table.gutter-bottom-2x,.middle-content traffic-table.gutter-bottom-2x{padding-bottom:40px}
49404940
.table{background-color:#fff}
49414941
.table.table-bordered>tbody>tr>td,.table.table-bordered>thead>tr>th{border-left:0;border-right:0;padding-bottom:8px;padding-top:8px;vertical-align:middle}
49424942
.table.table-bordered.table-bordered-columns>tbody>tr>td,.table.table-bordered.table-bordered-columns>thead>tr>th{border:1px solid #d1d1d1}

0 commit comments

Comments
 (0)