15 lines
397 B
Text
15 lines
397 B
Text
<thead>
|
|
<th width="30"> </th>
|
|
<th><%- i18n('str', 'source') %></th>
|
|
<th><%- i18n('str', 'destination') %></th>
|
|
<th><%- i18n('str', 'remark') %></th>
|
|
<th><%- i18n('str', 'ssl') %></th>
|
|
<th><%- i18n('str', 'access') %></th>
|
|
<th><%- i18n('str', 'status') %></th>
|
|
<% if (canManage) { %>
|
|
<th> </th>
|
|
<% } %>
|
|
</thead>
|
|
<tbody>
|
|
<!-- items -->
|
|
</tbody>
|