* [task#143867, done, 0.5h] add service notice.

This commit is contained in:
liyang
2025-05-23 09:54:49 +08:00
committed by 刘刚
parent e73ebf5cc4
commit c508ce04b9
5 changed files with 19 additions and 3 deletions
+2
View File
@@ -304,3 +304,5 @@ $lang->system->platform->navs['ossview'] = 'OSS';
$lang->system->runningStatus['normal'] = 'Normal';
$lang->system->runningStatus['error'] = 'Error';
$lang->system->serviceNotice = 'Only the store app are supported.';
+2
View File
@@ -304,3 +304,5 @@ $lang->system->platform->navs['ossview'] = 'OSS';
$lang->system->runningStatus['normal'] = 'Normal';
$lang->system->runningStatus['error'] = 'Error';
$lang->system->serviceNotice = 'Only the store app are supported.';
+2
View File
@@ -304,3 +304,5 @@ $lang->system->platform->navs['ossview'] = 'OSS';
$lang->system->runningStatus['normal'] = 'Normal';
$lang->system->runningStatus['error'] = 'Error';
$lang->system->serviceNotice = 'Only the store app are supported.';
+2
View File
@@ -304,3 +304,5 @@ $lang->system->platform->navs['ossview'] = '对象存储';
$lang->system->runningStatus['normal'] = '正常';
$lang->system->runningStatus['error'] = '异常';
$lang->system->serviceNotice = '仅统计应用市场安装的服务,手工配置的服务不在统计范围内。';
+11 -3
View File
@@ -64,8 +64,16 @@ div
div
(
setClass('flex col justify-between'),
div(setClass('text-4xl font-semibold text-primary'), zget($pageInfo, 'recTotal', 0)),
$lang->system->serviceQuantity
div
(
setClass('text-4xl font-semibold text-primary'),
zget($pageInfo, 'recTotal', 0)
),
span
(
$lang->system->serviceQuantity,
icon('help ml-1 text-gray-500 cursor-pointer', set::title($lang->system->serviceNotice))
)
)
)
)
@@ -150,4 +158,4 @@ div
set::onRenderCell(jsRaw('window.renderInstanceList')),
set::footPager(usePager())
)
);
);