Douglas Schilling Landgraf has uploaded a new change for review. Change subject: engine_page: replace TBD string ......................................................................
engine_page: replace TBD string We must replace the TBD (To be defined) title when showing to users the Engine cert fingerprint. Change-Id: Idedcc24be983711f5b4a9372296fb4533badb480 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1022711 Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com> --- M src/engine_page.py 1 file changed, 6 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-plugin-vdsm refs/changes/72/20472/1 diff --git a/src/engine_page.py b/src/engine_page.py index 8945848..ad290b4 100644 --- a/src/engine_page.py +++ b/src/engine_page.py @@ -126,10 +126,12 @@ buttons = [ui.Button("action.cert.reject", "Close")] self._fp_dialog = ui.Dialog("dialog.engine.fp", - "{engine_name} Fingerprint".format( - engine_name=config.engine_name), - [ui.Label("dialog.label[0]", "TBD"), - ui.Label("dialog.fp", fingerprint)]) + "{engine_name} Fingerprint".format( + engine_name=config.engine_name), + [ui.Label("dialog.label[0]", + "\nPlease review the following fingerprint from Engine:\n"), + ui.Label("dialog.fp", fingerprint)]) + self._fp_dialog.buttons = buttons return self._fp_dialog -- To view, visit http://gerrit.ovirt.org/20472 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idedcc24be983711f5b4a9372296fb4533badb480 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