ChangeScreen2: Show number of related changes in the tab title
If the number of related changes is shown in the tab title a user can immediately see that there are related changes even if another tab is currently selected. Change-Id: I8aa4ce6fea89fb4e05fbd4053f97095c06e96dcf Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
committed by
Edwin Kempin
parent
292593145e
commit
3bf14bf539
@@ -22,6 +22,7 @@ import com.google.gwt.resources.client.ImageResource;
|
||||
public interface Resources extends ClientBundle {
|
||||
public static final Resources I = GWT.create(Resources.class);
|
||||
static final Constants C = GWT.create(Constants.class);
|
||||
static final Messages M = GWT.create(Messages.class);
|
||||
|
||||
@Source("star_open.png") ImageResource star_open();
|
||||
@Source("star_filled.png") ImageResource star_filled();
|
||||
|
||||
Reference in New Issue
Block a user