diff options
| author | Haishan <[email protected]> | 2018-10-26 01:02:59 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-10-27 14:28:25 +0800 |
| commit | abfab4f1adb40e3463fa9e90aff3e92bfdf03693 (patch) | |
| tree | 46347cc195d59a2b0622752c71742b82476cce69 /src/components/StyleGuide.js | |
| parent | 4e7efe2accc67a63f9e3bc4ed4365acefb4fb883 (diff) | |
ui(proxy): new UI for proxy page
Diffstat (limited to 'src/components/StyleGuide.js')
| -rw-r--r-- | src/components/StyleGuide.js | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/components/StyleGuide.js b/src/components/StyleGuide.js index 3fe142d..0bb3813 100644 --- a/src/components/StyleGuide.js +++ b/src/components/StyleGuide.js @@ -5,8 +5,9 @@ import ToggleSwitch from 'c/ToggleSwitch'; import Input from 'c/Input'; import Switch from 'c/Switch'; import Button from 'c/Button'; -import Modal from 'c/Modal'; -import APIConfig from 'c/APIConfig'; +// import Modal from 'c/Modal'; +// import APIConfig from 'c/APIConfig'; +import Proxy2 from 'c/Proxy2'; const paneStyle = { padding: '20px 0' @@ -37,6 +38,9 @@ class StyleGuide extends PureComponent { return ( <div> <Pane> + <Proxy2 /> + </Pane> + <Pane> <Switch /> </Pane> <Pane> @@ -53,9 +57,6 @@ class StyleGuide extends PureComponent { <Pane> <Button label="Test Latency" /> </Pane> - <Modal isOpen={true} onRequestClose={() => {}}> - <APIConfig /> - </Modal> </div> ); } |
