* refactor execution-all with the new zui3 dtable component.

This commit is contained in:
sunhao
2023-08-16 08:52:00 +08:00
parent 27f67840e1
commit 56d6008dd4
5 changed files with 17 additions and 24 deletions
+1 -3
View File
@@ -11,10 +11,8 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datatable.fix.html.php';?>
<?php include '../../common/view/zui3dtable.html.php';?>
<?php
js::import($jsRoot . 'dtable/min.js');
css::import($jsRoot . 'dtable/min.css');
$cols = $this->execution->generateCol($orderBy);
$executions = $this->execution->generateRow($executionStats, $users, $productID);