Skip to content

Commit

Permalink
update copy button text
Browse files Browse the repository at this point in the history
  • Loading branch information
wh0am1i committed Apr 28, 2024
1 parent cfc8429 commit 0995e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pocsuite3/plugins/html_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ def _writer_footer(self):
def write_results(self, results=None):
if results:
self.html.addcontent('<button onclick="copyAll()" class="btn btn-primary" '
'style="margin-bottom: 10px">复制所有目标</button>')
'style="margin-bottom: 10px">Copy all</button>')
self.html.addcontent('<button onclick="copySuc()" class="btn btn-success"'
' style="margin-bottom: 10px">复制成功目标</button>')
' style="margin-bottom: 10px">Copy Successful</button>')
self.html.addcontent('<table class="table table-striped table-bordered table-hover">'
'<thead class="thead-dark"><tr>'
'<th scope="col">Target</th>'
Expand Down

0 comments on commit 0995e82

Please sign in to comment.