@@ -48,13 +48,15 @@ import com.vaadin.ui.VerticalLayout;
|
||||
import com.vaadin.ui.themes.ValoTheme;
|
||||
|
||||
/**
|
||||
* hawkBit Management UI.
|
||||
* Vaadin management UI.
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
@Title("hawkBit Update Server")
|
||||
public class HawkbitUI extends DefaultHawkbitUI implements DetachListener {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(HawkbitUI.class);
|
||||
|
||||
private static final String EMPTY_VIEW = "";
|
||||
@@ -152,8 +154,6 @@ public class HawkbitUI extends DefaultHawkbitUI implements DetachListener {
|
||||
}
|
||||
final Navigator navigator = new Navigator(this, content);
|
||||
navigator.addViewChangeListener(new ViewChangeListener() {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Override
|
||||
public boolean beforeViewChange(final ViewChangeEvent event) {
|
||||
return true;
|
||||
@@ -233,7 +233,6 @@ public class HawkbitUI extends DefaultHawkbitUI implements DetachListener {
|
||||
}
|
||||
|
||||
private class ManagementViewProvider implements ViewProvider {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Override
|
||||
public String getViewName(final String viewAndParameters) {
|
||||
|
||||
Reference in New Issue
Block a user