Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmendsenProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shaik Janipasha
AmendsenProject
Commits
201f7680
Unverified
Commit
201f7680
authored
Sep 12, 2020
by
Tao Feng
Committed by
GitHub
Sep 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update search header wording (#656)
Signed-off-by:
Tao Feng
<
fengtao04@gmail.com
>
parent
369e448c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
constants.ts
...nents/common/ResourceList/ResourceListHeader/constants.ts
+1
-1
index.tsx
...mponents/common/ResourceList/ResourceListHeader/index.tsx
+3
-3
styles.scss
...onents/common/ResourceList/ResourceListHeader/styles.scss
+2
-2
No files found.
amundsen_application/static/js/components/common/ResourceList/ResourceListHeader/constants.ts
View file @
201f7680
export
const
DATASET_HEADER_TITLE
=
'DATASET
'
;
export
const
RESOURCE_HEADER_TITLE
=
'RESOURCE
'
;
export
const
SOURCE_HEADER_TITLE
=
'SOURCE'
;
...
...
amundsen_application/static/js/components/common/ResourceList/ResourceListHeader/index.tsx
View file @
201f7680
...
...
@@ -6,7 +6,7 @@ import * as React from 'react';
import
'./styles.scss'
;
import
{
DATASET
_HEADER_TITLE
,
RESOURCE
_HEADER_TITLE
,
SOURCE_HEADER_TITLE
,
BADGES_HEADER_TITLE
,
}
from
'./constants'
;
...
...
@@ -14,8 +14,8 @@ import {
const
ResourceListHeader
:
React
.
FC
=
()
=>
{
return
(
<
div
className=
"resource-list-header"
>
<
span
className=
"
dataset
"
>
<
span
className=
"
dataset-text"
>
{
DATASET
_HEADER_TITLE
}
</
span
>
<
span
className=
"
resource
"
>
<
span
className=
"
resource-text"
>
{
RESOURCE
_HEADER_TITLE
}
</
span
>
</
span
>
<
span
className=
"source"
>
{
SOURCE_HEADER_TITLE
}
</
span
>
<
span
className=
"badges"
>
...
...
amundsen_application/static/js/components/common/ResourceList/ResourceListHeader/styles.scss
View file @
201f7680
...
...
@@ -13,11 +13,11 @@
height
:
$spacer-6
;
padding
:
$spacer-1
$spacer-3
$spacer-1
;
.
dataset
{
.
resource
{
flex
:
7
;
margin-right
:
$spacer-2
;
.
dataset
-text
{
.
resource
-text
{
margin-left
:
$spacer-5
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment