luci2: add missing depends to OpenWrt Makefile
[project/luci2/ui.git] / luci2 / htdocs / luci2 / template / network.diagnostics.htm
1 <p><%:Select the utility to run and click "Test" to perform the requested operation.%></p>
2 <p>
3         <table style="width:auto">
4                 <tr>
5                         <td>
6                                 <input type="text" id="host" value="openwrt.org" class="form-control" />
7                         </td>
8                         <td>
9                                 <div class="input-group">
10                                         <select id="tool" class="form-control"></select>
11                                         <div class="input-group-btn">
12                                                 <button type="button" class="btn btn-primary" id="run"><%:Test%></button>
13                                         </div>
14                                 </div>
15                         </td>
16                 </tr>
17         </table>
18 </p>
19
20 <pre id="output" style="display:none"></pre>