fix connections count on settings page

pull/34/head
Zlatin Balevsky 2019-12-14 20:34:57 +00:00
parent 93f7c67f37
commit 26167abc08
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Core core = (Core) application.getAttribute("core");
<head> <head>
<%@include file="css.jsi"%> <%@include file="css.jsi"%>
</head> </head>
<body> <body onload="initConnectionsCount();">
<%@include file="header.jsi"%> <%@include file="header.jsi"%>
<aside> <aside>
<%@include file="searchbox.jsi"%> <%@include file="searchbox.jsi"%>