mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-24 08:48:53 -05:00
Update index_template.html
Update javascript for log console python3
This commit is contained in:
parent
6eab98e0a9
commit
e4d846f428
@ -5,10 +5,12 @@
|
||||
<title>HBLink monitor</title>
|
||||
<script type="text/javascript">
|
||||
var sock = null;
|
||||
var ellog = null;
|
||||
|
||||
window.onload = function() {
|
||||
var wsuri;
|
||||
|
||||
ellog = document.getElementById('log');
|
||||
hblink_table = document.getElementById('hblink');
|
||||
confbridge_table = document.getElementById('bridge');
|
||||
|
||||
@ -62,10 +64,11 @@
|
||||
};
|
||||
|
||||
function log(_msg) {
|
||||
ellog.innerHTML += _msg + '\n';
|
||||
ellog.scrollTop = ellog.scrollHeight;
|
||||
};
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
a:link {
|
||||
color: brown;
|
||||
|
Loading…
Reference in New Issue
Block a user