diff --git a/src/RouterSettings/PortStyles.js b/src/RouterSettings/PortStyles.js index f5820640..1aab0492 100644 --- a/src/RouterSettings/PortStyles.js +++ b/src/RouterSettings/PortStyles.js @@ -2,6 +2,7 @@ import React from "react"; import styled from "styled-components"; import { Button, Card, CardBody } from "reactstrap"; import glImage from "images/gl.jpg"; +import linksysImage from "images/linksyswrt3200acm.jpg"; export const PortNumber = styled.div` position: absolute; @@ -45,8 +46,13 @@ const GL = () => { return ; }; +const LinkSys = () => { + return ; +}; + const deviceImages = { - "gl-b1300": + "gl-b1300": , + "linksys-wrt3200acm": }; export const Device = ({ device }) => ( diff --git a/src/images/linksyswrt3200acm.jpg b/src/images/linksyswrt3200acm.jpg new file mode 100644 index 00000000..df1ecc10 Binary files /dev/null and b/src/images/linksyswrt3200acm.jpg differ diff --git a/src/portOrderings.json b/src/portOrderings.json index bc27a25a..10b41d1b 100644 --- a/src/portOrderings.json +++ b/src/portOrderings.json @@ -6,6 +6,7 @@ "ea3500": ["eth1", "eth0.3", "eth0.4", "eth0.5", "eth0.6"], "gl-ar750": ["eth0", "eth1.1", "eth1.2"], "gl-b1300": ["eth0.3", "eth0.4", "eth1"], + "linksys-wrt3200acm": ["eth0.1", "eth0.3", "eth0.4", "eth0.5", "eth1.2"], "mynet-n600": ["eth0.1", "eth0.2", "eth0.3", "eth0.4", "eth1"], "mynet-n750": ["eth0.1", "eth0.4", "eth0.5", "eth0.3", "eth0.2"], "rpi-2": ["eth0"],