forked from M-Labs/web2019
fix fan tray price and description
This commit is contained in:
parent
ddd8b2d894
commit
3fb2a219de
|
@ -29,12 +29,12 @@ const shop_data = {
|
||||||
],
|
],
|
||||||
|
|
||||||
fanTray: {
|
fanTray: {
|
||||||
price: 42,
|
price: 470,
|
||||||
crateModesAvailable: {
|
crateModesAvailable: {
|
||||||
'rack': true
|
'rack': true
|
||||||
},
|
},
|
||||||
optionTitle: "Mount fan tray",
|
optionTitle: "Add fan tray",
|
||||||
tip: "Mount 84hp fan tray to the crate bottom for better air circulation"
|
tip: "Add 1U 84hp fan tray (to be mounted under the crate) to improve cooling. Fans need 220VAC 50/60Hz power. 3 fans, 167m³/h air flow."
|
||||||
},
|
},
|
||||||
|
|
||||||
items: {
|
items: {
|
||||||
|
|
Loading…
Reference in New Issue