Skip to content

Commit

Permalink
Change KVM provider label to "On-premise / KVM" (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-suse authored Feb 22, 2024
1 parent 8a13c74 commit e23371b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/common/ClusterInfoBox/ClusterInfoBox.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Cluster Info Box', () => {
haScenario: 'unknown',
haScenarioText: 'Unknown',
provider: 'kvm',
providerText: 'KVM',
providerText: 'On-premise / KVM',
},
{
haScenario: 'unknown',
Expand Down
2 changes: 1 addition & 1 deletion assets/js/common/HostInfoBox/HostInfoBox.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Host Info Box', () => {
{
agentVersion: '1.2.0',
provider: 'kvm',
providerText: 'KVM',
providerText: 'On-premise / KVM',
},
{
agentVersion: '2.0.0',
Expand Down
2 changes: 1 addition & 1 deletion assets/js/common/ProviderLabel/ProviderLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const providerData = {
},
[KVM_PROVIDER]: {
logo: KvmLogo,
label: 'KVM',
label: 'On-premise / KVM',
},
[VMWARE_PROVIDER]: {
logo: VmwareLogo,
Expand Down
2 changes: 1 addition & 1 deletion assets/js/pages/HostDetailsPage/ProviderDetails.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('Provider Details', () => {
},
{
provider: 'kvm',
providerText: 'KVM',
providerText: 'On-premise / KVM',
},
{
provider: 'vmware',
Expand Down

0 comments on commit e23371b

Please sign in to comment.