Skip to content

Commit 803dd23

Browse files
committed
INT-1518 Add new features to tour
1 parent ca18323 commit 803dd23

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-
}
52+
},
5353
// 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-
// }
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)