Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
6692c9fa
Commit
6692c9fa
authored
Oct 17, 2017
by
Jaden DIEFENBAUGH
Browse files
rename detail to editor
parent
613d1887
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/components/Algorithm
Detail
.jsx
→
src/components/Algorithm
Editor
.jsx
View file @
6692c9fa
File moved
src/components/Dataformat
Detail
.jsx
→
src/components/Dataformat
Editor
.jsx
View file @
6692c9fa
File moved
src/components/EntityDetail.jsx
View file @
6692c9fa
...
...
@@ -25,8 +25,8 @@ import {
import
type
{
BeatObject
}
from
'
@helpers/beat
'
;
import
Dataformat
Detail
from
'
./Dataformat
Detail
.jsx
'
;
import
Algorithm
Detail
from
'
./Algorithm
Detail
.jsx
'
;
import
Dataformat
Editor
from
'
./Dataformat
Editor
.jsx
'
;
import
Algorithm
Editor
from
'
./Algorithm
Editor
.jsx
'
;
type
Props
=
{
match
:
any
,
...
...
@@ -97,8 +97,8 @@ class EntityDetail extends React.Component<Props, State> {
</
Nav
>
<
TabContent
activeTab
=
{
this
.
state
.
activeTab
}
>
<
TabPane
tabId
=
'0'
>
{
this
.
props
.
match
.
params
.
entity
===
'
algorithm
'
&&
<
Algorithm
Detail
data
=
{
this
.
props
.
getEntityObject
()
}
/>
}
{
this
.
props
.
match
.
params
.
entity
===
'
dataformat
'
&&
<
Dataformat
Detail
data
=
{
this
.
props
.
getEntityObject
()
}
/>
}
{
this
.
props
.
match
.
params
.
entity
===
'
algorithm
'
&&
<
Algorithm
Editor
data
=
{
this
.
props
.
getEntityObject
()
}
/>
}
{
this
.
props
.
match
.
params
.
entity
===
'
dataformat
'
&&
<
Dataformat
Editor
data
=
{
this
.
props
.
getEntityObject
()
}
/>
}
</
TabPane
>
<
TabPane
tabId
=
'1'
>
</
TabPane
>
...
...
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