luci2: add network routes view
[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                                 <select id="tool"></select>
7                         </td>
8                         <td>
9                                 <input type="text" id="host" value="openwrt.org" />
10                         </td>
11                         <td>
12                                 <input type="button" class="cbi-button cbi-button-apply" id="run" value="<%:Test%>" />
13                         </td>
14                 </tr>
15         </table>
16 </p>
17
18 <pre id="output" style="display:none"></pre>