* Refactor actions of the execution list.

This commit is contained in:
tianshujie
2023-10-24 09:22:29 +08:00
parent 5492af49c1
commit a894af9528
3 changed files with 9 additions and 18 deletions
+1
View File
@@ -197,6 +197,7 @@ $config->execution->actionList['edit']['icon'] = 'edit';
$config->execution->actionList['edit']['text'] = $lang->execution->edit;
$config->execution->actionList['edit']['hint'] = $lang->execution->edit;
$config->execution->actionList['edit']['url'] = helper::createLink('execution', 'edit', "executionID={rawID}");
$config->execution->actionList['edit']['data-size'] = 'lg';
$config->execution->actionList['edit']['data-toggle'] = 'modal';
$config->execution->actionList['close']['icon'] = 'off';