From bcfbc9bb4888cb09c5d9614d2e5e2d03ab1609a2 Mon Sep 17 00:00:00 2001 From: hackyminer Date: Mon, 16 Apr 2018 17:18:06 +0900 Subject: [PATCH] fixup statscontroller --- public/js/controllers/StatsController.js | 6 +++--- public/tpl/header.html | 2 +- public/views/stats/index.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/js/controllers/StatsController.js b/public/js/controllers/StatsController.js index 7c3cf387c..0757b3e25 100755 --- a/public/js/controllers/StatsController.js +++ b/public/js/controllers/StatsController.js @@ -5,13 +5,13 @@ angular.module('BlocksApp').controller('StatsController', function($stateParams, /* Chart types: - etc_hashrate: ETC Hashrate Growth + hashrate: Hashrate Growth miner_hashrate: Miner Hashrate Distribution */ const CHART_TYPES = { - "etc_hashrate": { - "title": "ETC Hashrate Growth" + "hashrate": { + "title": "Hashrate Growth" }, "miner_hashrate": { "title": "Miner Hashrate Distribution" diff --git a/public/tpl/header.html b/public/tpl/header.html index 1af8643ed..2c3cc6f54 100755 --- a/public/tpl/header.html +++ b/public/tpl/header.html @@ -93,7 +93,7 @@