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 2018/02/18 11:03:19 UTC

[kibble] 03/05: make these widgets use full page width

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 c441f6e7baeacf8e2c929397d107d3c9e11574f6
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Feb 18 12:02:28 2018 +0100

    make these widgets use full page width
---
 api/yaml/widgets.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/api/yaml/widgets.yaml b/api/yaml/widgets.yaml
index 4aec0ba..edda4f2 100644
--- a/api/yaml/widgets.yaml
+++ b/api/yaml/widgets.yaml
@@ -82,7 +82,7 @@ widgets:
                 children:
                     -
                         type: line
-                        blocks: 8
+                        blocks: 12
                         name: "Pony Factor over time, codebase"
                         source: code/pony-timeseries
             -
@@ -90,7 +90,7 @@ widgets:
                 children:
                     -
                         type: line
-                        blocks: 8
+                        blocks: 12
                         name: "Pony Factor over time, email"
                         source: mail/pony-timeseries
             -
@@ -98,7 +98,7 @@ widgets:
                 children:
                     -
                         type: line
-                        blocks: 8
+                        blocks: 12
                         name: "Pony Factor over time, issue trackers"
                         source: issue/pony-timeseries
     retention:

-- 
To stop receiving notification emails like this one, please contact
humbedooh@apache.org.