Skip to content

Commit 6af6f5d

Browse files
committed
fix: wrong item removal
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
1 parent 26d4edb commit 6af6f5d

File tree

1 file changed

+3
-0
lines changed
  • bundles/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/client/ui/network

1 file changed

+3
-0
lines changed

bundles/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/client/ui/network/TabWirelessUi.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ interface TabWirelessUiUiBinder extends UiBinder<Widget, TabWirelessUi> {
275275
@UiField
276276
FormGroup groupLongI;
277277

278+
@UiField
279+
HelpBlock helpWireless;
278280
@UiField
279281
HelpBlock helpPassword;
280282
@UiField
@@ -453,6 +455,7 @@ public void setNetInterface(GwtNetInterfaceConfig config) {
453455
this.tcp4Status = this.tcp4Tab.getStatus();
454456
this.tcp6Status = this.tcp6Tab.getStatus();
455457
}
458+
// Ignore warning: gwt doesn't support the proposed Java syntax
456459
if (config instanceof GwtWifiNetInterfaceConfig) {
457460
this.selectedNetIfConfig = (GwtWifiNetInterfaceConfig) config;
458461

0 commit comments

Comments
 (0)