Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BG_COLOR |
"FFFFFF" |
public static final int |
CHART_HEIGHT |
200 |
public static final int |
CHART_WIDTH |
400 |
public static final int |
METRIC_HEIGHT |
90 |
public static final String |
METRIC_HTML |
"<div id=\"${this}\" class=\"card-pf card-pf-accented card-pf-aggregate-status\" style=\"background-color:${bgColor}; width:${width}px; height:${height}px; margin-top:${marginTop}px; margin-right:${marginRight}px; margin-bottom:${marginBottom}px; margin-left:${marginLeft}px;\">\n <h2 id=\"${thisValue}\">${value}</h2>\n <p id=\"${thisTitle}\" style=\"font-weight:400\">${title}</p>\n</div>" |
public static final int |
METRIC_WIDTH |
200 |
public static final String |
NO_DECIMALS |
"#,##0" |
public static final String |
TOTAL_PROCESSES_METRIC |
"totalProcessesMetric" |
public static final String |
TOTAL_TASKS_METRIC |
"totalTasksMetric" |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.