Skip to content

Commit 85d0950

Browse files
rueckstiesskangas
authored andcommitted
INT-1480 enable explain plan feature tour point
(cherry picked from commit c66c785)
1 parent b9484a1 commit 85d0950

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/app/tour/features.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = [
1818
description: 'View the charts in the right-hand column of each row to see data distribution at a high level. Hover over charts to see more detail.',
1919
image: 'f2.gif',
2020
version: '1.0.0',
21-
initial: true
21+
initial: false
2222
},
2323
{
2424
title: 'Build Queries',
@@ -39,6 +39,13 @@ module.exports = [
3939
description: 'Click the Index tab to view the definition, attributes, size, and usage of your indexes.',
4040
image: 'f5.gif',
4141
version: '1.2.0',
42+
initial: false
43+
},
44+
{
45+
title: 'Examine Query Performance with Explain Plans',
46+
description: 'Click the Explain Plan tab to view a performance summary of the executed query and get access to the detailed explain plan report.',
47+
image: 'f7.gif',
48+
version: '1.2.0',
4249
initial: true
4350
}
4451
// {
@@ -48,11 +55,4 @@ module.exports = [
4855
// version: '1.2.0',
4956
// initial: true
5057
// },
51-
// {
52-
// title: 'Examine Performance with Explain Plan',
53-
// description: 'I see indexes',
54-
// image: 'f7.gif',
55-
// version: '1.2.0',
56-
// initial: true
57-
// }
5858
];

0 commit comments

Comments
 (0)