@WidgetCategory({ "History" })
@WidgetProperties(
{
- @WidgetProperty(key = "numberOfColumns", type = WidgetPropertyType.INTEGER, defaultValue = "4"),
+ @WidgetProperty(key = "numberOfColumns", type = WidgetPropertyType.INTEGER, defaultValue = "3"),
@WidgetProperty(key = "displaySparkLine", type = WidgetPropertyType.BOOLEAN),
@WidgetProperty(key = "metric1", type = WidgetPropertyType.METRIC, defaultValue = "ncloc"),
@WidgetProperty(key = "metric2", type = WidgetPropertyType.METRIC),
snapshots.each do |snapshot|
event = snapshot.event('Version')
%>
- <th nowrap="nowrap" style="vertical-align:top;text-align: right;font-size: 12px">
+ <th nowrap="nowrap" style="vertical-align:top;text-align: right;font-size: 10px">
<%= l snapshot.created_at.to_date -%>
<br/>
<%= event.name unless event==nil -%>