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
4a248e59
Commit
4a248e59
authored
7 years ago
by
Maz Ameli
Browse files
Options
Downloads
Patches
Plain Diff
tweak spacing and text, fix sql img
parent
830ffcc2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/metabase/new_query/components/NewQueryOption.jsx
+1
-1
1 addition, 1 deletion
...tend/src/metabase/new_query/components/NewQueryOption.jsx
frontend/src/metabase/new_query/containers/NewQuery.jsx
+5
-5
5 additions, 5 deletions
frontend/src/metabase/new_query/containers/NewQuery.jsx
with
6 additions
and
6 deletions
frontend/src/metabase/new_query/components/NewQueryOption.jsx
+
1
−
1
View file @
4a248e59
...
...
@@ -19,7 +19,7 @@ export default class NewQueryOption extends Component {
return
(
<
div
className
=
"bg-white p
1
align-center bordered rounded cursor-pointer transition-all text-centered text-brand-light"
className
=
"bg-white p
3
align-center bordered rounded cursor-pointer transition-all text-centered text-brand-light"
style
=
{
{
boxShadow
:
hover
?
"
0 3px 8px 0 rgba(220,220,220,0.50)
"
:
"
0 1px 3px 0 rgba(220,220,220,0.50)
"
,
height
:
"
310px
"
...
...
This diff is collapsed.
Click to expand it.
frontend/src/metabase/new_query/containers/NewQuery.jsx
+
5
−
5
View file @
4a248e59
...
...
@@ -97,7 +97,7 @@ export class NewQuery extends Component {
}
return
(
<
div
className
=
"flex-full full ml-auto mr-auto p
l1 pr
1 mt
2
mb2 align-center"
<
div
className
=
"flex-full full ml-auto mr-auto p
x
1 mt
4
mb2 align-center"
style
=
{
{
maxWidth
:
"
800px
"
}
}
>
<
ol
className
=
"flex-full Grid Grid--guttersXl Grid--full small-Grid--1of2"
>
...
...
@@ -121,16 +121,16 @@ export class NewQuery extends Component {
{
/*TODO: Move illustrations to the new location in file hierarchy. At the same time put an end to the equal-size-@2x ridicule. */
}
<
NewQueryOption
image
=
"/app/img/custom_question"
title
=
"
Custom
"
description
=
"Use the simple query builder to
create your own new custom question
."
title
=
"
New question
"
description
=
"Use the simple query builder to
see trends, lists of things, or to create your own metrics
."
onClick
=
{
this
.
startGuiQuery
}
/>
</
li
>
<
li
className
=
"Grid-cell"
>
<
NewQueryOption
image
=
"/app/img/sql_illustration"
image
=
"/app/img/sql_illustration
@2x
"
title
=
"SQL"
description
=
"
Use SQL or other native languages for data prep or manipulation
."
description
=
"
For more complicated questions, you can write your own SQL
."
onClick
=
{
this
.
startNativeQuery
}
/>
</
li
>
...
...
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