Move Network Topology to the top of "Manage Network" group

Fixes bug 1223236

Change-Id: I8d7c76a995a59417aec3e6bf5092f68402015d6a
This commit is contained in:
Tatiana Mazur 2013-09-11 12:08:41 +04:00
parent 12eac59d34
commit e98457e25e
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ class BasePanels(horizon.PanelGroup):
class NetworkPanels(horizon.PanelGroup):
slug = "network"
name = _("Manage Network")
panels = ('networks',
panels = ('network_topology',
'networks',
'routers',
'loadbalancers',
'firewalls',
'network_topology',
'vpn',)