Skip to content

Commit

Permalink
Merge pull request canonical#13379 from canonical/pro-subscribe-copy
Browse files Browse the repository at this point in the history
Remove description under product type physical on pro subscribe form.
  • Loading branch information
jpmartinspt authored Nov 29, 2023
2 parents 0359242 + 166d135 commit 2c11e4b
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,19 +356,6 @@ const ProductType = () => {
checked={productType === ProductTypes.physical}
/>
</Col>
{productType === ProductTypes.physical && (
<Col size={12} style={{ marginLeft: "35px" }}>
<p>
<strong>Unlimited VMs on selected hypervisors</strong>
</p>
<p>
Any of: KVM | Qemu | Boch, VMWare ESXi, LXD | LXC, Xen, Hyper-V
(WSL, Multipass), VirtualBox, z/VM, Docker. All Nodes in the
cluster have to be subscribed to the service in order to benefit
from the unlimited VM support
</p>
</Col>
)}
<Col size={12}>
<RadioInput
label="Public cloud instances"
Expand Down

0 comments on commit 2c11e4b

Please sign in to comment.