Skip to content

Commit

Permalink
fix(Quartz): Remove actions= from the tittle of the cards
Browse files Browse the repository at this point in the history
fix #1021
  • Loading branch information
mmelko authored and tadayosi committed Aug 21, 2024
1 parent 7441123 commit c8c399c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions packages/hawtio/src/plugins/quartz/scheduler/Scheduler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,9 @@ export const Scheduler: React.FunctionComponent = () => {
</>
),
hasNoOffset: false,
className: undefined,
}}
>
actions=
{
<CardTitle>
<>
{scheduler.started ? (
<Icon status='success'>
Expand All @@ -144,8 +142,8 @@ export const Scheduler: React.FunctionComponent = () => {
</Icon>
)}
</>
}
<CardTitle>Scheduler</CardTitle>
Scheduler
</CardTitle>
</CardHeader>
<CardBody>
<DescriptionList isCompact isHorizontal>
Expand Down Expand Up @@ -196,8 +194,7 @@ export const Scheduler: React.FunctionComponent = () => {
className: undefined,
}}
>
actions=
{
<CardTitle>
<>
{scheduler.sampledStatisticsEnabled ? (
<Icon status='success'>
Expand All @@ -209,8 +206,8 @@ export const Scheduler: React.FunctionComponent = () => {
</Icon>
)}
</>
}
<CardTitle>Sampled Statistics (Most Recent Samples)</CardTitle>
Sampled Statistics (Most Recent Samples)
</CardTitle>
</CardHeader>
<CardBody>
<DescriptionList isCompact isHorizontal>
Expand Down

0 comments on commit c8c399c

Please sign in to comment.