Skip to content

Commit 7929c94

Browse files
committed
增加查看快捷方式
1 parent ab11cf8 commit 7929c94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BlazorApp/Pages/Node/NodeDetailView.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<PropertyListView Title=@L["VolumesInUse"] T="string" Items="@Node.Status.VolumesInUse" ExplainField="node.status.volumesInUse"></PropertyListView>
121121
</HTable>
122122
<NodeResourceCompareView Capacity="@Node.Status.Capacity" Allocatable="@Node.Status.Allocatable"></NodeResourceCompareView>
123-
<Divider Orientation="left" Style="font-weight:bold">@L["Config"]</Divider>
123+
<Divider Orientation="left" Style="font-weight:bold">@L["Metrics"]</Divider>
124124
<NodeMetricsSummaryView Node="@Node"></NodeMetricsSummaryView>
125125

126126
<MiniPodListView Pods="_pods" HideAction="true"></MiniPodListView>

BlazorApp/Pages/Node/NodeStatusChart.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div>
77
<GridRow Class="grid-table ">
88
<GridCol Span="4">
9-
<Tooltip ArrowPointAtCenter="true" Title="@L["Detail"]">
9+
<Tooltip ArrowPointAtCenter="true" Title="@($"{L["Metrics"]} {L["Detail"]}")">
1010
<Icon OnClick="() => OnNodeMetricsClick(Node)" Type="dashboard" Theme="twotone" TwotoneColor="#106ebe"
1111
Height="20px" Width="20px"/>
1212
</Tooltip>

0 commit comments

Comments
 (0)