Added documenatation
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
This commit is contained in:
@@ -265,7 +265,7 @@ public class RolloutGroupListGrid extends AbstractGrid {
|
|||||||
break;
|
break;
|
||||||
case RUNNING:
|
case RUNNING:
|
||||||
result = HawkbitCommonUtil.getStatusLabelDetailsInString(
|
result = HawkbitCommonUtil.getStatusLabelDetailsInString(
|
||||||
Integer.toString(FontAwesome.ADJUST.getCodepoint()), SPUIStyleDefinitions.STATUS_ICON_LIGHT_YELLOW,
|
Integer.toString(FontAwesome.ADJUST.getCodepoint()), SPUIStyleDefinitions.STATUS_ICON_YELLOW,
|
||||||
SPUIComponetIdProvider.ROLLOUT_GROUP_STATUS_LABEL_ID);
|
SPUIComponetIdProvider.ROLLOUT_GROUP_STATUS_LABEL_ID);
|
||||||
break;
|
break;
|
||||||
case READY:
|
case READY:
|
||||||
|
|||||||
@@ -249,15 +249,49 @@ public final class SPUIStyleDefinitions {
|
|||||||
*/
|
*/
|
||||||
public static final String TARGET_FILTER_SEARCH_PROGRESS_INDICATOR_STYLE = "target-filter-spinner";
|
public static final String TARGET_FILTER_SEARCH_PROGRESS_INDICATOR_STYLE = "target-filter-spinner";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Status icon style - red color.
|
||||||
|
*/
|
||||||
public static final String STATUS_ICON_RED = "statusIconRed";
|
public static final String STATUS_ICON_RED = "statusIconRed";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Status icon style - green color.
|
||||||
|
*/
|
||||||
public static final String STATUS_ICON_GREEN = "statusIconGreen";
|
public static final String STATUS_ICON_GREEN = "statusIconGreen";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Status icon style - blue color.
|
||||||
|
*/
|
||||||
public static final String STATUS_ICON_BLUE = "statusIconBlue";
|
public static final String STATUS_ICON_BLUE = "statusIconBlue";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Status icon spinner style - yellow color.
|
||||||
|
*/
|
||||||
public static final String STATUS_SPINNER_YELLOW = "yellowSpinner";
|
public static final String STATUS_SPINNER_YELLOW = "yellowSpinner";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Status icon style - light blue color.
|
||||||
|
*/
|
||||||
public static final String STATUS_ICON_LIGHT_BLUE = "statusIconLightBlue";
|
public static final String STATUS_ICON_LIGHT_BLUE = "statusIconLightBlue";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Status icon spinner style - grey color.
|
||||||
|
*/
|
||||||
public static final String STATUS_SPINNER_GREY = "greySpinner";
|
public static final String STATUS_SPINNER_GREY = "greySpinner";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Status icon spinner style - blue color.
|
||||||
|
*/
|
||||||
public static final String STATUS_SPINNER_BLUE = "blueSpinner";
|
public static final String STATUS_SPINNER_BLUE = "blueSpinner";
|
||||||
public static final String STATUS_ICON_LIGHT_YELLOW = "statusIconYellow";
|
|
||||||
|
/**
|
||||||
|
* Status icon style - yellow color.
|
||||||
|
*/
|
||||||
|
public static final String STATUS_ICON_YELLOW = "statusIconYellow";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Status pending icon.
|
||||||
|
*/
|
||||||
public static final String STATUS_ICON_PENDING = "statusIconPending";
|
public static final String STATUS_ICON_PENDING = "statusIconPending";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user