* Fix bugs of devops.

This commit is contained in:
zhaoke
2023-08-08 14:38:19 +08:00
parent 25eb67ac41
commit 17f4d37cfc
15 changed files with 79 additions and 17 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ div
floatToolbar
(
set::object($instance),
isAjaxRequest('modal') ? null : to::prefix(backBtn(set::icon('back'), set::class('ghost text-white'), $lang->goback)),
isAjaxRequest('modal') ? null : to::prefix(backBtn(set::icon('back'), set::class('ghost text-white'), $lang->goback, set::url(createLink('space', 'browse')))),
set::main($actions['mainActions']),
set::suffix($actions['suffixActions'])
),