|
|
@ -167,13 +167,13 @@ export class TemplatesSelectionPlugin extends ViewPlugin { |
|
|
|
> |
|
|
|
> |
|
|
|
<div className='d-flex justify-content-between h-100 flex-column'> |
|
|
|
<div className='d-flex justify-content-between h-100 flex-column'> |
|
|
|
<div className='d-flex flex-column'> |
|
|
|
<div className='d-flex flex-column'> |
|
|
|
<CustomTooltip |
|
|
|
<CustomTooltip |
|
|
|
placement="auto" |
|
|
|
placement="auto" |
|
|
|
tooltipId={`overlay-tooltip-new${item.displayName}`} |
|
|
|
tooltipId={`overlay-tooltip-new${item.displayName}`} |
|
|
|
tooltipText={item.displayName} |
|
|
|
tooltipText={item.displayName} |
|
|
|
> |
|
|
|
> |
|
|
|
<span className='text-truncate overflow-hidden whitespace-nowrap'>{item.displayName}</span> |
|
|
|
<span className='text-truncate overflow-hidden whitespace-nowrap'>{item.displayName}</span> |
|
|
|
</CustomTooltip>
|
|
|
|
</CustomTooltip> |
|
|
|
<div className='d-flex flex-wrap'> |
|
|
|
<div className='d-flex flex-wrap'> |
|
|
|
{(item.opts && item.opts.upgradeable && item.opts.upgradeable === 'uups') && <span className='badgeForCell badge text-secondary'>Upgradeable-UUPS</span>} |
|
|
|
{(item.opts && item.opts.upgradeable && item.opts.upgradeable === 'uups') && <span className='badgeForCell badge text-secondary'>Upgradeable-UUPS</span>} |
|
|
|
{(item.opts && item.opts.mintable) && <span className='badgeForCell text-secondary'>mintable</span>} |
|
|
|
{(item.opts && item.opts.mintable) && <span className='badgeForCell text-secondary'>mintable</span>} |
|
|
|