Skip to content

Commit 0b1e784

Browse files
Thomas Rueckstiesskangas
authored andcommitted
INT-1518 hide tour feature items that are new in 1.3.0-beta.1
1 parent e5de339 commit 0b1e784

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/app/tour/features.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ module.exports = [
4949
image: 'f7.gif',
5050
version: '1.2.0',
5151
initial: false
52-
},
53-
// enable in 1.3.0-beta.1
54-
{
55-
title: 'Show Explain plans as tree charts',
56-
description: 'In the Explain Plan tab, click on "Show as: Visual Tree" to see a tree chart of the explain plan.',
57-
image: 'f8.gif',
58-
version: '1.3.0-beta.1',
59-
initial: false
60-
},
61-
{
62-
title: 'Geo Location Queries',
63-
description: 'Collections with location data can be used as a filter. Click and drag across the map for a geographic query. Click "Apply" to resample with the coordinates.',
64-
image: 'f6.gif',
65-
version: '1.3.0-beta.1',
66-
initial: true
6752
}
53+
// enable in 1.3.0-beta.1
54+
// {
55+
// title: 'Show Explain plans as tree charts',
56+
// description: 'In the Explain Plan tab, click on "Show as: Visual Tree" to see a tree chart of the explain plan.',
57+
// image: 'f8.gif',
58+
// version: '1.3.0-beta.1',
59+
// initial: false
60+
// },
61+
// {
62+
// title: 'Geo Location Queries',
63+
// description: 'Collections with location data can be used as a filter. Click and drag across the map for a geographic query. Click "Apply" to resample with the coordinates.',
64+
// image: 'f6.gif',
65+
// version: '1.3.0-beta.1',
66+
// initial: true
67+
// }
6868
];

0 commit comments

Comments
 (0)