Fix ajax loader message refresh icon spacing

This commit is contained in:
JonnyWong16 2018-07-10 08:51:55 -07:00
parent 188b728dd0
commit 59162713e7
13 changed files with 14 additions and 14 deletions

View file

@ -289,7 +289,7 @@ history_table_options = {
' (filtered from ' + settings.json.total_duration + ' total)</span>');
},
"preDrawCallback": function(settings) {
var msg = "<i class='fa fa-refresh fa-spin'></i>&nbspFetching rows...";
var msg = "<i class='fa fa-refresh fa-spin'></i>&nbsp; Fetching rows...";
showMsg(msg, false, false, 0);
$('[data-toggle="tooltip"]').tooltip('destroy');
$('[data-toggle="popover"]').popover('destroy');