Skip to content

Commit

Permalink
feat(addNetworks): Add Networks item to Cloud menu
Browse files Browse the repository at this point in the history
  • Loading branch information
parlarjb committed May 14, 2014
1 parent a345811 commit 62ce8a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rxApp/rxApp.js
Expand Up @@ -105,6 +105,10 @@ angular.module('encore.ui.rxApp', ['encore.ui.rxEnvironment', 'ngSanitize', 'ngR
href: { tld: 'cloudatlas', path: '{{user}}/loadbalancers' },
linkText: 'Load Balancers',
visibility: '"!production" | rxEnvironmentMatch'
}, {
href: { tld: 'cloudatlas', path: '{{user}}/networks' },
linkText: 'Networks',
visibility: '"!production" | rxEnvironmentMatch'
}
]
}, {
Expand Down

0 comments on commit 62ce8a1

Please sign in to comment.