diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js
index 8bf2844beb..8c54ac4fac 100644
--- a/dashboard-ui/scripts/Itemdetailpage.js
+++ b/dashboard-ui/scripts/Itemdetailpage.js
@@ -480,13 +480,13 @@
else html += '
| ';
if (stream.Type == "Video") {
- html += ''+ stream.Width +' '+ stream.Height +' ('+ stream.AspectRatio +') | ';
+ html += ''+ stream.Width +'/'+ stream.Height +' ('+ stream.AspectRatio +') | ';
}else {
html += ' | ';
}
if (stream.Channels) {
- html += ''+ stream.Channels +'ch '+ stream.SampleRate +' | ';
+ html += ''+ stream.Channels +'ch '+ stream.SampleRate +' khz | ';
}else {
html += ' | ';
}