Package: cloudkitty-dashboard / 20.0.0-1

Metadata

Package Version Patches format
cloudkitty-dashboard 20.0.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
missing files.patch | (download)

MANIFEST.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 install missing files
Add_missing_JS_source.patch | (download)

cloudkittydashboard/static/cloudkitty/js/d3.js | 9294 9294 + 0 - 0 !
cloudkittydashboard/static/cloudkitty/js/d3pie.js | 2107 2107 + 0 - 0 !
cloudkittydashboard/static/cloudkitty/js/rickshaw.js | 4068 4068 + 0 - 0 !
3 files changed, 15469 insertions(+)

 add missing js source
 cloudkitty-dashboard, so far, doesn't have sourcefull versions of JS files.
 This makes the whole package non-free.
 .
 This is also quite dangerous, because there's no way to track version
 of included javascript, leading to potential security hole disaster.
 .
 First step is to re-add the source file. Next step will probably be to
 use XStatic packages.
remove price tab when launching instance.patch | (download)

cloudkittydashboard/static/cloudkitty/js/cloudkitty.module.js | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 remove price tab when launching instances
 The price tab is kind of buggy and hardly useful. This removes it.