Re: Adding html page to CC dashboard
Nalin Chandrawansha <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
In the cruisecontrol setup folder, webapps/cruisecontrol/main.jsp is the
placeholder file for all tabs. Have a look in to this and you will see
something like below.
<cruisecontrol:tabsheet>
<cruisecontrol:tabrow/>
<cruisecontrol:tab name="new_tab_1" label="New Tab 1 Name">
<%@ include file="your_file_1.html" %>
</cruisecontrol:tab>
<cruisecontrol:tab name="new_tab_1" label="New Tab 2 Name">
<%@ include file="your_file_2.html" %>
</cruisecontrol:tab>
</cruisecontrol:tabsheet>
Try replacing the *your_file_X.html** *with your real html file names. This
worked fine for me for jsp pages.
-- Nalin
*
*
On Thu, Jun 10, 2010 at 6:03 PM, Prashant B <[email protected]> wrote:
> Hello,
> I have recently deployed a CC for our project. Although we have an
> additional html page which would be generated daily. I am looking to
> integrate it into CC as an additional tab in the dashboard page. I am not
> sure what files to change or how to go about it. I had a look at the css
> files in the cruisecontrol-bin-2.8.2\webapps \dashboard\css folder. Its a
> bit confusing as what to change.
>
> My requirement is to have an additional tab in the dashboard page, which
> would display this html page that I have.
>
> Regards,
> Prashant
>
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit. See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Cruisecontrol-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
>
>
--
Nalin Chandrawansha Bandara
http://www.linkedin.com/in/nalinchandrawansha
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user