mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
User editable dashboards... implementation in progress
SVN:trunk[2038]
This commit is contained in:
@@ -300,4 +300,12 @@ function FixTableSorter(table)
|
||||
table.tablesorter( { widgets: ['myZebra', 'truncatedList']} ); // sort-able and zebra tables
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function DashletCreationDlg(sOQL)
|
||||
{
|
||||
$.post(GetAbsoluteUrlAppRoot()+'pages/ajax.render.php', {operation: 'dashlet_creation_dlg', oql: sOQL}, function(data){
|
||||
$('body').append(data);
|
||||
});
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user