Shahar Havivi has uploaded a new change for review. Change subject: python: rename connect buttons to launch ......................................................................
python: rename connect buttons to launch Change-Id: I7529c814f03c51f262be6018a14db3535b79ed72 Signed-off-by: Shahar Havivi <shav...@redhat.com> --- M python/WebHandler.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/samples-portals refs/changes/21/9521/1 diff --git a/python/WebHandler.py b/python/WebHandler.py index 37bd7f4..c19d7c2 100644 --- a/python/WebHandler.py +++ b/python/WebHandler.py @@ -149,7 +149,7 @@ <th>Display</th> <th>Start</th> <th>Stop</th> - <th>Connect</th> + <th>Launch</th> </tr> ''' @@ -166,7 +166,7 @@ startbtn = "<button %s onclick=javascript:location.href='action?vmid=%s&action=start' type='button'>Start</button>" % (startable, vm['vmid']) stopbtn = "<button %s onclick=javascript:location.href='action?vmid=%s&action=stop' type='button'>Stop</button>" % (stopable, vm['vmid']) - connectbtn = "<button %s onclick=javascript:location.href='action?vmid=%s&action=ticket' type='button'>Connect</button>" % (connectable, vm['vmid']) + connectbtn = "<button %s onclick=javascript:location.href='action?vmid=%s&action=ticket' type='button'>Launch</button>" % (connectable, vm['vmid']) html = html + ''' <tr> <td>%s</td> -- To view, visit http://gerrit.ovirt.org/9521 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7529c814f03c51f262be6018a14db3535b79ed72 Gerrit-PatchSet: 1 Gerrit-Project: samples-portals Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <shav...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches