Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit ac48ee3

Browse files
committed
remove Issue Metrics header menu and fix js error
1 parent 3dcc512 commit ac48ee3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/web/WEB-INF/includes/newHeader.jsp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,6 @@
233233
<li>
234234
<a href="<s:url action="dashboardParticipationReport" namespace="/"/>">Participation Metrics <span class="icon parMetricsI"></span></a>
235235
</li>
236-
237-
<li>
238-
<a class="last" href="<s:url action="dashboardBillingCostReport" namespace="/"/>">Issue Metrics <span class="icon issMetricsI"></span></a>
239-
</li>
240236
</ul>
241237
</div>
242238
</li>

src/web/scripts/dashboard-view.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,20 +370,19 @@ $(document).ready(function(){
370370
"bSort": true,
371371
"aaSorting": [[0,'asc']],
372372
"aoColumns": [
373-
{ "sType": "html", "sWidth": '26%' },
373+
{ "sType": "html", "sWidth": '32%' },
374374
{ "sType": "html", "sWidth": '13%' },
375375
{ "sType": "html", "sWidth": '10%' },
376376
{ "sType": "html", "sWidth": '14%' },
377377
{ "sType": "html", "sWidth": '7%' },
378378
{ "sType": "html", "sWidth": '6%' },
379379
{ "sType": "html", "sWidth": '6%' },
380380
{ "sType": "html", "sWidth": '6%' },
381-
{ "sType": "html", "sWidth": '6%' },
382381
{ "sType": "html", "sWidth": '6%' }
383382
],
384383
"sScrollY": "156px",
385384
"oLanguage": {
386-
"sEmptyTable": '<tr class="odd"><td valign="top" colspan="10" align="center" class="dataTables_empty">No data available in table</td></tr>'
385+
"sEmptyTable": '<tr class="odd"><td valign="top" colspan="9" align="center" class="dataTables_empty">No data available in table</td></tr>'
387386
}
388387
});
389388

0 commit comments

Comments
 (0)