forked from Marklogic-retired/marklogic-data-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 in PROD/datahubenterprise from ~MWOOLDRI/datah…
…ubenterprise:ux-updates to develop * commit '675bd3d0f24d501a0907d5369fa31e3695e77678': Style and formatting updates
- Loading branch information
Showing
11 changed files
with
41 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ const searchResultsData = | |
source: 'AdvantageFlow', | ||
fileType: 'JSON', | ||
user: 'admin', | ||
content: 'John Smith 28 124 Cascade Blvd San Franscisco CA 98765 655-907-8899 655-887-9898 [email protected]' | ||
content: 'Lorem ipsum dolor sit amet, eos ei utamur scriptorem, omnesque efficiendi interesset vis an. Illud ullum vim te, sit atqui dolore cu, vix te modus lorem sadipscing.' | ||
}, | ||
{ | ||
collection: 'Customer', | ||
|
@@ -16,16 +16,16 @@ const searchResultsData = | |
source: 'AdvantageFlow', | ||
fileType: 'JSON', | ||
user: 'admin', | ||
content: 'Mary Lou' | ||
content: 'Quo sanctus intellegebat conclusionemque an, has libris dolores interesset ex. Vidisse eruditi incorrupte in quo, ex mea primis ridens minimum. Ad rebum eligendi atomorum has.' | ||
}, | ||
{ | ||
collection: 'MapCust', | ||
id: 1002, | ||
created: '2005-03-22T12:03:07.665187-07:00', | ||
source: 'BedrockFlow', | ||
fileType: 'CSV', | ||
fileType: 'XML', | ||
user: 'admin', | ||
content: 'Some data here...' | ||
content: 'Ut pri intellegam dissentiunt, ex velit voluptua qui, vis ne quod exerci postea. Ex solum mentitum ponderum eum, eu per congue laoreet sapientem. Nam ad veri principes, ut mea corrumpit accommodare.' | ||
}, | ||
{ | ||
collection: 'Product', | ||
|
@@ -34,7 +34,7 @@ const searchResultsData = | |
source: 'ProdFlow', | ||
fileType: 'XML', | ||
user: 'admin', | ||
content: 'Andrew Deer' | ||
content: 'Vel minim audiam in, eu facer legere vim, qui noster inermis reformidans cu. Ut dolore fabulas scribentur vis, alterum perpetua imperdiet eum ex.' | ||
}, | ||
{ | ||
collection: 'Product', | ||
|
@@ -43,7 +43,7 @@ const searchResultsData = | |
source: 'TestFlow', | ||
fileType: 'JSON', | ||
user: 'admin', | ||
content: 'Test test test' | ||
content: 'Lorem ipsum dolor sit amet, eos ei utamur scriptorem, omnesque efficiendi interesset vis an. Illud ullum vim te, sit atqui dolore cu, vix te modus lorem sadipscing.' | ||
}, | ||
{ | ||
collection: 'Customer', | ||
|
@@ -52,7 +52,7 @@ const searchResultsData = | |
source: 'AdvantageFlow', | ||
fileType: 'JSON', | ||
user: 'admin', | ||
content: 'DeAndre Gold' | ||
content: 'Quo sanctus intellegebat conclusionemque an, has libris dolores interesset ex. Vidisse eruditi incorrupte in quo, ex mea primis ridens minimum. Ad rebum eligendi atomorum has.' | ||
}, | ||
{ | ||
collection: 'MapProd', | ||
|
@@ -61,16 +61,16 @@ const searchResultsData = | |
source: 'Prod2Flow', | ||
fileType: 'XML', | ||
user: 'admin', | ||
content: 'This is the product for...' | ||
content: 'Ut pri intellegam dissentiunt, ex velit voluptua qui, vis ne quod exerci postea. Ex solum mentitum ponderum eum, eu per congue laoreet sapientem. Nam ad veri principes, ut mea corrumpit accommodare.' | ||
}, | ||
{ | ||
collection: 'Product', | ||
id: 4566, | ||
created: '2014-03-02T12:03:07.665187-07:00', | ||
source: 'MyProdFlow', | ||
fileType: 'CSV', | ||
fileType: 'JSON', | ||
user: 'admin', | ||
content: 'Air Conditioned' | ||
content: 'Vel minim audiam in, eu facer legere vim, qui noster inermis reformidans cu. Ut dolore fabulas scribentur vis, alterum perpetua imperdiet eum ex.' | ||
}, | ||
{ | ||
collection: 'Customer', | ||
|
@@ -79,16 +79,16 @@ const searchResultsData = | |
source: 'AdvantageFlow', | ||
fileType: 'JSON', | ||
user: 'admin', | ||
content: 'Stephanie Laurie' | ||
content: 'Lorem ipsum dolor sit amet, eos ei utamur scriptorem, omnesque efficiendi interesset vis an. Illud ullum vim te, sit atqui dolore cu, vix te modus lorem sadipscing.' | ||
}, | ||
{ | ||
collection: 'MapCust', | ||
id: 123, | ||
created: '2014-03-23T12:03:07.665187-07:00', | ||
source: 'MappingCustFlow', | ||
fileType: 'CSV', | ||
fileType: 'XML', | ||
user: 'admin', | ||
content: 'Mapping to be done here' | ||
content: 'Quo sanctus intellegebat conclusionemque an, has libris dolores interesset ex. Vidisse eruditi incorrupte in quo, ex mea primis ridens minimum. Ad rebum eligendi atomorum has.' | ||
} | ||
]; | ||
|
||
|
1 change: 1 addition & 0 deletions
1
web/src/main/explorer-ui/src/components/detail-header/detail-header.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.title { | ||
font-size: 18px; | ||
font-weight: bold; | ||
margin-bottom: 2px; | ||
} | ||
|
||
.summary { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
} | ||
|
||
.label { | ||
color: grey; | ||
color: rgb(150, 150, 150); | ||
font-weight: bold; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
web/src/main/explorer-ui/src/components/sidebar/sidebar.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.sidebarContainer { | ||
background-color: #f3f3f3; | ||
background-color: rgb(245, 245, 245); | ||
width: 300px; | ||
padding: 15px 0 0 20px; | ||
padding: 24px 0 0 22px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters