* Code for execution-all style.

This commit is contained in:
Yagami
2023-02-20 10:04:43 +08:00
parent 2c78318298
commit 2dd572fc96
3 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
js::import($jsRoot . 'dtable/min.js');
css::import($jsRoot . 'dtable/min.css');
$cols = $this->execution->generateCol();
$cols = $this->execution->generateCol($orderBy);
$executions = $this->execution->generateRow($executionStats, $users, $productID);
$sortLink = $this->createLink('execution', 'all', "status=$status&orderBy={orderBy}&productID=$productID&param=$param&recTotal=$pager->recTotal&recPerPage=$pager->recPerPage&pageID=$pager->pageID");