diff --git a/pkg/web/templates/index.html b/pkg/web/templates/index.html index 2a6ffce..d2d7de7 100644 --- a/pkg/web/templates/index.html +++ b/pkg/web/templates/index.html @@ -1983,7 +1983,7 @@ } else { html += '' + '
' - + '
' + + '
' + '
' + '
' + '

Total stored events

' @@ -2002,7 +2002,7 @@ + '
' + '
' + '
' - + '
' + + '
' + '

Events per server

' + ' ' + ' ' @@ -2966,7 +2966,7 @@ ]; summaryContainer.innerHTML = summaryCards.map(function(card) { return '' - + '
' + + '
' + '

' + escapeHtml(card.label) + '

' + '

' + escapeHtml(card.value) + '

' + '

' + escapeHtml(card.sub) + '

'