修复
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<tbody>
|
||||
{% for s in services %}
|
||||
<tr>
|
||||
<td>{{ s.name }}</td>
|
||||
<td>{{ s.name }}{% if s.embed_kind == 'hub' %} <span class="hint">(中控)</span>{% endif %}</td>
|
||||
<td><code style="font-size: 0.82rem">{{ s.build_url() }}</code></td>
|
||||
<td>{{ s.group.name if s.group else '—' }}</td>
|
||||
<td>{{ s.sort_order }}</td>
|
||||
|
||||
Reference in New Issue
Block a user