Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC 3.0.1 Home icon customization ?

Can some one help me to figure out, how to customize RTC 3.0.1 "HOME" icon & I want to remove "Build" & Source Control" from CCM.

Thanks!
Ashwini

0 votes



2 answers

Permanent link
Can some one help me to figure out, how to customize RTC 3.0.1 "HOME" icon & I want to remove "Build" & Source Control" from CCM.

Thanks!
Ashwini



You can upload a theme for the CCM application to customise this. E.g. https://localhost:9443/ccm/admin#action=com.ibm.team.repository.admin.configureTheming

You can then include a CSS rule in the theme to hide the menu item (case given is source code menu).

#jazz_ui_MenuPopup_4 {

visibility: hidden;
width: 0px;
margin: 0px;
padding: 0px;
}

0 votes


Permanent link
Can some one help me to figure out, how to customize RTC 3.0.1 "HOME" icon & I want to remove "Build" & Source Control" from CCM.

Thanks!
Ashwini



You can upload a theme for the CCM application to customise this. E.g. https://localhost:9443/ccm/admin#action=com.ibm.team.repository.admin.configureTheming

You can then include a CSS rule in the theme to hide the menu item (case given is source code menu).

#jazz_ui_MenuPopup_4 {

visibility: hidden;
width: 0px;
margin: 0px;
padding: 0px;
}


Thanks for the response Ovinn!

I created CSS file and uploaded in the RTC, but menu option is still appearing. I used below mention code in CSS file.

<style>
jazz_ui_MenuPopup_4 {
visibility: hidden;
width: 0px;
margin: 0px;
padding: 0px;
}
</style>

Please suggest me, if mistake in above code.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Oct 21 '11, 1:47 a.m.

Question was seen: 4,601 times

Last updated: Oct 21 '11, 1:47 a.m.

Confirmation Cancel Confirm