mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-11-04 10:11:16 +01:00 
			
		
		
		
	Changing label from Switches to Devices
Change-Id: Ib1a891bb65f66944c4ea7ee9da07bc80d7d4bc7c
This commit is contained in:
		
							parent
							
								
									83da9b768f
								
							
						
					
					
						commit
						93c8f9e776
					
				@ -165,7 +165,7 @@
 | 
				
			|||||||
                .data(onosOrder, function (d) { return d.id; });
 | 
					                .data(onosOrder, function (d) { return d.id; });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        function nSw(n) {
 | 
					        function nSw(n) {
 | 
				
			||||||
            return 'Switches: ' + n;
 | 
					            return 'Devices: ' + n;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // operate on existing onos instances if necessary
 | 
					        // operate on existing onos instances if necessary
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user