mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-07-26 23:34:02 +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)
|
arraydisk = returnDiskInfo(output,controllerid)
|
||||||
|
|
||||||
# Adjust print format with width computed above
|
# 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:
|
for array in arraydisk:
|
||||||
# Header
|
# Header
|
||||||
if ( i == 0 ):
|
if ( i == 0 ):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user