We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5acb90 commit ff287c1Copy full SHA for ff287c1
3 files changed
ui/modules/vpc/vpc.css
@@ -140,7 +140,7 @@
140
}
141
142
.vpc-network-chart .tier-item .content .dashboard-item .total {
143
- font-size: 28px;
+ font-size: 17px;
144
/*+placement:shift 7px 5px;*/
145
position: relative;
146
left: 7px;
ui/modules/vpc/vpc.js
@@ -230,7 +230,7 @@
230
{
231
id: 'tierLoadBalancers',
232
name: 'Load balancers',
233
- total: 5
+ total: '5 Internal<br/>6 Public'
234
},
235
236
id: 'tierPortForwarders',
0 commit comments