Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: engine_page: Improve label for engine address
......................................................................

engine_page: Improve label for engine address

Change-Id: I37e8e4e6f576ef46e01eeed7005e1ea129a44048
Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com>
---
M configure.ac
M src/engine_page.py
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node-plugin-vdsm 
refs/changes/31/38231/1

diff --git a/configure.ac b/configure.ac
index cd71f0a..6a1e68e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
 AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability tar-pax])
 AC_SUBST([PACKAGE_RPM_VERSION])
 AC_SUBST([PACKAGE_RPM_RELEASE])
-AC_SUBST([ENGINENAME], ['oVirt Engine'])
+AC_SUBST([ENGINENAME], ['Engine'])
 
 AM_PATH_PYTHON
 
diff --git a/src/engine_page.py b/src/engine_page.py
index 716ab11..97a6838 100644
--- a/src/engine_page.py
+++ b/src/engine_page.py
@@ -224,7 +224,7 @@
                     header_menu
                 ),
                 ui.Entry("vdsm_cfg.address",
-                          str(config.engine_name) + " Address"),
+                          str(config.engine_name) + " Address(or ip:port):"),
                 ui.Divider("divider[0]"),
                 ui.KeywordLabel("vdsm_cfg.cert", "Certificate Status: "),
                 ui.Divider("divider[1]"),


-- 
To view, visit https://gerrit.ovirt.org/38231
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I37e8e4e6f576ef46e01eeed7005e1ea129a44048
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-plugin-vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to