Browse code

bump(github.com/openshift/origin-web-console): f0e8144f93ef69e996933c572fc6ecee619d2ebe

OpenShift Bot authored on 2017/01/05 06:31:01
Showing 1 changed files
... ...
@@ -19907,7 +19907,7 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
19907 19907
     "<traffic-table ports-by-route=\"portsByRoute\" routes=\"routesForService\" services=\"services\" show-node-ports=\"showNodePorts\" custom-name-header=\"'Route'\"></traffic-table>\n" +
19908 19908
     "</div>\n" +
19909 19909
     "<p>\n" +
19910
-    "Learn more about <a ng-href=\"{{'route-types' | helpLink}}\" target=\"_blank\">routes</a> and <a ng-href=\"{{'services' | helpLink}}\" target=\"_blank\">services</a>\n" +
19910
+    "Learn more about <a ng-href=\"{{'route-types' | helpLink}}\" target=\"_blank\">routes</a> and <a ng-href=\"{{'services' | helpLink}}\" target=\"_blank\">services</a>.\n" +
19911 19911
     "</p>\n" +
19912 19912
     "<h3>Pods</h3>\n" +
19913 19913
     "<div>\n" +
... ...
@@ -114277,8 +114277,8 @@ body,html{margin:0;padding:0}
114277 114277
 .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}
114278 114278
 .console-os .wrap.show-sidebar-right .sidebar-right .right-section{width:480px}
114279 114279
 }
114280
-.middle-content pods-table{display:block;padding-bottom:20px}
114281
-.middle-content pods-table.gutter-bottom-2x{padding-bottom:40px}
114280
+.middle-content pods-table,.middle-content traffic-table{display:block;padding-bottom:20px}
114281
+.middle-content pods-table.gutter-bottom-2x,.middle-content traffic-table.gutter-bottom-2x{padding-bottom:40px}
114282 114282
 .table{background-color:#fff}
114283 114283
 .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}
114284 114284
 .table.table-bordered.table-bordered-columns>tbody>tr>td,.table.table-bordered.table-bordered-columns>thead>tr>th{border:1px solid #d1d1d1}