diff --git a/interfaces/Config/templates/config_server.tmpl b/interfaces/Config/templates/config_server.tmpl index cc77057..8da62c8 100644 --- a/interfaces/Config/templates/config_server.tmpl +++ b/interfaces/Config/templates/config_server.tmpl @@ -450,6 +450,8 @@ \$(this).html(\$(this).html().replace("$T('showDetails')", "$T('hideDetails')")); } else { \$(this).html(\$(this).html().replace("$T('hideDetails')", "$T('showDetails')")); + // Recalculate the charts if changed while details were open + showCharts() } // Add coloring addRowColor()