* [bug#53859] adjust tips for automation page.

This commit is contained in:
caoyanyi
2024-08-14 16:23:09 +08:00
committed by 李阳
parent d56f563594
commit 4e85e3de45
+11 -20
View File
@@ -12,26 +12,17 @@ namespace zin;
to::header
(
span
(
$lang->testcase->automation,
setClass('text-lg font-bold')
),
icon
(
'help',
setClass('text-gray'),
toggle::tooltip
(
array
(
'title' => $lang->zanode->automationTips,
'placement' => 'right',
'type' => 'white',
'className' => 'text-dark border border-light'
)
)
)
span
(
$lang->testcase->automation,
setClass('text-lg font-bold')
),
icon
(
'help',
set::title($lang->zanode->automationTips),
setClass('text-gray')
)
);
formPanel