Skip to content
Snippets Groups Projects
Commit 61606ae6 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Minor fixes.

parent d0b34c60
No related branches found
No related tags found
2 merge requests!93v0.7.6,!90V0.7.5
...@@ -102,10 +102,10 @@ class DomainProviderBase extends React.Component { ...@@ -102,10 +102,10 @@ class DomainProviderBase extends React.Component {
defaultSearchMetric: 'code_runs', defaultSearchMetric: 'code_runs',
additionalSearchKeys: { additionalSearchKeys: {
raw_id: {}, raw_id: {},
external_id: {},
upload_id: {}, upload_id: {},
calc_id: {}, calc_id: {},
paths: {}, paths: {},
external_id: {},
pid: {}, pid: {},
mainfile: {}, mainfile: {},
calc_hash: {}, calc_hash: {},
...@@ -115,7 +115,6 @@ class DomainProviderBase extends React.Component { ...@@ -115,7 +115,6 @@ class DomainProviderBase extends React.Component {
spacegroup: {}, spacegroup: {},
spacegroup_symbol: {}, spacegroup_symbol: {},
labels: {}, labels: {},
raw_id: {},
upload_name: {} upload_name: {}
}, },
/** /**
......
...@@ -308,7 +308,7 @@ class UploadPage extends React.Component { ...@@ -308,7 +308,7 @@ class UploadPage extends React.Component {
</Tooltip> </Tooltip>
{/* <button>Copy to clipboard with button</button> */} {/* <button>Copy to clipboard with button</button> */}
</CopyToClipboard> </CopyToClipboard>
<HelpDialog icon={<MoreIcon/>} maxWidth="md" title="Alternative shell commands" content={` <HelpDialog icon={<MoreIcon/>} maxWidth="md" title="Alternative shell commands" content={domain => `
As an experienced shell and *curl* user, you can modify the commands to As an experienced shell and *curl* user, you can modify the commands to
your liking. your liking.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment