[Kimchi-devel] [PATCH V1 0/2] Add the nfs pool server and target select UI(new jquery widget)

zhoumeina zhoumein at linux.vnet.ibm.com
Fri Dec 27 07:24:00 UTC 2013


This patch is working adding a select box in create nfs pool,
when user don't want to input the server ip or name, he can
simply select "used the server I have used before" and choose
a server in a select box, this is more convinent.

zhoumeina (2):
  Add nfs server and target UI in create storage pool
  Add a new jquery filter-select widget

 ui/css/theme-default/button.css          |   11 ++--
 ui/css/theme-default/form.css            |    6 ++
 ui/css/theme-default/storage.css         |    4 +-
 ui/js/Makefile.am                        |    4 +-
 ui/js/src/kimchi.api.js                  |   26 +++++++-
 ui/js/src/kimchi.storagepool_add_main.js |   43 ++++++++++++
 ui/js/widgets/filter-select.js           |  110 ++++++++++++++++++++++++++++++
 ui/pages/i18n.html.tmpl                  |    4 +-
 ui/pages/storagepool-add.html.tmpl       |   39 ++++++++---
 9 files changed, 226 insertions(+), 21 deletions(-)
 create mode 100644 ui/js/widgets/filter-select.js




More information about the Kimchi-devel mailing list