File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ mg.include('scripts/lua/settings_header.lp','r')
37
37
<div class ="col-md-12 settings-level-expert" >
38
38
<div class ="box box-warning" >
39
39
<div class ="box-header with-border" >
40
- <h3 class ="box-title" data -configkeys ="database.DBimport database.DBexport database. maxDBdays database.network.expire" >Privacy -related database settings </h3 >
40
+ <h3 class ="box-title" data -configkeys ="database.DBimport database.maxDBdays database.network.expire" >Privacy -related database settings </h3 >
41
41
</div >
42
42
<div class ="box-body" >
43
43
<div class ="row" >
@@ -47,10 +47,6 @@ mg.include('scripts/lua/settings_header.lp','r')
47
47
<input type ="checkbox" id ="database.DBimport" data -key ="database.DBimport" title ="log-queries" >
48
48
<label for ="database.DBimport" ><strong >Should FTL load queries from the database on (re )start ?</strong ></label >
49
49
</div >
50
- <div >
51
- <input type ="checkbox" id ="database.DBexport" data -key ="database.DBexport" title ="log-queries" >
52
- <label for ="database.DBexport" ><strong >Should FTL store queries in the database ?</strong ></label >
53
- </div >
54
50
<br >
55
51
<div class ="row-flex" >
56
52
<input class ="form-control" type ="number" id ="database.maxDBdays" data -key ="database.maxDBdays" data -type ="integer" value ="" min ="0" step ="10" >
You can’t perform that action at this time.
0 commit comments