We are grateful to announce the release of: cloudkitty-dashboard 0.6.0: CloudKitty Horizon dashboard This release is part of the newton release series. With package available at: https://pypi.python.org/pypi/cloudkitty-dashboard For more details, please see below. Changes in cloudkitty-dashboard 0.5.0..0.6.0 -------------------------------------------- fd06863 Fix a javascript error on reporting page related to localization. 86ed62c Add project in hashmap ressources 7bd5209 show group_name rather than group_id 55a747d Fix optional group when creating service mapping 9b73868 Adjust the reporting page 3141027 Show threshold's level in group details page d441477 Delete unused views and urls bbd5bed fix hardcoded static path in angularjs 1132098 Remove the spec file ce32d88 Updated dashboard for Angular c15d468 Adds python-cloudkittyclient to requirements.txt Diffstat (except docs and test files) ------------------------------------- .../dashboards/admin/hashmap/forms.py | 39 ++++++++++---- .../dashboards/admin/hashmap/tables.py | 38 ++++++++++++- .../hashmap/templates/hashmap/group_details.html | 4 ++ .../templates/hashmap/threshold_details.html | 11 ---- .../dashboards/admin/hashmap/urls.py | 6 --- .../dashboards/admin/hashmap/views.py | 34 ------------ .../reporting/templates/reporting/this_month.html | 21 +++++--- cloudkittydashboard/enabled/_31000_cloudkitty.py | 6 +++ .../static/cloudkitty/js/cloudkitty.controller.js | 45 ++++++++++++++++ .../static/cloudkitty/js/cloudkitty.module.js | 27 ++++++++++ .../static/cloudkitty/js/cloudkitty.spec.js | 10 ++++ .../cloudkitty/templates/cloudkitty-help.html | 3 ++ .../cloudkitty/templates/cloudkitty-step.html | 6 +++ contrib/cloudkitty-dashboard.spec.in | 63 ---------------------- requirements.txt | 1 + 15 files changed, 180 insertions(+), 134 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cee6127..a9b7508 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,0 +6 @@ Babel>=1.3 +python-cloudkittyclient>=0.5.0