// ----
VerticalPanel configUptodate = new VerticalPanel();
HorizontalPanel uptodateContent = new HorizontalPanel();
uptodateContent.setStyleName("status-panel");
uptodateContent.addStyleName("serverUptoDate");
Image img = new Image(Icons.INSTANCE.status_good());
HTML desc = new HTML(Console.CONSTANTS.server_config_uptodate());
uptodateContent.add(desc);
uptodateContent.add(img);