You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/25 11:30:41 UTC

[kibble] branch master updated (074ba9c -> d9d499e)

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git.


    from 074ba9c  fix param name
     new 227841b  adjust gauge thresholds a bit
     new d9d499e  regen JS

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ui/js/coffee/charts_gauge.coffee | 2 +-
 ui/js/kibble.v1.js               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@kibble.apache.org" <co...@kibble.apache.org>'].

[kibble] 01/02: adjust gauge thresholds a bit

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit 227841b8dca44458ff0ca94568327a7f68534dfe
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Oct 25 13:30:29 2017 +0200

    adjust gauge thresholds a bit
---
 ui/js/coffee/charts_gauge.coffee | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/js/coffee/charts_gauge.coffee b/ui/js/coffee/charts_gauge.coffee
index 37a13b1..0ce2ea2 100644
--- a/ui/js/coffee/charts_gauge.coffee
+++ b/ui/js/coffee/charts_gauge.coffee
@@ -15,7 +15,7 @@ charts_gaugechart = (obj, data) ->
         color: {
             pattern: ['#FF0000', '#F97600', '#F6C600', '#60B044'],
             threshold: {
-                values: [30, 60, 90, 100]
+                values: [25, 55, 80, 100]
             }
         },
         tooltip: {

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.

[kibble] 02/02: regen JS

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit d9d499e53f9b7cd545857416e8123f064f097c3b
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Oct 25 13:30:34 2017 +0200

    regen JS
---
 ui/js/kibble.v1.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/js/kibble.v1.js b/ui/js/kibble.v1.js
index 3bc9adc..42ab104 100644
--- a/ui/js/kibble.v1.js
+++ b/ui/js/kibble.v1.js
@@ -204,7 +204,7 @@ charts_gaugechart = function(obj, data) {
     color: {
       pattern: ['#FF0000', '#F97600', '#F6C600', '#60B044'],
       threshold: {
-        values: [30, 60, 90, 100]
+        values: [25, 55, 80, 100]
       }
     },
     tooltip: {

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.