Allow selection of process output and commands.

This commit is contained in:
Dave Page
2016-11-18 12:05:19 +00:00
parent 687f1f640f
commit 29743ad3c4
4 changed files with 9 additions and 5 deletions

View File

@@ -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