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:
parent
e21267b0fd
commit
7a030dd302
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user