Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
c94c09f6
Unverified
Commit
c94c09f6
authored
7 years ago
by
Kyle Doherty
Browse files
Options
Downloads
Patches
Plain Diff
add breadcrumb links
parent
8cbd3056
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx
+5
-4
5 additions, 4 deletions
...tend/src/metabase/admin/datamodel/containers/FieldApp.jsx
with
5 additions
and
4 deletions
frontend/src/metabase/admin/datamodel/containers/FieldApp.jsx
+
5
−
4
View file @
c94c09f6
...
...
@@ -127,6 +127,7 @@ export default class FieldApp extends Component {
fetchTableMetadata
}
=
this
.
props
;
const
db
=
metadata
.
databases
[
databaseId
]
const
field
=
metadata
.
fields
[
fieldId
]
const
table
=
metadata
.
tables
[
tableId
]
...
...
@@ -141,9 +142,9 @@ export default class FieldApp extends Component {
<
div
className
=
"my4 py1 ml-auto mr-auto"
>
<
Breadcrumbs
crumbs
=
{
[
table
.
display_name
,
field
.
display_name
,
'
Field Settings
'
,
[
db
.
name
,
`/admin/datamodel/database/
${
db
.
id
}
`
]
,
[
table
.
display_name
,
`/admin/datamodel/database/
${
db
.
id
}
/table/
${
table
.
id
}
`
],
`
${
field
.
display_name
}
–
Field Settings
`
,
]
}
/>
</
div
>
...
...
@@ -575,7 +576,7 @@ export class FieldRemapping extends Component {
/>
</
PopoverWithTrigger
>,
dismissedInitialFkTargetPopover
&&
<
div
className
=
"text-danger my2"
>
Please select a column to use for display.
</
div
>,
hasChanged
&&
<
RemappingNamingTip
/>
hasChanged
&&
hasFKMappingValue
&&
<
RemappingNamingTip
/>
]
}
{
mappingType
===
MAP_OPTIONS
.
custom
&&
(
<
div
className
=
"mt3"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment