mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
EE-3723 update headers to feather icon (#7275)
This commit is contained in:
parent
e6477b0b97
commit
43600083a7
61 changed files with 103 additions and 86 deletions
|
@ -25,7 +25,11 @@ export function WidgetTitle({
|
|||
<div className="widget-header">
|
||||
<div className="row">
|
||||
<span className={clsx('pull-left', className)}>
|
||||
<Icon icon={icon} feather={featherIcon} className="space-right" />
|
||||
<Icon
|
||||
icon={icon}
|
||||
feather={featherIcon}
|
||||
className="icon-nested-blue icon-primary space-right"
|
||||
/>
|
||||
<span>{title}</span>
|
||||
</span>
|
||||
<span className={clsx('pull-right', className)}>{children}</span>
|
||||
|
|
|
@ -21,7 +21,11 @@ export function TableTitle({
|
|||
return (
|
||||
<div className="toolBar">
|
||||
<div className="toolBarTitle">
|
||||
<Icon icon={icon} feather={featherIcon} className="space-right" />
|
||||
<Icon
|
||||
icon={icon}
|
||||
feather={featherIcon}
|
||||
className="icon-nested-blue icon-primary space-right"
|
||||
/>
|
||||
|
||||
{label}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue