mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-04 11:50:09 +00:00
User table polishing, user delete modal
This commit is contained in:
@@ -10,9 +10,9 @@ export function DomainsFormatter({ domains, createdOn }: Props) {
|
||||
<div className="flex-fill">
|
||||
<div className="font-weight-medium">
|
||||
{domains.map((domain: string) => (
|
||||
<span key={domain} className="badge badge-lg domain-name">
|
||||
<a key={domain} href={`http://${domain}`} className="badge bg-yellow-lt domain-name">
|
||||
{domain}
|
||||
</span>
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
{createdOn ? (
|
||||
|
Reference in New Issue
Block a user