mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
add a lock icon for https request
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
<script type="text/template" id="main_table_row">
|
||||
<td class="data_id"><%= _id %></td>
|
||||
<td><%= method %></td>
|
||||
<td><%= method %> <span class="protocol protocol_<%= protocol %>" title="https"><i class="iconfont">󰃉</i></span> </td>
|
||||
<td class="http_status http_status_<%= statusCode %>"><%= statusCode %></td>
|
||||
<td title="<%= host %>"><%= host %></td>
|
||||
<td title="<%= path %>"><%= path %></td>
|
||||
|
||||
Reference in New Issue
Block a user