File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22 & .pf-v6-c-label {
33 --pf-v6-c-label--BackgroundColor : #d93f00 ;
44 --pf-v6-c-label--Color : var (--pf-t--color--white );
5+ margin-top : 3px ;
6+ padding-bottom : 7px ;
57 }
68}
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import { useTranslation } from 'react-i18next' ;
33import { useSearchParams } from 'react-router-dom-v5-compat' ;
4+ import DevPreviewBadge from 'src/components/import/badges/DevPreviewBadge' ;
45
56import {
67 Action ,
@@ -141,7 +142,11 @@ const ApplicationList: React.FC<ApplicationProps> = ({
141142 return (
142143 < div >
143144 { showTitle == undefined && ( project == undefined || appset == undefined ) && (
144- < ListPageHeader title = { t ( 'plugin__gitops-plugin~Applications' ) } >
145+ < ListPageHeader
146+ title = { t ( 'plugin__gitops-plugin~Applications' ) }
147+ badge = { < DevPreviewBadge /> }
148+ hideFavoriteButton = { false }
149+ >
145150 < ListPageCreate groupVersionKind = { modelToRef ( ApplicationModel ) } >
146151 Create Application
147152 </ ListPageCreate >
You can’t perform that action at this time.
0 commit comments