Skip to content

Commit d42e094

Browse files
committed
Create new sections for log and crawl options
1 parent 50be850 commit d42e094

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

views/advanced-options-page.php

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828

2929
<h1>Advanced Options<h1>
3030

31+
<h2>Logging Options</h2>
32+
33+
<table class="widefat striped">
34+
<tbody>
35+
<?php echo $row( 'maxLogRows' ); ?>
36+
</tbody>
37+
</table>
38+
39+
<p/>
40+
3141
<h2>Detection Options</h2>
3242

3343
<table class="widefat striped">
@@ -39,12 +49,20 @@
3949

4050
<p/>
4151

42-
<h2>Post-processing Options</h2>
52+
<h2>Crawling Options</h2>
4353

4454
<table class="widefat striped">
4555
<tbody>
4656
<?php echo $row( 'crawlConcurrency' ); ?>
47-
<?php echo $row( 'maxLogRows' ); ?>
57+
</tbody>
58+
</table>
59+
60+
<p/>
61+
62+
<h2>Post-processing Options</h2>
63+
64+
<table class="widefat striped">
65+
<tbody>
4866
<?php echo $row( 'skipURLRewrite' ); ?>
4967
<?php echo $row( 'hostsToRewrite' ); ?>
5068
</tbody>

0 commit comments

Comments
 (0)