mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 05:18:12 -05:00
21 lines
693 B
Plaintext
21 lines
693 B
Plaintext
<td>
|
|
<div><%- i18n('settings', 'default-site') %></div>
|
|
<div class="small text-muted">
|
|
<%- i18n('settings', 'default-site-description') %>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div>
|
|
<% if (id === 'default-site') { %>
|
|
<%- i18n('settings', 'default-site-' + value) %>
|
|
<% } %>
|
|
</div>
|
|
</td>
|
|
<td class="text-right">
|
|
<div class="item-action dropdown">
|
|
<a href="#" data-toggle="dropdown" class="icon"><i class="fe fe-more-vertical"></i></a>
|
|
<div class="dropdown-menu dropdown-menu-right">
|
|
<a href="#" class="edit dropdown-item"><i class="dropdown-icon fe fe-edit"></i> <%- i18n('str', 'edit') %></a>
|
|
</div>
|
|
</div>
|
|
</td> |