Skip to content

Commit ff287c1

Browse files
committed
Tier LB UI: Split list view into internal/public
1 parent b5acb90 commit ff287c1

3 files changed

Lines changed: 187 additions & 189 deletions

File tree

ui/modules/vpc/vpc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
}
141141

142142
.vpc-network-chart .tier-item .content .dashboard-item .total {
143-
font-size: 28px;
143+
font-size: 17px;
144144
/*+placement:shift 7px 5px;*/
145145
position: relative;
146146
left: 7px;

ui/modules/vpc/vpc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
{
231231
id: 'tierLoadBalancers',
232232
name: 'Load balancers',
233-
total: 5
233+
total: '5 Internal<br/>6 Public'
234234
},
235235
{
236236
id: 'tierPortForwarders',

0 commit comments

Comments
 (0)