mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-31 08:38:16 -05:00
virsh: Use consistent spacing for net-list
There is different spacing when listing active vs. inactive networks. Ex: Name State Autostart ----------------------------------------- default active yes xxxxxx inactive no
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Fri May 29 10:00:01 EDT 2009 Cole Robinson <crobinso@redhat.com>
|
||||
|
||||
* src/virsh.c : virsh: Use consistent spacing for net-list
|
||||
|
||||
Fri May 29 15:29:32 CEST 2009 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/qemu_conf.c docs/schemas/domain.rng
|
||||
|
||||
+1
-1
@@ -2798,7 +2798,7 @@ cmdNetworkList(vshControl *ctl, const vshCmd *cmd ATTRIBUTE_UNUSED)
|
||||
else
|
||||
autostartStr = autostart ? "yes" : "no";
|
||||
|
||||
vshPrint(ctl, "%-20s %s %s\n",
|
||||
vshPrint(ctl, "%-20s %-10s %-10s\n",
|
||||
inactiveNames[i],
|
||||
_("inactive"),
|
||||
autostartStr);
|
||||
|
||||
Reference in New Issue
Block a user