diff --git a/emhttp/plugins/dynamix/DashStats.page b/emhttp/plugins/dynamix/DashStats.page index 4c2e8838b..18378d1d3 100644 --- a/emhttp/plugins/dynamix/DashStats.page +++ b/emhttp/plugins/dynamix/DashStats.page @@ -279,10 +279,10 @@ foreach ($cpus as $pair) { _(Usable size)_:
_(Maximum size)_:
-_(RAM usage)__(Percent of total used memory)_ () -_(Flash device)__(Percent usage of flash usb device)_ () -_(Log filesystem)__(Percent usage of LOG file system)_ () - () +_(RAM usage)__(Percent of total used memory)_ () +_(Flash device)__(Percent usage of flash usb device)_ () +_(Log filesystem)__(Percent usage of LOG file system)_ () + () _(Legend)_
@@ -1222,7 +1222,7 @@ function addProperties() { $('div#sys3').hover(function(){$('.sys3').hide();$('.var3').show();},function(){$('.sys3').show();$('.var3').hide();}); $('#current_time').hover(function(){$.post('/webGui/include/DashboardApps.php',{ntp:'ntp'},function(ntp){$('#current_time').prop('title',ntp+"\n_(Go to date and time settings)_");});}); // make truncated descriptions fully visible when hovering over them - $('span.w18').hover( + $('span.w18').not('.static').hover( function(){if ($(this)[0].offsetWidth < $(this)[0].scrollWidth) {recall = $(this).next(); recover=recall.html(); recall.html(' ');}}, function(){if ($(this)[0].offsetWidth < $(this)[0].scrollWidth) {recall.html(recover); recall=null;}} );