diff --git a/templates/containers/list.logs.html b/templates/containers/list.logs.html index d4bb5c8..d0596a3 100644 --- a/templates/containers/list.logs.html +++ b/templates/containers/list.logs.html @@ -29,13 +29,9 @@ {{ container.id }} - {% if container.user %} {{ container.user.name | truncate(12) }} - {% else %} - 无关联用户 - {% endif %}