Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menus and Folder structure for baremetal_servers feature #1

Merged
merged 1 commit into from
Oct 7, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
79 changes: 79 additions & 0 deletions webroot/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,85 @@ and need to add the iconClass tag wherever we need to show some icons
</item>
</items>
</item>
<item>
<label>Physical Devices</label>
<access>
<roles>
<role>member</role>
</roles>
<orchModels>
<model>openstack</model>
</orchModels>
</access>
<iconClass>icon-globe</iconClass>
<items>
<item>
<label>Virtual Routers</label>
<hash>config_pd_virtualRouters</hash>
<resources>
<resource>
<rootDir>/config/pd/ui</rootDir>
<js>virtualRouters_config.js</js>
<view>virtualRouters_config.view</view>
<class>virtualRoutersConfigObj</class>
</resource>
</resources>
<searchStrings>Configure Virtual Routers</searchStrings>
</item>
<item>
<label>Physical Routers</label>
<hash>config_pd_physicalRouters</hash>
<resources>
<resource>
<rootDir>/config/pd/ui</rootDir>
<js>physicalRouters_config.js</js>
<view>physicalRouters_config.view</view>
<class>physicalRoutersConfigObj</class>
</resource>
</resources>
<searchStrings>Configure Physical Routers</searchStrings>
</item>
<item>
<label>Physical Interfaces</label>
<hash>config_pd_physicalInterfaces</hash>
<resources>
<resource>
<rootDir>/config/pd/ui</rootDir>
<js>physicalInterfaces_config.js</js>
<view>physicalInterfaces_config.view</view>
<class>physicalInterfacesConfigObj</class>
</resource>
</resources>
<searchStrings>Configure Physical Interfaces</searchStrings>
</item>
<item>
<label>Service Appliances</label>
<hash>config_pd_serviceAppliances</hash>
<resources>
<resource>
<rootDir>/config/pd/ui</rootDir>
<js>serviceAppliances_config.js</js>
<view>serviceAppliances_config.view</view>
<class>serviceAppliancesConfigObj</class>
</resource>
</resources>
<searchStrings>Configure Service Appliances</searchStrings>
</item>
<item>
<label>Baremetal Servers</label>
<hash>config_pd_baremetalServers</hash>
<resources>
<resource>
<rootDir>/config/pd/ui</rootDir>
<js>baremetalServers_config.js</js>
<view>baremetalServers_config.view</view>
<class>baremetalServersConfigObj</class>
</resource>
</resources>
<searchStrings>Configure Baremetal Servers</searchStrings>
</item>
</items>
</item>
<!--
<item>
<label>IPAM</label>
Expand Down