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