* Zanode nodelist page

This commit is contained in:
zenggang
2023-10-30 02:39:14 +00:00
parent c199b3b725
commit e625320843
4 changed files with 61 additions and 0 deletions
+1
View File
@@ -84,6 +84,7 @@ class zanode extends control
$this->view->nodeList = $this->zanode->getListByHost($hostID, $orderBy);
$this->view->orderBy = $orderBy;
$this->view->hostID = $hostID;
$this->view->sortLink = $this->createLink('zanode', 'nodeList', "hostID={$hostID}&orderBy={orderBy}");
$this->display();
}