Skip to content

Commit

Permalink
ui: change some references to tenant to virtual cluster
Browse files Browse the repository at this point in the history
This changes the "Tenant" selector on the metrics pages to use the new
"Virtual Cluster" terminology.

Fixes #114170

Release note: None
  • Loading branch information
stevendanna committed Dec 5, 2023
1 parent dde1c32 commit e9f22a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ export class NodeGraphs extends React.Component<
{isSystemTenant(currentTenant) && tenantOptions.length > 1 && (
<PageConfigItem>
<Dropdown
title="Tenant"
title="Virtual Cluster"
options={tenantOptions}
selected={selectedTenant}
onChange={selection => this.setClusterPath("tenant", selection)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,10 @@ export class CustomChartTable extends React.Component<CustomChartTableProps> {
<td className="metric-table__header">Source</td>
<td className="metric-table__header">Per Node</td>
{canViewTenantOptions && (
<td className="metric-table__header">Tenant</td>
<td className="metric-table__header">Virtual Cluster</td>
)}
{canViewTenantOptions && (
<td className="metric-table__header">Per Tenant</td>
<td className="metric-table__header">Per Virtual Cluster</td>
)}
<td className="metric-table__header"></td>
</tr>
Expand Down

0 comments on commit e9f22a8

Please sign in to comment.