mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-03 04:47:47 +00:00
add plugin info field to help users connect their devices
This commit is contained in:
+4
-1
@@ -82,7 +82,10 @@ generateBodyHTML = function(d){
|
||||
d.type +
|
||||
'</em> is not responding to requests for data.</h2>';
|
||||
str += '<h3>IP <em>' + d.addresses[0] + '</em></h3>';
|
||||
str += '<h3>Port <em>' + d.port + '</em></h3></div>';
|
||||
str += '<h3>Port <em>' + d.port + '</em></h3>';
|
||||
str += '<hr></div>';
|
||||
str += '<div class="device-info">'+PLUGINS.all[d.type].info()+'<div>';
|
||||
|
||||
}
|
||||
|
||||
return str;
|
||||
|
||||
Reference in New Issue
Block a user