File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
bmclapi_dashboard/static/js Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2789,14 +2789,12 @@ app.$Menu.add("dashboard", new class {
27892789 percent_func ( 1 )
27902790 this . pro_stats = data
27912791 this . drawGlobals ( )
2792- this . drawGEO ( )
27932792 } ) . finally ( ( ) => {
27942793 percent_func ( 2 )
27952794 } )
27962795 $MainSocket . send ( "geo_stats" , { type : this . data_day_option } ) . then ( ( data ) => {
27972796 percent_func ( 1 )
27982797 this . geo_stats = data
2799- this . drawGlobals ( )
28002798 this . drawGEO ( )
28012799 } ) . finally ( ( ) => {
28022800 percent_func ( 2 )
@@ -3487,11 +3485,9 @@ app.$Menu.add("dashboard", new class {
34873485 $MainSocket . send ( "pro_stats" , { type : this . data_day_option } ) . then ( ( data ) => {
34883486 this . pro_stats = data
34893487 this . drawGlobals ( )
3490- this . drawGEO ( )
34913488 } )
34923489 $MainSocket . send ( "geo_stats" , { type : this . data_day_option } ) . then ( ( data ) => {
34933490 this . geo_stats = data
3494- this . drawGlobals ( )
34953491 this . drawGEO ( )
34963492 } )
34973493 } , 0 , 360000 )
You can’t perform that action at this time.
0 commit comments