[node-patches] Change in ovirt-node[master]: Use seperate line to display Rsyslog and Netconsole
hadong0720 at gmail.com
hadong0720 at gmail.com
Sat Jul 13 08:20:40 UTC 2013
hadong has uploaded a new change for review.
Change subject: Use seperate line to display Rsyslog and Netconsole
......................................................................
Use seperate line to display Rsyslog and Netconsole
Previously using comma to divide Rsyslog and Netconsole info in
status page.
Now using seperate line to display them.
Change-Id: Ic53043ccd106c57ff4ddd95a665fea351e64da7b
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=981265
Signed-off-by: hadong <hadong0720 at gmail.com>
---
M src/ovirt/node/setup/core/status_page.py
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/94/16794/1
diff --git a/src/ovirt/node/setup/core/status_page.py b/src/ovirt/node/setup/core/status_page.py
index 3541d9a..d0c21d3 100644
--- a/src/ovirt/node/setup/core/status_page.py
+++ b/src/ovirt/node/setup/core/status_page.py
@@ -199,7 +199,8 @@
(IPAddress(netconsole["server"]),
netconsole["port"] or "6666"))
- return ", ".join(destinations) if destinations else "Local Only"
+ return ("\n"+" ".ljust(13)).\
+ join(destinations) if destinations else "Local Only"
class HostkeyDialog(ui.Dialog):
--
To view, visit http://gerrit.ovirt.org/16794
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic53043ccd106c57ff4ddd95a665fea351e64da7b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>
More information about the node-patches
mailing list