Skip to content

Commit

Permalink
Merge pull request #477 from yogeshojha/fix/clocked-scan
Browse files Browse the repository at this point in the history
Fixed #476
  • Loading branch information
yogeshojha committed Aug 28, 2021
2 parents e984335 + 78743df commit 650c2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/startScan/templates/organization/schedule_scan_ui.html
Expand Up @@ -45,7 +45,7 @@ <h6><span class="badge outline-badge-dark">{{ domain_list|length }}</span>&nbsp;
<div id="example-basic">
<h3>Choose the scheduler</h3>
<div class="">
<select class="selectpicker" data-width='100%' onchange="schedulerChanged(this)" name="scheduled_mode">
<select class="form-control" data-width='100%' onchange="schedulerChanged(this)" name="scheduled_mode">
<option value="periodic">Periodic Scan</option>
<option value="clocked">Clocked Scan</option>
</select>
Expand Down
2 changes: 1 addition & 1 deletion web/startScan/templates/startScan/schedule_scan_ui.html
Expand Up @@ -39,7 +39,7 @@ <h4>Schedule scan for <b>{{domain.name}}</b></h4>
<div id="example-basic">
<h3>Choose the scheduler</h3>
<div class="">
<select class="selectpicker" data-width='100%' onchange="schedulerChanged(this)" name="scheduled_mode">
<select class="form-control" data-width='100%' onchange="schedulerChanged(this)" name="scheduled_mode">
<option value="periodic">Periodic Scan</option>
<option value="clocked">Clocked Scan</option>
</select>
Expand Down

0 comments on commit 650c2da

Please sign in to comment.