diff options
Diffstat (limited to 'dashboards/default.erb')
-rw-r--r-- | dashboards/default.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboards/default.erb b/dashboards/default.erb index d5441b8..86110c0 100644 --- a/dashboards/default.erb +++ b/dashboards/default.erb @@ -3,7 +3,7 @@ $(function() { // These settings override the defaults set in application.coffee. You can do this on a per dashboard basis. Dashing.widget_margins = [2, 2] Dashing.widget_base_dimensions = [235, 295] - Dashing.numColumns = 6 + Dashing.numColumns = 8 }); </script> |