[Kimchi-devel] [PATCH] [Kimchi 0/2] Multiple fixes: page redirection + auth
Lucio Correia
luciojhc at linux.vnet.ibm.com
Mon Dec 14 11:53:42 UTC 2015
Reviewed-By: Lucio Correia <luciojhc at linux.vnet.ibm.com>
On 10-12-2015 14:49, Aline Manera wrote:
> Depends on Wok patchset: [PATCH] [Wok 0/3] Multiple fixes
>
> Aline Manera (2):
> Expose HTML tabs files in a specific /tabs URI
> Remove required authentication from /
>
> configure.ac | 1 +
> kimchi.conf | 1 -
> tests/test_config.py.in | 3 +-
> ui/config/tab-ext.xml | 8 +-
> ui/pages/Makefile.am | 2 +-
> ui/pages/guests.html.tmpl | 104 --------------------
> ui/pages/network.html.tmpl | 105 --------------------
> ui/pages/storage.html.tmpl | 198 --------------------------------------
> ui/pages/tabs/Makefile.am | 20 ++++
> ui/pages/tabs/guests.html.tmpl | 104 ++++++++++++++++++++
> ui/pages/tabs/network.html.tmpl | 105 ++++++++++++++++++++
> ui/pages/tabs/storage.html.tmpl | 198 ++++++++++++++++++++++++++++++++++++++
> ui/pages/tabs/templates.html.tmpl | 102 ++++++++++++++++++++
> ui/pages/templates.html.tmpl | 102 --------------------
> 14 files changed, 536 insertions(+), 517 deletions(-)
> delete mode 100644 ui/pages/guests.html.tmpl
> delete mode 100644 ui/pages/network.html.tmpl
> delete mode 100644 ui/pages/storage.html.tmpl
> create mode 100644 ui/pages/tabs/Makefile.am
> create mode 100644 ui/pages/tabs/guests.html.tmpl
> create mode 100644 ui/pages/tabs/network.html.tmpl
> create mode 100644 ui/pages/tabs/storage.html.tmpl
> create mode 100644 ui/pages/tabs/templates.html.tmpl
> delete mode 100644 ui/pages/templates.html.tmpl
>
--
Lucio Correia
Software Engineer
IBM LTC Brazil
More information about the Kimchi-devel
mailing list