mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	lf_dash.py : increased the size of the scroll window
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -163,7 +163,7 @@ class csv_sqlite_dash():
 | 
				
			|||||||
            html.H2(children= "Results",className="ts1",
 | 
					            html.H2(children= "Results",className="ts1",
 | 
				
			||||||
            style={'color':'#00361c','text-align':'left'}),
 | 
					            style={'color':'#00361c','text-align':'left'}),
 | 
				
			||||||
            # images_div is already a list, children = a list of html components
 | 
					            # images_div is already a list, children = a list of html components
 | 
				
			||||||
            html.Div(children= self.children_div, style={"maxHeight": "540px", "overflow": "scroll"} ), 
 | 
					            html.Div(children= self.children_div, style={"maxHeight": "600px", "overflow": "scroll"} ), 
 | 
				
			||||||
            html.A('www.candelatech.com',href='http://www.candelatech.com', target='_blank',
 | 
					            html.A('www.candelatech.com',href='http://www.candelatech.com', target='_blank',
 | 
				
			||||||
            style={'color':'#00361c','text-align':'left'}),
 | 
					            style={'color':'#00361c','text-align':'left'}),
 | 
				
			||||||
        ])
 | 
					        ])
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user