Skip to content

Commit

Permalink
remove annotation extensions from the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed May 25, 2019
1 parent 9aa7cce commit 270b558
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions src/gwt/org/bbop/apollo/gwt/client/GoPanel.java
Expand Up @@ -101,10 +101,10 @@ interface GoPanelUiBinder extends UiBinder<Widget, GoPanel> {
TextBox referenceFieldPrefix;
@UiField
FlexTable annotationsFlexTable;
@UiField
Button addExtensionButton;
@UiField
TextBox annotationsField;
// @UiField
// Button addExtensionButton;
// @UiField
// TextBox annotationsField;
@UiField
TextBox withFieldId;
@UiField
Expand Down
40 changes: 20 additions & 20 deletions src/gwt/org/bbop/apollo/gwt/client/GoPanel.ui.xml
Expand Up @@ -127,27 +127,27 @@
<gwt:FlexTable ui:field="notesFlexTable" width="100%" visible="true"/>
</b:Column>
</b:Row>
<b:Row addStyleNames="{style.row}">
<!-- <b:Column size="MD_8">-->
<b:Column size="MD_11">
<b:Label>Annotation Extension</b:Label>
</b:Column>
</b:Row>
<b:Row addStyleNames="{style.row}">
<b:Column size="MD_3">
<b:TextBox ui:field="annotationsField" placeholder="Relationship"/>
</b:Column>
<b:Column size="MD_3">
<b:TextBox ui:field="annotationsInferredField" placeholder="Database"/>
</b:Column>
<b:Column size="MD_3">
<b:TextBox ui:field="annotationsGoFieldField" placeholder="Identifier"/>
</b:Column>
<!-- <b:Row addStyleNames="{style.row}">-->
<!--&lt;!&ndash; <b:Column size="MD_8">&ndash;&gt;-->
<!-- <b:Column size="MD_11">-->
<!-- <b:Label>Annotation Extension</b:Label>-->
<!-- </b:Column>-->
<b:Column size="MD_2">
<b:Button icon="PLUS" ui:field="addExtensionButton" >Add</b:Button>
</b:Column>
</b:Row>
<!-- </b:Row>-->
<!-- <b:Row addStyleNames="{style.row}">-->
<!-- <b:Column size="MD_3">-->
<!-- <b:TextBox ui:field="annotationsField" placeholder="Relationship"/>-->
<!-- </b:Column>-->
<!-- <b:Column size="MD_3">-->
<!-- <b:TextBox ui:field="annotationsInferredField" placeholder="Database"/>-->
<!-- </b:Column>-->
<!-- <b:Column size="MD_3">-->
<!-- <b:TextBox ui:field="annotationsGoFieldField" placeholder="Identifier"/>-->
<!-- </b:Column>-->
<!--&lt;!&ndash; </b:Column>&ndash;&gt;-->
<!-- <b:Column size="MD_2">-->
<!-- <b:Button icon="PLUS" ui:field="addExtensionButton" >Add</b:Button>-->
<!-- </b:Column>-->
<!-- </b:Row>-->
<b:Row addStyleNames="{style.row}">
<b:Column size="MD_10">
<gwt:FlexTable ui:field="annotationsFlexTable" width="100%" visible="true"/>
Expand Down

0 comments on commit 270b558

Please sign in to comment.