Skip to content

Commit

Permalink
Rename table quality status tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrczarnas committed Jan 26, 2024
1 parent 554ad57 commit 5c6efe1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ const initTabs = [
value: 'daily'
},
{
label: 'Monthly checks',
value: 'monthly'
label: 'Table quality status (daily checks)',
value: 'table-quality-status-daily'
},
{
label: 'Table quality status daily',
value: 'table-quality-status-daily'
label: 'Monthly checks',
value: 'monthly'
},
{
label: 'Table quality status monthly',
label: 'Table quality status (monthly checks)',
value: 'table-quality-status-monthly'
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ const initTabs = [
value: 'daily'
},
{
label: 'Monthly checks',
value: 'monthly'
label: 'Table quality status (daily checks)',
value: 'table-quality-status-daily'
},
{
label: 'Table quality status daily',
value: 'table-quality-status-daily'
label: 'Monthly checks',
value: 'monthly'
},
{
label: 'Table quality status monthly',
label: 'Table quality status (monthly checks)',
value: 'table-quality-status-monthly'
},
{
Expand Down
20 changes: 10 additions & 10 deletions dqops/src/main/frontend/src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ export const TABLE_LEVEL_TABS: {
value: 'daily'
},
{
label: 'Monthly checks',
value: 'monthly'
label: 'Table quality status (daily checks)',
value: 'table-quality-status-daily'
},
{
label: 'Table quality status daily',
value: 'table-quality-status-daily'
label: 'Monthly checks',
value: 'monthly'
},
{
label: 'Table quality status monthly',
label: 'Table quality status (monthly checks)',
value: 'table-quality-status-monthly'
},
{
Expand All @@ -199,15 +199,15 @@ export const TABLE_LEVEL_TABS: {
value: 'daily'
},
{
label: 'Monthly checks',
value: 'monthly'
label: 'Table quality status (daily checks)',
value: 'table-quality-status-daily'
},
{
label: 'Table quality status daily',
value: 'table-quality-status-daily'
label: 'Monthly checks',
value: 'monthly'
},
{
label: 'Table quality status monthly',
label: 'Table quality status (monthly checks)',
value: 'table-quality-status-monthly'
},
{
Expand Down

0 comments on commit 5c6efe1

Please sign in to comment.