mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-07-25 14:54:22 +02:00
expand drive id column so it doesnt break (#109)
[megaclisas_status] expand drive id column so it doesnt break (#109)
This commit is contained in:
parent
571c894a01
commit
fddb6a970d
@ -830,7 +830,7 @@ if totaldrivenumber:
|
||||
arraydisk = returnDiskInfo(output,controllerid)
|
||||
|
||||
# Adjust print format with width computed above
|
||||
drvfmt = "%-"+str(dlen+5)+"s | %-4s | %-"+str(mlen)+"s | %-8s | %-"+str(flen)+"s | %-8s | %-4s | %-8s | %-8s"
|
||||
drvfmt = "%-"+str(dlen+6)+"s | %-4s | %-"+str(mlen)+"s | %-8s | %-"+str(flen)+"s | %-8s | %-4s | %-8s | %-8s"
|
||||
for array in arraydisk:
|
||||
# Header
|
||||
if ( i == 0 ):
|
||||
|
Loading…
x
Reference in New Issue
Block a user