From 9416013c56bdb0059d21ec2cbc081410e32d9f7f Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Sun, 18 May 2014 18:49:20 -0700 Subject: [PATCH] split developer and cdnoperations out of welcome.html --- .../admin/dashboard/cdnoperations.html | 269 +++++++++++++ .../templates/admin/dashboard/developer.html | 86 ++++ .../templates/admin/dashboard/welcome.html | 375 +----------------- 3 files changed, 372 insertions(+), 358 deletions(-) create mode 100644 planetstack/templates/admin/dashboard/cdnoperations.html create mode 100644 planetstack/templates/admin/dashboard/developer.html diff --git a/planetstack/templates/admin/dashboard/cdnoperations.html b/planetstack/templates/admin/dashboard/cdnoperations.html new file mode 100644 index 0000000..abd6af0 --- /dev/null +++ b/planetstack/templates/admin/dashboard/cdnoperations.html @@ -0,0 +1,269 @@ +
+

CDN Operations View

+ + Allocated Slivers: + CDN Bandwidth: + CDN Load: + +
+

+ + + + + + + +
Least Loaded         Most Loaded
+
+ + diff --git a/planetstack/templates/admin/dashboard/developer.html b/planetstack/templates/admin/dashboard/developer.html new file mode 100644 index 0000000..d5d2421 --- /dev/null +++ b/planetstack/templates/admin/dashboard/developer.html @@ -0,0 +1,86 @@ +
+ +

Added Node to Site

+

Added Node to Site

+ diff --git a/planetstack/templates/admin/dashboard/welcome.html b/planetstack/templates/admin/dashboard/welcome.html index d8c3b70..49dd4b7 100644 --- a/planetstack/templates/admin/dashboard/welcome.html +++ b/planetstack/templates/admin/dashboard/welcome.html @@ -27,6 +27,17 @@ }); }); + + + {% endblock %} -- 2.43.0