[Kimchi-devel] [RFC] [Kimchi] First pass at Edit Virtual Network UI

Socorro Stoppler socorro at linux.vnet.ibm.com
Thu May 12 00:55:47 UTC 2016


- First attempt of Edit Virtual Network UI
- Known UI Issues:s
  - after the update happens, the list of networks are not shown properly (i.e. rows are all bunched up and actions buttons are diagonal, but fixes itself 
    after you move off the tab and come back to it
  - when edit panel first opens up, the value for the Destination selector (if applicable) is either showing 'Nothing selected' or it's showing the first item on the list
    rather than the value that came from backend 
  - Bridged network has not been tested so there's bound to be issues there

Proposal:
Per discussion w/Lucio, with regards to vlan_id, I'd like to propose to have the backend show the vlan_id as a separate field.  
This came about when I couldn't find that field and as it turns out, it was because it was appended to the interface name.s

Socorro Stoppler (1):
  First pass Edit Virtual Network

 ui/js/src/kimchi.api.js               |  23 ++++
 ui/js/src/kimchi.network.js           |  14 +++
 ui/js/src/kimchi.network_edit_main.js | 216 ++++++++++++++++++++++++++++++++++
 ui/pages/network-edit.html.tmpl       |  75 ++++++++++++
 ui/pages/tabs/network.html.tmpl       |   3 +-
 5 files changed, 330 insertions(+), 1 deletion(-)
 create mode 100644 ui/js/src/kimchi.network_edit_main.js
 create mode 100644 ui/pages/network-edit.html.tmpl

-- 
2.5.0




More information about the Kimchi-devel mailing list