From c40941b4b7d5aeea42d24339efa337f7da48c702 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Fri, 25 Apr 2014 12:20:47 -0700 Subject: [PATCH] get BIGQUERY_TABLE setting from plstackapi config file --- planetstack/planetstack/settings.py | 2 ++ planetstack/templates/admin/dashboard/welcome.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/planetstack/planetstack/settings.py b/planetstack/planetstack/settings.py index d706245..ce13f08 100644 --- a/planetstack/planetstack/settings.py +++ b/planetstack/planetstack/settings.py @@ -240,3 +240,5 @@ LOGGING = { }, } } + +BIGQUERY_TABLE = getattr(config, "bigquery_table", "demoevents") diff --git a/planetstack/templates/admin/dashboard/welcome.html b/planetstack/templates/admin/dashboard/welcome.html index 4967169..d8c3b70 100644 --- a/planetstack/templates/admin/dashboard/welcome.html +++ b/planetstack/templates/admin/dashboard/welcome.html @@ -73,8 +73,8 @@ function confirmDialog(title,msg) {

CDN Operations View

- Active Slivers: - Overall Throughput: + Allocated Slivers: + Bytes Served: Average CPU Utilization:
-- 2.43.0