fix: do not show billing menu in ent

This commit is contained in:
jialin
2026-06-16 18:35:19 +08:00
committed by jialin
parent 7d36c6ac4a
commit e160b64697
7 changed files with 10 additions and 8 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import { IconFont } from '@gpustack/core-ui';
import { useIntl } from '@umijs/max';
import { Button, Result } from 'antd';
import { Button, Result, Typography } from 'antd';
import PageBox from '../_components/page-box';
// OSS-only upsell page for the billing module. The real Billing UI ships
@@ -47,7 +47,7 @@ const Billing: React.FC = () => {
textAlign: 'left'
}}
>
{/* <Typography.Title level={5} style={{ marginBottom: 12 }}>
<Typography.Title level={5} style={{ marginBottom: 12 }}>
{intl.formatMessage({
id: 'billing.upsell.featuresTitle'
})}
@@ -58,7 +58,7 @@ const Billing: React.FC = () => {
{intl.formatMessage({ id })}
</li>
))}
</ul> */}
</ul>
<div style={{ textAlign: 'center', marginTop: 56 }}>
<Button
type="primary"