blob: af084a262489c95eabeb73035a3ccb577f208c49 [file] [log] [blame]
Paul Greysonde7fad52013-03-19 12:47:32 -07001** March 19, 2013 **
2- aggregation switch sample data DPIDs do not match official switch config.
3 - switch config hacked 00:00:00:00:00:00:01:01 ==> 00:00:00:00:00:00:01:00 etc.
4- layout does not dynamically adjust when window is resized
5 - refresh browser window after resizing to fix layout
Paul Greysonc3e21a02013-03-21 13:56:05 -07006
7** March 20, 2013 **
8- URL parameters control functions as follows:
9 http://localhost:9000/ons-demo/index.html
10 uses the ONOS_HOST defined in restapi2.py. currently http://gui3.onlab.us:8080
11 http://localhost:9000/ons-demo/index.html?proxy
12 uses the index.html host to proxy to ONOS_HOST (works around cross site scripting restrictions to allow the WebUI to be served from a different server than the one that hosts the controller)
13 http://localhost:9000/ons-demo/index.html?mock
14 uses the mock JSON responses under ons-dmo/data
15- clicking a controller behavior change
16 1) if all controllers are selected, deselects all controllers except the one clicked
17 2) if only the clicked controller is selected, selects all controllers again
18- Update configuration files to match test bed
19- Update sample JSON files from test bed
Paul Greyson5dd25f62013-03-22 22:20:10 -070020
21** March 22, 2013 **
22- Workarounds for Chrome v25 rendering bugs
23- Fixed broken proxy functionality in restapi2.py
24- webui should now work when hosted from a different server than the controller (where it uses gui3.onlab.us:8080) and also when run from the same server (where it uses localhost:8080)