Skip to content

Commit

Permalink
drop the display of spider name which is useless, display potential c…
Browse files Browse the repository at this point in the history
…ookie used instead
  • Loading branch information
boogheta committed Jun 22, 2021
1 parent 70f7cee commit 3245d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyphe_frontend/app/views/monitorCrawls.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ <h3 style="margin-bottom:0px">DETAILED SETTINGS</h3>
<dt>User Agent</dt>
<dd>{{crawljobsIndex[focusedJobId].crawl_arguments.user_agent}}</dd>

<dt>Spider Start</dt>
<dd>{{crawljobsIndex[focusedJobId].crawl_arguments.spider}}</dd>
<dt>Cookie used</dt>
<dd>{{crawljobsIndex[focusedJobId].crawl_arguments.cookies || "None"}}</dd>

<dt>Additional Settings</dt>
<dd>{{crawljobsIndex[focusedJobId].crawl_arguments.setting}}</dd>
Expand Down

0 comments on commit 3245d56

Please sign in to comment.