mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-07-27 16:05:14 +00:00
update web interface
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<th class="col_host">host</th>
|
||||
<th class="col_path">path</th>
|
||||
<th class="col_mime">mime type</th>
|
||||
<th class="col_time">time</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="J_tableBody"></tbody>
|
||||
@@ -42,6 +43,7 @@
|
||||
<td title="<%= host %>"><%= host %></td>
|
||||
<td title="<%= path %>"><%= path %></td>
|
||||
<td><%= mime %></td>
|
||||
<td><%= startTimeStr %></td>
|
||||
</script>
|
||||
|
||||
<script type="text/template" id="detail_tpl">
|
||||
|
Reference in New Issue
Block a user