Skip to content

Commit

Permalink
clean out all tabs contents
Browse files Browse the repository at this point in the history
Signed-off-by: Anan Zhuang <[email protected]>
  • Loading branch information
ananzh committed Jun 10, 2021
1 parent 70bca94 commit a97c661
Showing 1 changed file with 1 addition and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,43 +68,7 @@ class TutorialDirectoryUi extends React.Component {

// TODO: Enable the tabs once we have instructions
// and sample code snippets to instruct users to add data
this.tabs = [
//{
// id: ALL_TAB_ID,
// name: this.props.intl.formatMessage({
// id: 'home.tutorial.tabs.allTitle',
// defaultMessage: 'All',
// }),
//},
//{
// id: 'logging',
// name: this.props.intl.formatMessage({
// id: 'home.tutorial.tabs.loggingTitle',
// defaultMessage: 'Logs',
// }),
//},
//{
// id: 'metrics',
// name: this.props.intl.formatMessage({
// id: 'home.tutorial.tabs.metricsTitle',
// defaultMessage: 'Metrics',
// }),
//},
//{
// id: 'security',
// name: this.props.intl.formatMessage({
// id: 'home.tutorial.tabs.securitySolutionTitle',
// defaultMessage: 'Security',
// }),
//},
//{
// id: SAMPLE_DATA_TAB_ID,
// name: this.props.intl.formatMessage({
// id: 'home.tutorial.tabs.sampleDataTitle',
// defaultMessage: 'Sample data',
// }),
//},
];
this.tabs = [];

let openTab = SAMPLE_DATA_TAB_ID;
if (
Expand Down

0 comments on commit a97c661

Please sign in to comment.