mirror of
https://github.com/Fasthei/taiji-pda-v0.git
synced 2026-09-26 19:03:24 +00:00
fix: 删除渠道详情中的资源配置部分(CPU核心/内存)
This commit is contained in:
@@ -2294,27 +2294,6 @@ export default function AdminDashboard() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Resource Allocation */}
|
||||
<div className="border-t border-border pt-6">
|
||||
<h4 className="text-base font-semibold text-foreground mb-4">
|
||||
{language === "zh" ? "资源配置" : "Resource Configuration"}
|
||||
</h4>
|
||||
<div className="grid grid-cols-2 gap-4">
|
||||
<div className="bg-muted/50 rounded-lg p-4 text-center">
|
||||
<p className="text-3xl font-bold text-primary mb-2">{selectedChannel?.cpuCores || 0}</p>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
{language === "zh" ? "CPU核心" : "CPU Cores"}
|
||||
</p>
|
||||
</div>
|
||||
<div className="bg-muted/50 rounded-lg p-4 text-center">
|
||||
<p className="text-3xl font-bold text-primary mb-2">{selectedChannel?.memory || "0GB"}</p>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
{language === "zh" ? "内存" : "Memory"}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Quota Information */}
|
||||
<div className="border-t border-border pt-6">
|
||||
<h4 className="text-base font-semibold text-foreground mb-4">
|
||||
|
||||
Reference in New Issue
Block a user