File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/express/public/core/onboarding/javascripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737 types : Object . keys ( app . appTypes ) ,
3838 appTemplates : appTemplates ,
3939 populatorProgress : 0 ,
40- populatorMaxTime : 30 ,
40+ populatorMaxTime : 60 ,
4141 isPopulatorFinished : false ,
4242 isCountlyEE : countlyGlobal . plugins . includes ( 'drill' ) ,
4343 selectedAppTemplate : null ,
9999 countlyPopulator . setStartTime ( countlyCommon . periodObj . start / 1000 ) ;
100100 countlyPopulator . setEndTime ( countlyCommon . periodObj . end / 1000 ) ;
101101 countlyPopulator . setSelectedTemplate ( selectedAppTemplate ) ;
102- countlyPopulator . setSelectedFeatures ( "all" ) ;
103102 countlyPopulator . getTemplate ( selectedAppTemplate , function ( template ) {
104103 countlyPopulator . generateUsers ( 10 , template ) ;
105104 self . populatorProgress = 0 ;
225224 } ;
226225
227226 countlyPlugins . updateConfigs ( configs ) ;
227+ // go home
228228 window . location . href = '#/home' ;
229229 window . location . reload ( ) ;
230230 } ,
You can’t perform that action at this time.
0 commit comments