Searched refs:colspan (Results 1 – 1 of 1) sorted by relevance
114 int colspan = labels.size() * 4; in getPerformanceSummary() local116 tableHTML += "<tr><td colspan='" + colspan + "'>" + content + "</td></tr>"; in getPerformanceSummary()