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
f3ebd9fb
Unverified
Commit
f3ebd9fb
authored
6 years ago
by
Maz Ameli
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #7994 from metabase/nicer-xray-cards
Nicer xray suggestion cards
parents
0760befd
49c92ba3
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/components/ExplorePane.jsx
+10
-13
10 additions, 13 deletions
frontend/src/metabase/components/ExplorePane.jsx
with
10 additions
and
13 deletions
frontend/src/metabase/components/ExplorePane.jsx
+
10
−
13
View file @
f3ebd9fb
...
...
@@ -156,20 +156,17 @@ export const ExploreList = ({
);
export
const
ExploreOption
=
({
option
}:
{
option
:
Candidate
})
=>
(
<
Link
to
=
{
option
.
url
}
className
=
"flex align-center text-bold no-decoration"
>
<
div
className
=
"bg-grey-0 flex align-center rounded mr2 p2 justify-center text-gold"
style
=
{
{
width
:
48
,
height
:
48
}
}
>
<
Icon
name
=
"bolt"
size
=
{
24
}
className
=
"flex-no-shrink"
/>
</
div
>
<
Link
to
=
{
option
.
url
}
className
=
"flex align-center text-bold no-decoration text-grey-5 text-brand-hover bg-grey-0 p2 py3"
>
<
Icon
name
=
"bolt"
size
=
{
20
}
className
=
"flex-no-shrink mr1 justify-center text-gold"
/>
<
div
>
<
div
className
=
"link"
>
{
option
.
title
}
</
div
>
{
option
.
description
&&
(
<
div
className
=
"text-grey-4 text-small"
style
=
{
{
marginTop
:
"
0.25em
"
}
}
>
{
option
.
description
}
</
div
>
)
}
<
span
className
=
"text-normal"
>
{
t
`A look at your`
}
</
span
>
{
option
.
title
}
</
div
>
</
Link
>
);
...
...
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