Lines Matching +full:input +full:- +full:value

2 <!-- Caution: Electron does not allow inline scripts or styles! -->
5 <meta charset="UTF-8">
6 <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
7 <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
8 <meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'">
18 <input type="radio" id="radio_open_file" name="mode" value="open_file"></input>
20 <input type="radio" id="radio_capture" name="mode" value="capture"></input>
32 <input type="text" id="text_hostname" value=""></input>
36 <option value="live">Live</option>
37 <option value="staged">Staged (IPMI detailed)</option>
38 <option value="staged2">Staged (DBus + IPMI)</option>
50 <input type="checkbox" id="dbus_column1" value="Type">Type</input>
51 <input type="checkbox" id="dbus_column2" value="Serial">Serial</input>
52 <input type="checkbox" id="dbus_column3" value="Sender">Sender</input>
53 <input type="checkbox" id="dbus_column4" value="Destination">Destination</input>
54 <input type="checkbox" id="dbus_column5" value="Path"checked>Path</input>
55 <input type="checkbox" id="dbus_column6" value="Interface" checked>Interface</input>
56 <input type="checkbox" id="dbus_column7" value="Member">Member</input>
60 <input type="checkbox" id="c1" value="NetFN" checked>NetFN</input>
61 <input type="checkbox" id="c2" value="CMD" checked>CMD</input>
65 <input type="checkbox" id="bah1" value="Layout Level" checked>Layout Level</input>
66 <input type="checkbox" id="bah2" value="Description">Description</input>
67 … <input type="checkbox" id="bah3" value="Description1">Description w/ addresses removed</input>
88 dbus-pcap status goes here
91 …The <b>dbus-pcap</b> script is not found; dbus-vis needs <b>dbus-pcap</b> for parsing PCAP files.<…
92 Click to down <b>dbus-pcap</b> from: <br/>
93 …s://raw.githubusercontent.com/openbmc/openbmc-tools/08ce0a5bad2b5c970af567c2e9888d444afe3946/dbus-
94 <button id="btn_download_dbus_pcap">Download to dbus-vis folder</button>
97 …The <b>scapy</b> Python module is not installed. dbus-vis depends on dbus-pcap, which in turn depe…
101 python3 -m pip install scapy<br/>
102 sudo apt install python3-scapy<br/>
104 After installation, refresh dbus-vis with Ctrl+R.
123 …nterval; [wheel up/down]: zoom in/out; click overflow triangles to warp to out-of-viewport requests
127 <input type="checkbox" id="cb_debuginfo">Show Debug Info</input>
142 </div> <!-- navi and replay -->
150 <!-- You can also require other files to run in this process -->