mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
fix home view tabs (#8938)
This commit is contained in:
parent
4a9da3f3fc
commit
282b838b3f
@ -3,7 +3,7 @@
|
||||
exports[`supervisors card matches snapshot 1`] = `
|
||||
<a
|
||||
class="home-view-card supervisors-card"
|
||||
href="#tasks"
|
||||
href="#ingestion"
|
||||
>
|
||||
<div
|
||||
class="bp3-card bp3-interactive bp3-elevation-0"
|
||||
|
@ -104,7 +104,7 @@ FROM sys.supervisors`,
|
||||
return (
|
||||
<HomeViewCard
|
||||
className="supervisors-card"
|
||||
href={'#tasks'}
|
||||
href={'#ingestion'}
|
||||
icon={IconNames.LIST_COLUMNS}
|
||||
title={'Supervisors'}
|
||||
loading={supervisorCountLoading}
|
||||
|
@ -3,7 +3,7 @@
|
||||
exports[`tasks card matches snapshot 1`] = `
|
||||
<a
|
||||
class="home-view-card tasks-card"
|
||||
href="#tasks"
|
||||
href="#ingestion"
|
||||
>
|
||||
<div
|
||||
class="bp3-card bp3-interactive bp3-elevation-0"
|
||||
|
@ -118,7 +118,7 @@ GROUP BY 1`,
|
||||
return (
|
||||
<HomeViewCard
|
||||
className="tasks-card"
|
||||
href={'#tasks'}
|
||||
href={'#ingestion'}
|
||||
icon={IconNames.GANTT_CHART}
|
||||
title={'Tasks'}
|
||||
loading={taskCountLoading}
|
||||
|
Loading…
x
Reference in New Issue
Block a user