* testcaseBrowse: add a item of drop-down menu to browse test cases by list.

This commit is contained in:
liugang
2023-06-13 18:45:53 +08:00
parent 81d1699352
commit 839d03d2f8
+1 -1
View File
@@ -147,7 +147,7 @@ featureBar
li(btn(setClass('ghost'), set::icon('unfold-all'), $lang->sort))
);
$viewItems = array();
$viewItems = array(array('text' => $lang->testcase->listView, 'active' => true));
$exportItems = array();
$importItems = array();
if($canBrowseGroupCase)