From 444fc6c0700808c10f618e4a0e2329df2014869f Mon Sep 17 00:00:00 2001 From: Alex Petrov Date: Thu, 24 Apr 2014 19:19:14 -0400 Subject: [PATCH] Added new tab, Table statistics per coin/algo --- libs/website.js | 3 ++- website/index.html | 8 +++++- website/pages/api.html | 7 ++++++ website/pages/tbs.html | 56 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 website/pages/tbs.html diff --git a/libs/website.js b/libs/website.js index 44d9b55..6ac1962 100644 --- a/libs/website.js +++ b/libs/website.js @@ -31,6 +31,7 @@ module.exports = function(logger){ 'home.html': '', 'getting_started.html': 'getting_started', 'stats.html': 'stats', + 'tbs.html': 'tbs', 'api.html': 'api', 'admin.html': 'admin' }; @@ -181,4 +182,4 @@ module.exports = function(logger){ }); -}; \ No newline at end of file +}; diff --git a/website/index.html b/website/index.html index 0542569..03544ac 100644 --- a/website/index.html +++ b/website/index.html @@ -42,7 +42,13 @@
  •   - Stats + Graph Stats + +
  • +
  • + +   + Tab Stats
  • diff --git a/website/pages/api.html b/website/pages/api.html index 6eaea98..9cb343e 100644 --- a/website/pages/api.html +++ b/website/pages/api.html @@ -1,3 +1,10 @@
    API Docs here + +
      +
    • /stats - raw json statistic
    • +
    • /pool_stats - historical time per pool json
    • +
    • /live_stats - live stats
    • + +
    \ No newline at end of file diff --git a/website/pages/tbs.html b/website/pages/tbs.html new file mode 100644 index 0000000..ccc1b3b --- /dev/null +++ b/website/pages/tbs.html @@ -0,0 +1,56 @@ + +