mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
refactor(users): migrate users table to react [EE-4708] (#10759)
This commit is contained in:
parent
86f1b8df6e
commit
a439695248
19 changed files with 159 additions and 192 deletions
|
@ -26,7 +26,7 @@ export function WidgetTitle({
|
|||
<div className="widget-icon">
|
||||
<Icon icon={icon} className="space-right" />
|
||||
</div>
|
||||
<span>{title}</span>
|
||||
<h2 className="text-base m-0">{title}</h2>
|
||||
</span>
|
||||
<span className={clsx('pull-right', className)}>{children}</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue