Skip to content

Commit

Permalink
Fixed checkbox glitch in Asset data/config ui (#2427)
Browse files Browse the repository at this point in the history
Signed-off-by: nicolatimeus <nicola.timeus@eurotech.com>
  • Loading branch information
nicolatimeus authored and pierantoniomerlino committed Apr 16, 2019
1 parent 8719608 commit 65e30d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</b:ButtonGroup>
</b:ButtonToolBar>
</b:PanelHeader>
<b:PanelBody b:id="channelTable">
<b:PanelBody b:id="channelTable" addStyleNames="channel-configuration-table">
<gwt:CellTable bordered="true" condensed="true" striped="true" hover="true"
ui:field="channelTable" />
</b:PanelBody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<b:Panel ui:field="channelPanel">
<b:PanelHeader>
</b:PanelHeader>
<b:PanelBody b:id="assetDataTable">
<b:PanelBody b:id="assetDataTable" addStyleNames="channel-data-table">
<gwt:CellTable bordered="true" condensed="true" striped="true"
hover="true" height="100%" width="100%" ui:field="assetDataTable" />
</b:PanelBody>
Expand Down
2 changes: 1 addition & 1 deletion kura/org.eclipse.kura.web2/src/main/webapp/denali.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Upload panel END
Channel Table Validation START
***********************/

.asset-configuration-ui input, .asset-data-ui input {
.channel-configuration-table input, .channel-data-table input {
width: 100%;
}

Expand Down

0 comments on commit 65e30d6

Please sign in to comment.