increase the width of the mac_mount plugin's Mount Point column

This commit is contained in:
iMHLv2
2013-03-28 17:19:44 +00:00
parent dcc234530f
commit 2e0d0b72ca
+1 -1
View File
@@ -39,7 +39,7 @@ class mac_mount(common.AbstractMacCommand):
mount = mount.mnt_list.tqe_next
def render_text(self, outfd, data):
self.table_header(outfd, [("Device", "30"), ("Mount Point", "20"), ("Type", "")])
self.table_header(outfd, [("Device", "30"), ("Mount Point", "30"), ("Type", "")])
for mount in data:
self.table_row(outfd,
mount.mnt_vfsstat.f_mntonname,