
Network tab is written based on jquery UI and other tabs are using jquery. Also, there might be conflicts when Yu Xin's patch of the network tab hasn't been applied. I saw Yu Xin's change has been merged last week and I think I can do the network dialog change based on that. The first thought is that the log in page needs to be changed anyway, so I left the button there. I will refine the patch so that it won't look that weird. Best Regards Wang Wen On 2/27/2015 10:21 PM, Aline Manera wrote:
Any reason to don't change the network dialog?
Also all the button, which are former blue are now white: the login button, the restart and shutdown buttons. I don't think it is the propose of this patch set.
On 10/02/2015 06:35, Wen Wang wrote:
Exchange dialog of tab Host/Guests/Templates/Storage with new kimchi UI
Wen Wang (5): UI: Change host dialog UI: Exchange guests dialog style to new kimchi UI UI: Guest button fix UI: Exchange template dialog with new kimchi UI UI: Exchange storage dialog with new kimchi UI
ui/css/theme-default/base.css | 2 +- ui/css/theme-default/button.css | 25 +++++----------- ui/css/theme-default/form.css | 10 +++++-- ui/css/theme-default/guest-edit.css | 28 +++++++++++------- ui/css/theme-default/report-add.css | 11 +++++-- ui/css/theme-default/report-rename.css | 14 ++++----- ui/css/theme-default/repository-add.css | 6 ++++ ui/css/theme-default/repository-edit.css | 24 +++++++-------- ui/css/theme-default/template_add.css | 4 +++ ui/css/theme-default/window.css | 49 +++++++------------------------ ui/js/src/kimchi.storagepool_add_main.js | 7 ++--- ui/pages/guest-add.html.tmpl | 12 ++++---- ui/pages/guest-edit.html.tmpl | 6 ++-- ui/pages/report-add.html.tmpl | 10 ++++--- ui/pages/report-rename.html.tmpl | 10 ++++--- ui/pages/repository-add.html.tmpl | 41 ++++++++++++++------------ ui/pages/repository-edit.html.tmpl | 8 +++-- ui/pages/storagepool-add-volume.html.tmpl | 10 +++---- ui/pages/storagepool-add.html.tmpl | 22 +++++++------- ui/pages/template-add.html.tmpl | 8 +++-- ui/pages/template-edit.html.tmpl | 4 +-- 21 files changed, 157 insertions(+), 154 deletions(-)