summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2017-08-23 22:30:20 +0200
committerFulup Ar Foll <fulup@iot.bzh>2017-08-23 22:30:20 +0200
commit3cf0bf466296cc244738c14e96c398bc9310ffc9 (patch)
tree390d98a97f4bb05a95d07a43bc44e883ea72bd96 /htdocs
parent24ccd6215938767192e0cbd8442ad0e87b87bbdd (diff)
Update with monitoring
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/alsa-core.html2
-rw-r--r--htdocs/alsa-hal.html2
-rw-r--r--htdocs/audio-control.html2
-rw-r--r--htdocs/audio-logic.html9
4 files changed, 6 insertions, 9 deletions
diff --git a/htdocs/alsa-core.html b/htdocs/alsa-core.html
index d8a02d6..39a4990 100644
--- a/htdocs/alsa-core.html
+++ b/htdocs/alsa-core.html
@@ -10,6 +10,8 @@
<body onload="init('alsa_registry','alsacore', 'getinfo')">
<button id="connected" onclick="init('alsa_registry','alsacore', 'getinfo');">Binder WS Fail</button>
+ <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_aaaa')">Debug/Monitoring</a></button>
+
<br><br>
<b>Selected SndCard </b>
<select id='alsa_registry'></select>
diff --git a/htdocs/alsa-hal.html b/htdocs/alsa-hal.html
index c05605d..5909c2b 100644
--- a/htdocs/alsa-hal.html
+++ b/htdocs/alsa-hal.html
@@ -11,6 +11,8 @@
<h1>Simple AlsaHAL tests</h1>
<button id="connected" onclick="init('hal_registry','alsacore', 'hallist')">Binder WS Fail</button>
+ <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_aaaa')">Debug/Monitoring</a></button>
+
<br><br>
<b>Selected HAL </b>
<select id='hal_registry'></select>
diff --git a/htdocs/audio-control.html b/htdocs/audio-control.html
index 46352c1..964dc62 100644
--- a/htdocs/audio-control.html
+++ b/htdocs/audio-control.html
@@ -10,6 +10,8 @@
<h1>Simple Audio Control Test</h1>
<button id="connected" onclick="init('hal_registry','alsacore', 'hallist')">Binder WS Fail</button>
+ <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_aaaa')">Debug/Monitoring</a></button>
+
<br><br>
<b>Selected HAL </b>
<select id='hal_registry'></select>
diff --git a/htdocs/audio-logic.html b/htdocs/audio-logic.html
deleted file mode 100644
index 6eb97e3..0000000
--- a/htdocs/audio-logic.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-<head>
- <title>High Level API Simple Test Page</title>
-
- <script type="text/javascript" src="AFB-websock.js"></script>
- <script type="text/javascript" src="AudioBinding.js"></script>
-</head>
-
-ToBeDone \ No newline at end of file