forked from M-Labs/web2019
shop: connectors available -> used
This commit is contained in:
parent
ca1d011839
commit
66cd581a47
|
@ -369,8 +369,8 @@ class ProductCartItem extends React.PureComponent {
|
||||||
case 'kasli-backplane':
|
case 'kasli-backplane':
|
||||||
render_progress = (
|
render_progress = (
|
||||||
<div className="k-popup-connectors">
|
<div className="k-popup-connectors">
|
||||||
<p>{`${data.nbrCurrentSlot}/${model.nbrSlotMax} EEM connectors available`}</p>
|
<p>{`${data.nbrCurrentSlot}/${model.nbrSlotMax} EEM connectors used`}</p>
|
||||||
<p>{`${data.nbrCurrentClock}/${model.nbrClockMax} Clock connectors available`}</p>
|
<p>{`${data.nbrCurrentClock}/${model.nbrClockMax} Clock connectors used`}</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
@ -379,7 +379,7 @@ class ProductCartItem extends React.PureComponent {
|
||||||
case 'hd68':
|
case 'hd68':
|
||||||
render_progress = (
|
render_progress = (
|
||||||
<div className="k-popup-connectors">
|
<div className="k-popup-connectors">
|
||||||
<p>{`${data.nbrCurrentSlot}/${model.nbrSlotMax} connectors available`}</p>
|
<p>{`${data.nbrCurrentSlot}/${model.nbrSlotMax} connectors used`}</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
@ -387,7 +387,7 @@ class ProductCartItem extends React.PureComponent {
|
||||||
case 'clocker':
|
case 'clocker':
|
||||||
render_progress = (
|
render_progress = (
|
||||||
<div className="k-popup-connectors">
|
<div className="k-popup-connectors">
|
||||||
<p>{`${data.nbrCurrentClock}/${model.nbrClockMax} Clock connectors available`}</p>
|
<p>{`${data.nbrCurrentClock}/${model.nbrClockMax} Clock connectors used`}</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue