You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
601 B
XML

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
<ui:style>
/* Add CSS here. See the GWT docs on UI Binder for more details */
.background-tab {
background-color: #E5E5E5;
}
</ui:style>
<b:TabPanel tabPosition="above" ui:field="field_base_tabpanel">
<b:Tab heading="Create Analitycs Request" active="true"
ui:field="field_create_analytics_request" icon="TASKS">
</b:Tab>
</b:TabPanel>
</ui:UiBinder>