Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Datahub
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
93
Issues
93
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ICAT
Datahub
Commits
1631c452
Commit
1631c452
authored
Sep 04, 2020
by
Axel Bocciarelli
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide proposals on My Data page for now
parent
3f9d8373
Pipeline
#32829
failed with stages
in 4 minutes and 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/containers/MyDataPage.js
src/containers/MyDataPage.js
+4
-2
No files found.
src/containers/MyDataPage.js
View file @
1631c452
...
...
@@ -47,7 +47,9 @@ function MyDataPage() {
)}
<
/Panel.Body
>
<
/Panel
>
{
myIndustryProposals
.
data
.
length
>
0
&&
(
{
/* FIX Hiding for now, as users are mistakenly configuring shipping against proposals */
}
{
/* {myIndustryProposals.data.length > 0 && (
<Panel bsStyle="info">
<Panel.Heading>
<Panel.Title componentClass="h2">
...
...
@@ -71,7 +73,7 @@ function MyDataPage() {
)}
</Panel.Body>
</Panel>
)}
)}
*/
}
<
/div
>
);
}
...
...
Loic Huder
@loic.huder
mentioned in issue
#404 (closed)
·
Sep 09, 2020
mentioned in issue
#404 (closed)
mentioned in issue #404
Toggle commit list
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