-
+
@@ -168,10 +173,10 @@
-
-
-
-
+
+
+
+
@@ -345,10 +350,31 @@ export default {
fileList: [],
spiderType: 'customized',
tourSteps: [
+ {
+ target: '#tab-customized',
+ content: this.$t('View a list of Customized Spiders'),
+ params: {
+ highlight: false
+ }
+ },
+ {
+ target: '#tab-configurable',
+ content: this.$t('View a list of Configurable Spiders'),
+ params: {
+ highlight: false
+ }
+ },
+ {
+ target: '.table',
+ content: this.$t('You can view your created spiders here.
Click a table row to view spider details.'),
+ params: {
+ placement: 'top'
+ }
+ },
{
target: '.btn.add',
content: this.$t('Click to add a new spider')
- }
+ },
],
tourCallbacks: {
onStop: () => {