cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1235
Views
0
Helpful
0
Comments
Orf Gelbrich
Cisco Employee
Cisco Employee

 This came together via several parties of people (Sasha, Russ and Michael Z.) 

 

The original question was this: 

 

When deploying open automation connector module and trying to create side menu per UCSD docs

https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/ucs-director/open-automation-cookbook/6-6/cisco_ucsd_open_automation_cookbook_66/cisco_ucsd_open_automation_cookbook_66_chapter_01010.html

 

The issue is that for some reason it’s not getting image for Google Cloud category.

 

The result is her: 

 

Screen Shot 2018-12-14 at 2.56.03 PM.png

 

Develop a svg icon.

Placed this GooogleCloudPlatform.svg file in to

/opt/infra/web_cloudmgr/apache-tomcat/webapps/app/ux/resources/img/Sidebar_icons

Changed sidebar_icon.json file in /opt/infra/web_cloudmgr/apache-tomcat/webapps/app/ux/resources directory and bottom this:

 

 Screen Shot 2018-12-17 at 6.43.37 AM.png

 

Changed my menu.xml file to include icon

 

<menuid>14000</menuid>

              <label>GoogleCloud</label>

              <path>gcp_cat/</path>

              <icon>gcpIcon</icon>

              <op>no_check</op>

 

 

Updated my automation module and restart services.

 

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links