1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-22 14:50:29 +03:00

Updated & fixed url on same window

This commit is contained in:
Adolfo Gómez García 2021-06-03 12:50:22 +02:00
parent e21267b0fd
commit 7a030dd302
4 changed files with 3 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -20,11 +20,8 @@ gettext("Are you sure?");
gettext("seconds");
gettext("Launching service");
gettext("Please wait until the service is launched.");
gettext("Remember that you will need the UDS client on your platform to access the service.");
gettext("Error launching service");
gettext("Please wait until the service is launched.");
gettext("Your connection is being prepared. It will open on a new window when ready.");
gettext("The service is now being prepared. (It is at #).'.replace('#', '' + data.running + '%");
gettext("Please, tray again in a few moments.");
gettext("Error launching service");
// HTML

View File

@ -110,7 +110,7 @@ class URLCustomTransport(transports.Transport):
.replace('_USERNAME_', username)
)
onw = '&o_n_w={};'.format(hash(transport.name)) if self.forceNewWindow.isTrue() else ''
onw = '&o_n_w={}'.format(hash(transport.name)) if self.forceNewWindow.isTrue() else ''
return str(
"{}{}".format(
url,