Skip to content

Commit

Permalink
Allow to toggle Avail. Zone in the NetworkTopology
Browse files Browse the repository at this point in the history
Allow to toggle Avail. Zone in the NetworkTopology
  • Loading branch information
Ladas committed Feb 28, 2017
1 parent 1279fe5 commit 5a70556
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/views/network_topology/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
.legend
%label#selected
%div{'ng-if' => "kinds"}
%kubernetes-topology-icon{tooltipOptions, :kind => "AvailabilityZone"}
%svg.kube-topology
%g.EntityLegend.Cloud.AvailabilityZone
%circle{:r => "17"}
-# pficon-network
%text{:y => "8"} 
%label
= _("Availability Zones")
%kubernetes-topology-icon{tooltipOptions, :kind => "CloudSubnet"}
%svg.kube-topology
%g.EntityLegend.Network.CloudSubnet
Expand Down

0 comments on commit 5a70556

Please sign in to comment.