mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow selection of process output and commands.
This commit is contained in:
@@ -93,7 +93,7 @@ class RestoreMessage(IProcessDesc):
|
||||
res += html.safe_str(
|
||||
_("Running command:")
|
||||
)
|
||||
res += '</b><br><i>'
|
||||
res += '</b><br><span class="pg-bg-cmd enable-selection">'
|
||||
res += html.safe_str(cmd)
|
||||
|
||||
def cmdArg(x):
|
||||
@@ -119,7 +119,7 @@ class RestoreMessage(IProcessDesc):
|
||||
if no_args > 1:
|
||||
res += ' "' + html.safe_str(arg) + '"'
|
||||
|
||||
res += '</i></div>'
|
||||
res += '</span></div>'
|
||||
|
||||
return res
|
||||
|
||||
|
||||
Reference in New Issue
Block a user