From dfd4b8b8a4037ba6044439ceb6ca84b2150f2368 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 03 Jul 2013 09:24:51 -0400
Subject: [PATCH] - Added website quota dashlet.

---
 interface/web/dashboard/dashboard.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/dashboard/dashboard.php b/interface/web/dashboard/dashboard.php
index b0bb809..9fafb6e 100644
--- a/interface/web/dashboard/dashboard.php
+++ b/interface/web/dashboard/dashboard.php
@@ -157,7 +157,7 @@
 
 /* Which dashlets in which column */
 /******************************************************************************/
-$leftcol_dashlets = array('modules','invoices');
+$leftcol_dashlets = array('modules','invoices','quota');
 $rightcol_dashlets = array('limits');
 /******************************************************************************/
 

--
Gitblit v1.9.1