mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-17 13:06:18 +00:00
add display_name property to Worker model for customizable display options
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<tbody>
|
||||
{% for worker in workers %}
|
||||
<tr>
|
||||
<td>{{ worker.name }}</td>
|
||||
<td>{{ worker }}</td>
|
||||
<td style="width: 1%; white-space: nowrap;">
|
||||
{% if worker.error_status %}
|
||||
<i class="fas fa-exclamation-triangle text-danger blink" title="{{ worker.get_error_status_display }}"></i>
|
||||
|
||||
Reference in New Issue
Block a user