
With this patch we can see a lot of changes on UI - which is great! But I can not apply it yet as the tabs storage and network are not functional! Due the UI changes. Samuel, are you going to send the final patch set soon? Otherwise, could you please, split this patch into smaller ones? One patch for login page, other for host tab, etc? That way we can get the changes applied upstream soon. On 07/10/2015 14:53, sguimaraes943@gmail.com wrote:
From: samhenri <samuel.guimaraes@eldorado.org.br>
Signed-off-by: samhenri <samuel.guimaraes@eldorado.org.br> --- src/wok/plugins/kimchi/ui/config/tab-ext.xml | 74 ++-- .../plugins/kimchi/ui/css/theme-default/host.css | 270 ------------- .../kimchi/ui/css/theme-default/report-add.css | 20 - .../kimchi/ui/css/theme-default/report-rename.css | 21 -- .../kimchi/ui/css/theme-default/repository-add.css | 25 -- .../ui/css/theme-default/repository-edit.css | 62 --- src/wok/plugins/kimchi/ui/js/src/kimchi.host.js | 35 +- src/wok/plugins/kimchi/ui/pages/host.html.tmpl | 188 ++++------ .../plugins/kimchi/ui/pages/report-add.html.tmpl | 46 +-- .../kimchi/ui/pages/report-rename.html.tmpl | 41 +- .../kimchi/ui/pages/repository-add.html.tmpl | 123 ++---- .../kimchi/ui/pages/repository-edit.html.tmpl | 137 +++---- ui/css/src/bootstrap-select.custom.scss | 1 + ui/css/src/modules/_menu-flat.scss | 6 +- ui/css/src/modules/_modal-flat.scss | 2 +- ui/css/src/modules/_navbar-flat.scss | 4 +- ui/css/src/wok.scss | 3 +- ui/css/theme-default/message.css | 46 --- ui/images/theme-default/Makefile.am | 2 +- ui/images/theme-default/logo-flat.svg | 43 +++ ui/images/theme-default/logo-white.png | Bin 9879 -> 7583 bytes ui/js/src/wok.grid.js | 416 +++++---------------- ui/js/src/wok.line-chart.js | 74 ++-- ui/js/src/wok.list.js | 281 ++++++++++++++ ui/js/src/wok.login.js | 9 +- ui/js/src/wok.main.js | 37 +- ui/js/src/wok.message.js | 38 +- ui/js/src/wok.window.js | 38 +- ui/pages/login.html.tmpl | 186 ++++----- ui/pages/wok-ui.html.tmpl | 219 ++++++----- 30 files changed, 1020 insertions(+), 1427 deletions(-) create mode 100644 ui/images/theme-default/logo-flat.svg create mode 100644 ui/js/src/wok.list.js