Browse Source

Show Details on Servers page could break graph display

Closes #1207
tags/2.3.7RC1
Safihre 6 years ago
parent
commit
4c7f74b356
  1. 2
      interfaces/Config/templates/config_server.tmpl

2
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()

Loading…
Cancel
Save