From: Scott Baker Date: Mon, 19 May 2014 01:49:20 +0000 (-0700) Subject: split developer and cdnoperations out of welcome.html X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9416013c56bdb0059d21ec2cbc081410e32d9f7f;p=plstackapi.git split developer and cdnoperations out of welcome.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 %}