From 3de80ed57c4bb26c0e4ada2fe593a9096faafd04 Mon Sep 17 00:00:00 2001 From: Abhishek Verma Date: Fri, 7 Jul 2017 16:01:14 +0530 Subject: [PATCH] Update statsController.js Changing title name from `Rx Data` to `Tx Data` in `network eth0` section in `stats` --- app/components/stats/statsController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/stats/statsController.js b/app/components/stats/statsController.js index 0573788..580125e 100644 --- a/app/components/stats/statsController.js +++ b/app/components/stats/statsController.js @@ -58,7 +58,7 @@ angular.module('stats', []) { //value: '', color: 'rgba(255,180,174,0.5)', - title: 'Rx Data' + title: 'Tx Data' }]; legend($('#network-legend').get(0), networkLegendData); @@ -179,4 +179,4 @@ angular.module('stats', []) Messages.error("Failure", e.data); }); }]) -; \ No newline at end of file +;