NaviItem.java (moskito-moskito-2.9.3) | : | NaviItem.java (moskito-moskito-2.10.0) | ||
---|---|---|---|---|
skipping to change at line 26 | skipping to change at line 26 | |||
JOURNEYS("Journeys"), | JOURNEYS("Journeys"), | |||
/** | /** | |||
* Constant for action without own navigation item. | * Constant for action without own navigation item. | |||
*/ | */ | |||
NONE("None"), | NONE("None"), | |||
/** | /** | |||
* Navigation item for thresholds. | * Navigation item for thresholds. | |||
*/ | */ | |||
THRESHOLDS("Thresholds"), | THRESHOLDS("Thresholds"), | |||
/** | /** | |||
* Navigation item for load factors. | ||||
*/ | ||||
LOADFACTORS("LoadFactors"), | ||||
/** | ||||
* Navigation item for accumulators. | * Navigation item for accumulators. | |||
*/ | */ | |||
ACCUMULATORS("Accumulators"), | ACCUMULATORS("Accumulators"), | |||
/** | /** | |||
* Navigation item for dashboards. | * Navigation item for dashboards. | |||
*/ | */ | |||
DASHBOARDS("Dashboards"), | DASHBOARDS("Dashboards"), | |||
/** | /** | |||
* Navigation item for threads. | * Navigation item for threads. | |||
*/ | */ | |||
skipping to change at line 90 | skipping to change at line 94 | |||
*/ | */ | |||
MORE_UPDATE("Update"), | MORE_UPDATE("Update"), | |||
/** | /** | |||
* Shows mbeans. | * Shows mbeans. | |||
*/ | */ | |||
MORE_MBEANS("MBeans"), | MORE_MBEANS("MBeans"), | |||
/** | /** | |||
* Navi item for gauges. | * Navi item for gauges. | |||
*/ | */ | |||
MORE_GAUGES("Gauges"), | MORE_GAUGES("Gauges"), | |||
MORE_LOADFACTORS("Loadfactors"), | ||||
MORE_NOWRUNNING("Nowrunning"), | ||||
/** | /** | |||
* Navi item for kill switch. | * Navi item for kill switch. | |||
*/ | */ | |||
MORE_KILLSWITCH("Kill Switch"); | MORE_KILLSWITCH("Kill Switch"); | |||
/** | /** | |||
* Caption of the navi item. | * Caption of the navi item. | |||
*/ | */ | |||
private String caption; | private String caption; | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added |