We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7d053 commit d81832dCopy full SHA for d81832d
js/dashboard.js
@@ -336,7 +336,7 @@ dashboard.getPing = function () {
336
}).fadeIn();
337
},
338
complete: function() {
339
- refreshIcon.removeClass('loading');
+ refreshIcon.removeClass('icon-spin');
340
}
341
});
342
@@ -367,7 +367,7 @@ dashboard.getIspeed = function () {
367
rateDownstream.text(result['downstream']);
368
369
370
371
372
373
@@ -427,7 +427,7 @@ dashboard.getBandwidth = function () {
427
$('#bw-rx').text(data.rx);
428
429
430
431
432
433
0 commit comments