]> arthur.barton.de Git - netdata.git/commitdiff
remove static units from the system overview charts; fixes #616
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 14 Jul 2016 20:15:52 +0000 (23:15 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 14 Jul 2016 20:15:52 +0000 (23:15 +0300)
web/index.html

index db353e1e4e940e82f2bc6b49b5834b39f782e9a3..f987c1aa1e5f9f4cc03bcddb95cd1b21889662be 100644 (file)
@@ -1947,7 +1947,6 @@ function headMain(charts, duration) {
                + ' data-dimensions="in"'
                + ' data-chart-library="easypiechart"'
                + ' data-title="Disk Read"'
-               + ' data-units="KB / s"'
                + ' data-width="10%"'
                + ' data-before="0"'
                + ' data-after="-' + duration.toString() + '"'
@@ -1958,7 +1957,6 @@ function headMain(charts, duration) {
                + ' data-dimensions="out"'
                + ' data-chart-library="easypiechart"'
                + ' data-title="Disk Write"'
-               + ' data-units="KB / s"'
                + ' data-width="10%"'
                + ' data-before="0"'
                + ' data-after="-' + duration.toString() + '"'
@@ -1983,7 +1981,6 @@ function headMain(charts, duration) {
                + ' data-dimensions="received"'
                + ' data-chart-library="easypiechart"'
                + ' data-title="IPv4 Inbound"'
-               + ' data-units="kbps"'
                + ' data-width="10%"'
                + ' data-before="0"'
                + ' data-after="-' + duration.toString() + '"'
@@ -1994,7 +1991,6 @@ function headMain(charts, duration) {
                + ' data-dimensions="sent"'
                + ' data-chart-library="easypiechart"'
                + ' data-title="IPv4 Outbound"'
-               + ' data-units="kbps"'
                + ' data-width="10%"'
                + ' data-before="0"'
                + ' data-after="-' + duration.toString() + '"'