2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

statistics2.cgi: change wording for defined models

git-svn-id: https://svn.fhem.de/fhem/trunk@14591 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2017-06-28 22:20:36 +00:00
parent 96977a11b2
commit 3235439c10

View File

@ -72,9 +72,9 @@
<br> <br>
<b>Notice:</b> Only modules used in more than one FHEM installation, will be shown.<br><br> <b>Notice:</b> Only modules used in more than one FHEM installation, will be shown.<br><br>
<table class="block compact" id="module-table"> <table class="block compact" id="module-table">
<thead><tr><th class='dt-head-left'>Module name</th><th># of FHEM installations</th><th># of definitions</th><th># of registered models</th></tr></thead> <thead><tr><th class='dt-head-left'>Module name</th><th># of FHEM installations</th><th># of definitions</th><th># of defined models</th></tr></thead>
<tbody></tbody> <tbody></tbody>
</table> </table>
</div> </div>
</body> </body>
</html> </html>