[Kimchi-devel] [PATCH 0/3] Host tab functionality split into Dashboard and Updates

chandra at linux.vnet.ibm.com chandra at linux.vnet.ibm.com
Thu Nov 26 12:53:03 UTC 2015


From: Chandra Shekhar Reddy Potula <chandra at linux.vnet.ibm.com>

Host tab functionality split into Dashboard and Updates

Splitting host tab functionality into two tabs
1. Dashboard
 a. restart, shutdown buttons
 b. statistics
 c. debug reports
2. Updates
 a. Repositories
 b. Software updates

Ginger Base screen shot change to reflect new ui

New UI screen shot shows
1. New UI page
2. Feature tab split

Issue 728 : processor info displays blank for system z

UI changes to accommodate the basic system info
1. memory shows online, offline memory info
2. cpu shows online, offline cpu info
On s390x deidcated, shared cpu info shown
3. On s390x hypervisor, LPAR details shown

Note : Stage 1, debug reports is not moved to Administration tab.
Have to experiment on having single tab hosting multiple plugin features.
Till that time individual tab host single plugin features.

Chandra Shekhar Reddy Potula (3):
  Host tab functionality split into Dashboard and Updates
  Ginger Base screen shot change to reflect new ui
  Issue 728 : processor info displays blank for system z

 .../gingerbase/docs/gingerbase-host-tab.png        | Bin 79669 -> 105906 bytes
 src/wok/plugins/gingerbase/ui/config/tab-ext.xml   |  10 +-
 .../gingerbase/ui/css/src/modules/_host.scss       |   9 +-
 .../ui/js/src/gingerbase.host-dashboard.js         | 614 ++++++++++++++
 .../gingerbase/ui/js/src/gingerbase.host-update.js | 405 +++++++++
 .../gingerbase/ui/js/src/gingerbase.host.js        | 928 ---------------------
 .../gingerbase/ui/pages/host-dashboard.html.tmpl   | 143 ++++
 .../gingerbase/ui/pages/host-update.html.tmpl      |  90 ++
 src/wok/plugins/gingerbase/ui/pages/host.html.tmpl | 156 ----
 9 files changed, 1265 insertions(+), 1090 deletions(-)
 create mode 100644 src/wok/plugins/gingerbase/ui/js/src/gingerbase.host-dashboard.js
 create mode 100644 src/wok/plugins/gingerbase/ui/js/src/gingerbase.host-update.js
 delete mode 100644 src/wok/plugins/gingerbase/ui/js/src/gingerbase.host.js
 create mode 100644 src/wok/plugins/gingerbase/ui/pages/host-dashboard.html.tmpl
 create mode 100644 src/wok/plugins/gingerbase/ui/pages/host-update.html.tmpl
 delete mode 100644 src/wok/plugins/gingerbase/ui/pages/host.html.tmpl

-- 
2.4.0




More information about the Kimchi-devel mailing list