FolderRepo: change badge from text to exchange-alt icon, matches dash… (#109154)
FolderRepo: change badge from text to exchange-alt icon, matches dashboard
This commit is contained in:
@@ -15,5 +15,5 @@ export function FolderRepo({ folder }: Props) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return <Badge text={t('folder-repo.badge-text', 'Provisioned')} color={'darkgrey'} />;
|
||||
return <Badge color="purple" icon="exchange-alt" tooltip={t('folder-repo.badge-tooltip', 'Provisioned')} />;
|
||||
}
|
||||
|
||||
@@ -7493,7 +7493,7 @@
|
||||
"loading": "Loading folders..."
|
||||
},
|
||||
"folder-repo": {
|
||||
"badge-text": "Provisioned"
|
||||
"badge-tooltip": "Provisioned"
|
||||
},
|
||||
"folders": {
|
||||
"get-loading-nav": {
|
||||
|
||||
Reference in New Issue
Block a user