Spelling web gui (#10922)
Josh Soref committed
Apr 14, 2021 at 05:45 UTC
bb13999c405bbfa1a50be52742390f53b1db806b
13 files changed
+49
-49
web/gui/dashboard.css
+2
-2
@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identfier: GPL-3.0-or-later */
1
+/* SPDX-License-Identifier: GPL-3.0-or-later */
2
html,
3
body {
4
/*font-family: Calibri,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;*/
@@ -742,7 +742,7 @@ body {
742
position: absolute;
743
top: 50%;
744
transform: translateY(-50%);
745
- display: none; /* overriden in js */
745
+ display: none; /* overridden in js */
746
margin-right: 25px;
747
direction: rtl;
748
overflow: hidden;
web/gui/dashboard.html
+4
-4
@@ -518,7 +518,7 @@ Sparklines using dygraphs
518
519
<hr>
520
<h1>Google Charts</h1>
521
-NetData was originaly developed with Google Charts.
521
+NetData was originally developed with Google Charts.
522
NetData is a complete Google Visualization API provider.
523
<br/>
524
<div style="width: 33%; display: inline-block;">
@@ -559,7 +559,7 @@ NetData is a complete Google Visualization API provider.
559
560
<hr>
561
<h1>Morris Charts</h1>
562
-Unfortunatelly, Morris Charts are very slow. Here we force them to lower their detail to get acceptable results.
562
+Unfortunately, Morris Charts are very slow. Here we force them to lower their detail to get acceptable results.
563
<br/>
564
<div style="width: 33%; display: inline-block;">
565
<div data-netdata="system.processes"
@@ -601,8 +601,8 @@ Unfortunatelly, Morris Charts are very slow. Here we force them to lower their d
601
C3 charts are not usable in large scale. They suffer from the following issues:
602
<ul>
603
<li>extreme use of transitions (implemented with D3 instead of CSS, meaning they are javascript rendered) that cannot be disabled - even opacity is hardcoded in the javascript library</li>
604
- <li>rendering is done with <code>SVG</code> instead of <code>canvas</code>, so they use DOM elements for every point, becomimg useless if more than 500 points are drawn</li>
605
- <li>lack of a <code>raw</code> data format, so every time a chart is updated, data convertion in javascript is required</li>
604
+ <li>rendering is done with <code>SVG</code> instead of <code>canvas</code>, so they use DOM elements for every point, becoming useless if more than 500 points are drawn</li>
605
+ <li>lack of a <code>raw</code> data format, so every time a chart is updated, data conversion in javascript is required</li>
606
<li>lack of <code>stacked</code> charts support</li>
607
</ul>
608
So, to avoid flashing the charts, we destroy and re-create the charts on each update. Also, since they manipulate the data with javascript we were forced to lower the detail they render to get acceptable speeds.
web/gui/dashboard.js
+3
-3
@@ -63,7 +63,7 @@
63
* (default: null) */
64
/*global netdataAlarmsRecipients *//* array, an array of alarm recipients to show notifications for
65
* (default: null) */
66
-/*global netdataAlarmsRemember *//* boolen, keep our position in the alarm log at browser local storage
66
+/*global netdataAlarmsRemember *//* boolean, keep our position in the alarm log at browser local storage
67
* (default: true) */
68
/*global netdataAlarmsActiveCallback *//* function, a hook for the alarm logs
69
* (default: undefined) */
@@ -6654,7 +6654,7 @@ let chartState = function (element) {
6654
if (NETDATA.options.current.show_help) {
6655
if (this.element_legend_childs.toolbox !== null) {
6656
if (this.debug) {
6657
- this.log('hideChart(): hidding legend popovers');
6657
+ this.log('hideChart(): hiding legend popovers');
6658
}
6659
6660
$(this.element_legend_childs.toolbox_left).popover('hide');
@@ -8201,7 +8201,7 @@ let chartState = function (element) {
8201
}
8202
}
8203
8204
- // create a hidden div to be used for hidding
8204
+ // create a hidden div to be used for hiding
8205
// the original legend of the chart library
8206
let el = document.createElement('div');
8207
if (this.element_legend !== null) {
web/gui/dashboard.slate.css
+1
-1
@@ -760,7 +760,7 @@ code {
760
position: absolute;
761
top: 50%;
762
transform: translateY(-50%);
763
- display: none; /* overriden in js */
763
+ display: none; /* overridden in js */
764
margin-right: 25px;
765
direction: rtl;
766
overflow: hidden;
web/gui/dashboard_info.js
+11
-11
@@ -1058,7 +1058,7 @@ netdataDashboard.context = {
1058
// network interfaces
1059
1060
'net.drops': {
1061
- info: 'Packets that have been dropped at the network interface level. These are the same counters reported by <code>ifconfig</code> as <code>RX dropped</code> (inbound) and <code>TX dropped</code> (outbound). <b>inbound</b> packets can be dropped at the network interface level due to <a href="#menu_system_submenu_softnet_stat">softnet backlog</a> overflow, bad / unintented VLAN tags, unknown or unregistered protocols, IPv6 frames when the server is not configured for IPv6. Check <a href="https://www.novell.com/support/kb/doc.php?id=7007165" target="_blank">this document</a> for more information.'
1061
+ info: 'Packets that have been dropped at the network interface level. These are the same counters reported by <code>ifconfig</code> as <code>RX dropped</code> (inbound) and <code>TX dropped</code> (outbound). <b>inbound</b> packets can be dropped at the network interface level due to <a href="#menu_system_submenu_softnet_stat">softnet backlog</a> overflow, bad / unintended VLAN tags, unknown or unregistered protocols, IPv6 frames when the server is not configured for IPv6. Check <a href="https://www.novell.com/support/kb/doc.php?id=7007165" target="_blank">this document</a> for more information.'
1062
},
1063
1064
'net.duplex': {
@@ -1240,7 +1240,7 @@ netdataDashboard.context = {
1240
},
1241
1242
'apps.bandwidth_tcp_retransmit': {
1243
- info: 'Calls for functions <code>tcp_retranstmit_skb</code>.'
1243
+ info: 'Calls for functions <code>tcp_retransmit_skb</code>.'
1244
},
1245
1246
'apps.bandwidth_udp_send': {
@@ -1967,7 +1967,7 @@ netdataDashboard.context = {
1967
},
1968
1969
'beanstalk.connections_rate': {
1970
- info: 'Tthe rate of connections opened to beanstalkd.'
1970
+ info: 'The rate of connections opened to beanstalkd.'
1971
},
1972
1973
'beanstalk.commands_rate': {
@@ -2593,7 +2593,7 @@ netdataDashboard.context = {
2593
},
2594
2595
'btrfs.disk': {
2596
- info: 'Physical disk usage of BTRFS. The disk space reported here is the raw physical disk space assigned to the BTRFS volume (i.e. <b>before any RAID levels</b>). BTRFS uses a two-stage allocator, first allocating large regions of disk space for one type of block (data, metadata, or system), and then using a regular block allocator inside those regions. <code>unallocated</code> is the physical disk space that is not allocated yet and is available to become data, metdata or system on demand. When <code>unallocated</code> is zero, all available disk space has been allocated to a specific function. Healthy volumes should ideally have at least five percent of their total space <code>unallocated</code>. You can keep your volume healthy by running the <code>btrfs balance</code> command on it regularly (check <code>man btrfs-balance</code> for more info). Note that some of the space listed as <code>unallocated</code> may not actually be usable if the volume uses devices of different sizes.',
2596
+ info: 'Physical disk usage of BTRFS. The disk space reported here is the raw physical disk space assigned to the BTRFS volume (i.e. <b>before any RAID levels</b>). BTRFS uses a two-stage allocator, first allocating large regions of disk space for one type of block (data, metadata, or system), and then using a regular block allocator inside those regions. <code>unallocated</code> is the physical disk space that is not allocated yet and is available to become data, metadata or system on demand. When <code>unallocated</code> is zero, all available disk space has been allocated to a specific function. Healthy volumes should ideally have at least five percent of their total space <code>unallocated</code>. You can keep your volume healthy by running the <code>btrfs balance</code> command on it regularly (check <code>man btrfs-balance</code> for more info). Note that some of the space listed as <code>unallocated</code> may not actually be usable if the volume uses devices of different sizes.',
2597
colors: [NETDATA.colors[12]]
2598
},
2599
@@ -2602,7 +2602,7 @@ netdataDashboard.context = {
2602
},
2603
2604
'btrfs.metadata': {
2605
- info: 'Logical disk usage for BTRFS metadata. Metadata chunks store most of the filesystem interal structures, as well as information like directory structure and file names. The disk space reported here is the usable allocation (i.e. after any striping or replication). Healthy volumes should ideally have no more than a few GB of free space reported here persistently. Running <code>btrfs balance</code> can help here.'
2605
+ info: 'Logical disk usage for BTRFS metadata. Metadata chunks store most of the filesystem internal structures, as well as information like directory structure and file names. The disk space reported here is the usable allocation (i.e. after any striping or replication). Healthy volumes should ideally have no more than a few GB of free space reported here persistently. Running <code>btrfs balance</code> can help here.'
2606
},
2607
2608
'btrfs.system': {
@@ -2623,7 +2623,7 @@ netdataDashboard.context = {
2623
},
2624
2625
'rabbitmq.message_rates': {
2626
- info: 'Overall messaging rates including acknowledgements, delieveries, redeliveries, and publishes.'
2626
+ info: 'Overall messaging rates including acknowledgements, deliveries, redeliveries, and publishes.'
2627
},
2628
2629
'rabbitmq.global_counts': {
@@ -2666,7 +2666,7 @@ netdataDashboard.context = {
2666
},
2667
2668
'rabbitmq.queue_messages_stats': {
2669
- info: 'Overall messaging rates including acknowledgements, delieveries, redeliveries, and publishes.',
2669
+ info: 'Overall messaging rates including acknowledgements, deliveries, redeliveries, and publishes.',
2670
colors: NETDATA.colors[3]
2671
},
2672
@@ -2774,7 +2774,7 @@ netdataDashboard.context = {
2774
},
2775
2776
'boinc.tasks': {
2777
- info: 'The total number of tasks and the number of active tasks. Active tasks are those which are either currently being processed, or are partialy processed but suspended.'
2777
+ info: 'The total number of tasks and the number of active tasks. Active tasks are those which are either currently being processed, or are partially processed but suspended.'
2778
},
2779
2780
'boinc.states': {
@@ -2923,7 +2923,7 @@ netdataDashboard.context = {
2923
2924
// VM specific
2925
'vsphere.vm_mem_usage_percentage': {
2926
- info: 'Percentage of used virtual machine “physical” memory: <code>actvive</code> / <code>virtual machine configured size</code>.'
2926
+ info: 'Percentage of used virtual machine “physical” memory: <code>active</code> / <code>virtual machine configured size</code>.'
2927
},
2928
2929
'vsphere.vm_mem_usage': {
@@ -3356,7 +3356,7 @@ netdataDashboard.context = {
3356
3357
'ebpf.tcp_retransmit': {
3358
title : 'TCP retransmit',
3359
- info: 'Number of packets retransmitted for function <code>tcp_retranstmit_skb</code>.'
3359
+ info: 'Number of packets retransmitted for function <code>tcp_retransmit_skb</code>.'
3360
},
3361
3362
'ebpf.tcp_error': {
@@ -3414,7 +3414,7 @@ netdataDashboard.context = {
3414
3415
'ebpf.process_thread': {
3416
title : 'Task creation',
3417
- info: 'Number of times that either <a href="https://www.ece.uic.edu/~yshi1/linux/lkse/node4.html#SECTION00421000000000000000" target="_blank">do_fork</a>, or <code>kernel_clone</code> if you are running kernel newer than 5.9.16, is called to create a new task, which is the common name used to define process and tasks inside the kernel. Netdata identifies the threads by couting the number of calls for <a href="https://linux.die.net/man/2/clone" target="_blank">sys_clone</a> that has the flag <code>CLONE_THREAD</code> set.'
3417
+ info: 'Number of times that either <a href="https://www.ece.uic.edu/~yshi1/linux/lkse/node4.html#SECTION00421000000000000000" target="_blank">do_fork</a>, or <code>kernel_clone</code> if you are running kernel newer than 5.9.16, is called to create a new task, which is the common name used to define process and tasks inside the kernel. Netdata identifies the threads by counting the number of calls for <a href="https://linux.die.net/man/2/clone" target="_blank">sys_clone</a> that has the flag <code>CLONE_THREAD</code> set.'
3418
},
3419
3420
'ebpf.exit': {
web/gui/demosites.html
+11
-11
@@ -603,7 +603,7 @@ p {
603
font-size: 13px;
604
}
605
606
- .mygause-donation {
606
+ .mygauge-donation {
607
font-size: 9px;
608
color: #999;
609
}
@@ -912,7 +912,7 @@ p {
912
</div>
913
<div class="mygauge-button">
914
<a class="btn btn-alt mygauge-legend-button" href=//london.my-netdata.io/default.html data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=DemoLondon><strong>Enter London!</strong></a>
915
- <div class="mygause-donation">
915
+ <div class="mygauge-donation">
916
Donated by DigitalOcean.com
917
</div>
918
</div>
@@ -933,7 +933,7 @@ p {
933
</div>
934
<div class="mygauge-button">
935
<a class="btn btn-alt mygauge-legend-button" href=//atlanta.my-netdata.io/default.html data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=DemoAtlanta><strong>Enter Atlanta!</strong></a>
936
- <div class="mygause-donation">
936
+ <div class="mygauge-donation">
937
Donated by CDN77.com
938
</div>
939
</div>
@@ -954,7 +954,7 @@ p {
954
</div>
955
<div class="mygauge-button">
956
<a class="btn btn-alt mygauge-legend-button" href=//sanfrancisco.my-netdata.io/default.html data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=DemoSanfrancisco><strong>Enter California!</strong></a>
957
- <div class="mygause-donation">
957
+ <div class="mygauge-donation">
958
Donated by DigitalOcean.com
959
</div>
960
</div>
@@ -975,7 +975,7 @@ p {
975
</div>
976
<div class="mygauge-button">
977
<a class="btn btn-alt mygauge-legend-button" href=//toronto.my-netdata.io/default.html data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=DemoToronto><strong>Enter Canada!</strong></a>
978
- <div class="mygause-donation">
978
+ <div class="mygauge-donation">
979
Donated by DigitalOcean.com
980
</div>
981
</div>
@@ -997,7 +997,7 @@ p {
997
</div>
998
<div class="mygauge-button">
999
<a class="btn btn-alt mygauge-legend-button" href=//frankfurt.my-netdata.io/default.html data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=DemoFrankfurt><strong>Enter Germany!</strong></a>
1000
- <div class="mygause-donation">
1000
+ <div class="mygauge-donation">
1001
Donated by DigitalOcean.com
1002
</div>
1003
</div>
@@ -1018,7 +1018,7 @@ p {
1018
</div>
1019
<div class="mygauge-button">
1020
<a class="btn btn-alt mygauge-legend-button" href=//newyork.my-netdata.io/default.html data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=DemoNewYork><strong>Enter New York!</strong></a>
1021
- <div class="mygause-donation">
1021
+ <div class="mygauge-donation">
1022
Donated by DigitalOcean.com
1023
</div>
1024
</div>
@@ -1039,7 +1039,7 @@ p {
1039
</div>
1040
<div class="mygauge-button">
1041
<a class="btn btn-alt mygauge-legend-button" href=//singapore.my-netdata.io/default.html data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=DemoSingapore><strong>Enter Singapore!</strong></a>
1042
- <div class="mygause-donation">
1042
+ <div class="mygauge-donation">
1043
Donated by DigitalOcean.com
1044
</div>
1045
</div>
@@ -1060,7 +1060,7 @@ p {
1060
</div>
1061
<div class="mygauge-button">
1062
<a class="btn btn-alt mygauge-legend-button" href=//bangalore.my-netdata.io/default.html data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=DemoBangalore><strong>Enter India!</strong></a>
1063
- <div class="mygause-donation">
1063
+ <div class="mygauge-donation">
1064
Donated by DigitalOcean.com
1065
</div>
1066
</div>
@@ -1095,7 +1095,7 @@ p {
1095
</div>
1096
<div class="mygauge-button">
1097
<a class="btn btn-alt mygauge-legend-button" href=//octopuscs.my-netdata.io/default.html data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=DemoOctopuscs><strong>Enter Israel!</strong></a>
1098
- <div class="mygause-donation">
1098
+ <div class="mygauge-donation">
1099
Donated by octopuscs.com
1100
</div>
1101
</div>
@@ -1130,7 +1130,7 @@ p {
1130
</div>
1131
<div class="mygauge-button">
1132
<a class="btn btn-alt mygauge-legend-button" href=//stackscale.my-netdata.io/default.html data-ga-category="Outbound links" data-ga-action="Nav click" data-ga-label=DemoStackScale><strong>Enter Madrid!</strong></a>
1133
- <div class="mygause-donation">
1133
+ <div class="mygauge-donation">
1134
Donated by stackscale.com
1135
</div>
1136
</div>
web/gui/demosites2.html
+2
-2
@@ -602,13 +602,13 @@
602
603
<!-- Nav tabs -->
604
<ul class="nav nav-tabs" role="tablist" style="padding-top: 1vw;">
605
- <li role="presentation" class="active"><a href="#outbout" aria-controls="outbout" role="tab" data-toggle="tab">Outbound</a></li>
605
+ <li role="presentation" class="active"><a href="#outbound" aria-controls="outbound" role="tab" data-toggle="tab">Outbound</a></li>
606
<li role="presentation"><a href="#inbound" aria-controls="inbound" role="tab" data-toggle="tab">Inbound</a></li>
607
</ul>
608
609
<!-- Tab panes -->
610
<div class="tab-content">
611
- <div role="tabpanel" class="tab-pane active" id="outbout">
611
+ <div role="tabpanel" class="tab-pane active" id="outbound">
612
<div class="myfullchart">
613
<div data-netdata="tc.world_out"
614
data-host="//london.my-netdata.io"
web/gui/index.html
+3
-3
@@ -228,7 +228,7 @@
228
<p>
229
<small>
230
This process will put some CPU and memory pressure on your browser.<br/>
231
- For the netdata server, we will sequencially download all the charts, to avoid congesting network and server resources.<br/>
231
+ For the netdata server, we will sequentially download all the charts, to avoid congesting network and server resources.<br/>
232
<b>Please, do not print netdata dashboards on paper!</b>
233
</small>
234
</p>
@@ -413,7 +413,7 @@
413
<b><a href="https://github.com/netdata/netdata/wiki" target="_blank">netdata</a></b>
414
has been designed to monitor <strong>massive amounts of metrics, per server, per second</strong>.
415
When installed, it might come up with 1k to 3k metrics, but we have been testing it with 100k
416
- metrics, all collected per second, and still the cpu utilisation remained negligible.
416
+ metrics, all collected per second, and still the cpu utilization remained negligible.
417
<br/>
418
We have also tried to give each metric, a meaning, a context.
419
We have grouped and categorized all metrics into meaningful charts, providing a
@@ -705,7 +705,7 @@
705
<tr class="option-row">
706
<td class="option-control"><input id="pan_and_zoom_data_padding" type="checkbox" checked data-toggle="toggle" data-on="Pad" data-off="Don't Pad" data-width="110px"></td>
707
<td class="option-info"><strong>Enable data padding when panning and zooming?</strong><br/>
708
- <small>When set to <b>Pad</b> the charts will be padded with more data, both before and after the visible area, thus giving the impression the whole database is loaded. This padding will happen only after the first pan or zoom operation on the chart (initially all charts have only the visible data). When set to <b>Don't Pad</b> only the visible data will be transfered from the netdata server, even after the first pan and zoom operation.</small>
708
+ <small>When set to <b>Pad</b> the charts will be padded with more data, both before and after the visible area, thus giving the impression the whole database is loaded. This padding will happen only after the first pan or zoom operation on the chart (initially all charts have only the visible data). When set to <b>Don't Pad</b> only the visible data will be transferred from the netdata server, even after the first pan and zoom operation.</small>
709
</td>
710
</tr>
711
<tr class="option-row">
web/gui/infographic.html
+3
-3
@@ -69,9 +69,9 @@
69
<b>New to netdata?</b> <a href="//my-netdata.io" target="_blank">Have a look at a netdata demo</a>. You will love it!
70
</p>
71
<p>
72
- <embed style="padding-top: 10px; padding-botton: 25px;" src="//registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_entries&dimensions=persons&label=user%20base&units=null&value_color=blue&precision=0&v42" type="image/svg+xml" height="20" />
73
- <embed style="padding-top: 10px; padding-botton: 25px;" src="//registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_entries&dimensions=machines&label=servers%20monitored&units=null&value_color=orange&precision=0&v42" type="image/svg+xml" height="20" />
74
- <embed style="padding-top: 10px; padding-botton: 25px;" src="//registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_sessions&label=sessions%20served&units=null&value_color=yellowgreen&precision=0&v42" type="image/svg+xml" height="20" />
72
+ <embed style="padding-top: 10px; padding-bottom: 25px;" src="//registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_entries&dimensions=persons&label=user%20base&units=null&value_color=blue&precision=0&v42" type="image/svg+xml" height="20" />
73
+ <embed style="padding-top: 10px; padding-bottom: 25px;" src="//registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_entries&dimensions=machines&label=servers%20monitored&units=null&value_color=orange&precision=0&v42" type="image/svg+xml" height="20" />
74
+ <embed style="padding-top: 10px; padding-bottom: 25px;" src="//registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_sessions&label=sessions%20served&units=null&value_color=yellowgreen&precision=0&v42" type="image/svg+xml" height="20" />
75
</p>
76
<hr/>
77
</div>
web/gui/main.js
+3
-3
@@ -496,7 +496,7 @@ function toggleAgentItem(e, guid) {
496
}
497
}
498
499
-// When you stream metrics from netdata to netdata, the recieving netdata now
499
+// When you stream metrics from netdata to netdata, the receiving netdata now
500
// has multiple host databases. It's own, and multiple mirrored. Mirrored databases
501
// can be accessed with <http://localhost:19999/host/NAME/>
502
const OLD_DASHBOARD_SUFFIX = "old"
@@ -2840,7 +2840,7 @@ function initializeDynamicDashboardWithData(data) {
2840
}
2841
}
2842
2843
-// an object to keep initilization configuration
2843
+// an object to keep initialization configuration
2844
// needed due to the async nature of the XSS modal
2845
var initializeConfig = {
2846
url: null,
@@ -4431,7 +4431,7 @@ function runOnceOnDashboardWithjQuery() {
4431
function finalizePage() {
4432
// resize all charts - without starting the background thread
4433
// this has to be done while NETDATA is paused
4434
- // if we ommit this, the affix menu will be wrong, since all
4434
+ // if we omit this, the affix menu will be wrong, since all
4435
// the Dom elements are initially zero-sized
4436
NETDATA.parseDom();
4437
web/gui/old/index.html
+3
-3
@@ -227,7 +227,7 @@
227
<p>
228
<small>
229
This process will put some CPU and memory pressure on your browser.<br/>
230
- For the netdata server, we will sequencially download all the charts, to avoid congesting network and server resources.<br/>
230
+ For the netdata server, we will sequentially download all the charts, to avoid congesting network and server resources.<br/>
231
<b>Please, do not print netdata dashboards on paper!</b>
232
</small>
233
</p>
@@ -412,7 +412,7 @@
412
<b><a href="https://github.com/netdata/netdata/wiki" target="_blank">netdata</a></b>
413
has been designed to monitor <strong>massive amounts of metrics, per server, per second</strong>.
414
When installed, it might come up with 1k to 3k metrics, but we have been testing it with 100k
415
- metrics, all collected per second, and still the cpu utilisation remained negligible.
415
+ metrics, all collected per second, and still the cpu utilization remained negligible.
416
<br/>
417
We have also tried to give each metric, a meaning, a context.
418
We have grouped and categorized all metrics into meaningful charts, providing a
@@ -704,7 +704,7 @@
704
<tr class="option-row">
705
<td class="option-control"><input id="pan_and_zoom_data_padding" type="checkbox" checked data-toggle="toggle" data-on="Pad" data-off="Don't Pad" data-width="110px"></td>
706
<td class="option-info"><strong>Enable data padding when panning and zooming?</strong><br/>
707
- <small>When set to <b>Pad</b> the charts will be padded with more data, both before and after the visible area, thus giving the impression the whole database is loaded. This padding will happen only after the first pan or zoom operation on the chart (initially all charts have only the visible data). When set to <b>Don't Pad</b> only the visible data will be transfered from the netdata server, even after the first pan and zoom operation.</small>
707
+ <small>When set to <b>Pad</b> the charts will be padded with more data, both before and after the visible area, thus giving the impression the whole database is loaded. This padding will happen only after the first pan or zoom operation on the chart (initially all charts have only the visible data). When set to <b>Don't Pad</b> only the visible data will be transferred from the netdata server, even after the first pan and zoom operation.</small>
708
</td>
709
</tr>
710
<tr class="option-row">
web/gui/src/dashboard.js/main.js
+2
-2
@@ -1432,7 +1432,7 @@ let chartState = function (element) {
1432
if (NETDATA.options.current.show_help) {
1433
if (this.element_legend_childs.toolbox !== null) {
1434
if (this.debug) {
1435
- this.log('hideChart(): hidding legend popovers');
1435
+ this.log('hideChart(): hiding legend popovers');
1436
}
1437
1438
$(this.element_legend_childs.toolbox_left).popover('hide');
@@ -2979,7 +2979,7 @@ let chartState = function (element) {
2979
}
2980
}
2981
2982
- // create a hidden div to be used for hidding
2982
+ // create a hidden div to be used for hiding
2983
// the original legend of the chart library
2984
let el = document.createElement('div');
2985
if (this.element_legend !== null) {
web/gui/src/dashboard.js/prologue.js.inc
+1
-1
@@ -63,7 +63,7 @@
63
* (default: null) */
64
/*global netdataAlarmsRecipients *//* array, an array of alarm recipients to show notifications for
65
* (default: null) */
66
-/*global netdataAlarmsRemember *//* boolen, keep our position in the alarm log at browser local storage
66
+/*global netdataAlarmsRemember *//* boolean, keep our position in the alarm log at browser local storage
67
* (default: true) */
68
/*global netdataAlarmsActiveCallback *//* function, a hook for the alarm logs
69
* (default: undefined) */