Hi Nathan, Carbon product consists of two layers:
1. UI inherited from WSO2 Carbon platform contains the templates, styles (css files), and images that are stored in the core Carbon UI bundle stored in <PRODUCT_HOME>/repository/components/plugins/ org.wso2.carbon.ui_<version-number>.jar where <version-number> is the version of the Carbon kernel that the product is built on. This bundle is responsible for the overall look and feel of the entire Carbon platform. 2. UI unique to each product contains all the styles and images that override the ones in core Carbon platform. This file is in <PRODUCT_HOME>/repository/components/plugins/org.wso2.<product-name>.styles_<version-number>.jar where <version-number> is the version of the product. If you want to customize any product specific interface you can write custom UI component. https://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/#writing_the_ui_comp Regards, *Dakshika Jayathilaka* PMC Member & Committer of Apache Stratos Associate Technical Lead WSO2, Inc. lean.enterprise.middleware 0771100911 On Thu, Mar 15, 2018 at 11:05 PM, Nathan Jensen <[email protected]> wrote: > Is there a git repository for the carbon ui? I would like to see the > source for the carbon ui for the admin utility, where can that be found? > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
