Lengthen field a bit
This commit is contained in:
		
							
								
								
									
										2
									
								
								pvcf.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pvcf.py
									
									
									
									
									
								
							@@ -153,7 +153,7 @@ def getInformationFromXML(zk, uuid, long_output):
 | 
				
			|||||||
        ainformation.append('')
 | 
					        ainformation.append('')
 | 
				
			||||||
        ainformation.append('{}Disks:{}        {}ID  Type  Name                                       Dev  Bus{}'.format(ansiiprint.purple(), ansiiprint.end(), ansiiprint.bold(), ansiiprint.end()))
 | 
					        ainformation.append('{}Disks:{}        {}ID  Type  Name                                       Dev  Bus{}'.format(ansiiprint.purple(), ansiiprint.end(), ansiiprint.bold(), ansiiprint.end()))
 | 
				
			||||||
        for disk in ddisks:
 | 
					        for disk in ddisks:
 | 
				
			||||||
            ainformation.append('              {0: <3} {1: <5} {2: <40} {3: <4} {4: <5}'.format(ddisks.index(disk), disk['type'], disk['name'], disk['dev'], disk['bus']))
 | 
					            ainformation.append('              {0: <3} {1: <5} {2: <42} {3: <4} {4: <5}'.format(ddisks.index(disk), disk['type'], disk['name'], disk['dev'], disk['bus']))
 | 
				
			||||||
        # Network list
 | 
					        # Network list
 | 
				
			||||||
        ainformation.append('')
 | 
					        ainformation.append('')
 | 
				
			||||||
        ainformation.append('{}Interfaces:{}   {}ID  Type     Source   Model    MAC{}'.format(ansiiprint.purple(), ansiiprint.end(), ansiiprint.bold(), ansiiprint.end()))
 | 
					        ainformation.append('{}Interfaces:{}   {}ID  Type     Source   Model    MAC{}'.format(ansiiprint.purple(), ansiiprint.end(), ansiiprint.bold(), ansiiprint.end()))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user