mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
#984 Dashboard auto refresh degrading table functionalities like sorting -retrofit from trunk
SVN:2.0.2[3324]
This commit is contained in:
@@ -826,6 +826,7 @@ try
|
||||
$oMenu = ApplicationMenu::GetMenuNode($idx);
|
||||
$oDashboard = $oMenu->GetDashboard();
|
||||
$oDashboard->Render($oPage, false, $aExtraParams);
|
||||
$oPage->add_ready_script("$('.dashboard_contents table.listResults').tableHover(); $('.dashboard_contents table.listResults').tablesorter( { widgets: ['myZebra', 'truncatedList']} );");
|
||||
break;
|
||||
|
||||
case 'dashboard_editor':
|
||||
|
||||
Reference in New Issue
Block a user