Skip to content

Commit

Permalink
Add disabled data viewers #219
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobspinto committed May 1, 2020
1 parent 977119f commit a133ed9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion geppetto-showcase/components/drawer/DrawerContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class DrawerContent extends Component {
name: 'Dicom Viewer',
component: <Showcase markdown={DicomViewerMarkdown} />,
},

{
name: 'Graph Visualizer',
component: <Showcase markdown={GraphVisualizationMarkdown} />,
Expand All @@ -109,6 +108,16 @@ class DrawerContent extends Component {
name: 'Plot',
component: <Showcase markdown={PlotMarkdown} />,
},
{
name: '3D Canvas',
component: '<Showcase markdown={3DCanvasMarkdown} />',
disabled: true,
},
{
name: 'Stack Viewer',
component: '<Showcase markdown={StackViewerMarkdown} />',
disabled: true,
},
],
},
'Navigation/Layout': {
Expand Down

0 comments on commit a133ed9

Please sign in to comment.