Update internal index name

This commit is contained in:
2022-09-05 07:20:30 +01:00
parent 0882d3f0da
commit f35eb51aaf
7 changed files with 18 additions and 11 deletions

View File

@@ -106,7 +106,7 @@
"channel": "*status",
"time": "None",
"date": "None",
"index": "int",
"index": "internal",
"type": "znc",
"mtype": "None",
"nick": "*status",
@@ -196,7 +196,7 @@
"channel": "{{ sinst.entity }}",
"time": "None",
"date": "None",
"index": "int",
"index": "internal",
"type": "auth",
"mtype": "None",
"nick": "{{ sinst.entity }}",

View File

@@ -354,10 +354,10 @@
<option value="main">Main</option>
{% endif %}
{% if params.index == 'int' %}
<option selected value="int">Internal</option>
{% if params.index == 'internal' %}
<option selected value="internal">Internal</option>
{% else %}
<option value="int">Internal</option>
<option value="internal">Internal</option>
{% endif %}
{% if params.index == 'meta' %}