mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-30 19:04:10 +01:00 
			
		
		
		
	Dashboard: Respect original dashlet order
This commit is contained in:
		
							parent
							
								
									0cc06d6af9
								
							
						
					
					
						commit
						b63a956a38
					
				| @ -77,7 +77,7 @@ class Dashboard extends AbstractWidget | |||||||
|         foreach ($navigation as $dashboardPane) { |         foreach ($navigation as $dashboardPane) { | ||||||
|             /** @var DashboardPane $dashboardPane */ |             /** @var DashboardPane $dashboardPane */ | ||||||
|             $pane = new Pane($dashboardPane->getLabel()); |             $pane = new Pane($dashboardPane->getLabel()); | ||||||
|             foreach ($dashboardPane->getDashlets() as $title => $url) { |             foreach ($dashboardPane->getDashlets(false) as $title => $url) { | ||||||
|                 $pane->addDashlet($title, $url); |                 $pane->addDashlet($title, $url); | ||||||
|             } |             } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user