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/22 18:13:47 UTC

[kibble] 01/03: let the UI know we have distinguishable types here

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 f90314984e3f3c9b469c498a2134e6b9b454cc7b
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Oct 22 20:08:41 2017 +0200

    let the UI know we have distinguishable types here
---
 api/pages/issue/issues.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/api/pages/issue/issues.py b/api/pages/issue/issues.py
index 6497feb..623eaa7 100644
--- a/api/pages/issue/issues.py
+++ b/api/pages/issue/issues.py
@@ -252,6 +252,7 @@ def run(API, environ, indata, session):
         'timeseries': ts,
         'interval': interval,
         'okay': True,
+        'distinguishable': True,
         'responseTime': time.time() - now
     }
     yield json.dumps(JSON_OUT)

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