This commit is contained in:
parent
2ab2ac5e3c
commit
46f689725d
|
@ -72,9 +72,9 @@
|
||||||
<div class="select">
|
<div class="select">
|
||||||
<label class="label" for="type">Tracking Regex</label>
|
<label class="label" for="type">Tracking Regex</label>
|
||||||
<select name="type" id="type">
|
<select name="type" id="type">
|
||||||
<option value="null">Null</option>
|
<option value="null" {{if eq (.CurrentSetting.ChannelType) "null" }}selected{{end}}>Null</option>
|
||||||
<option value="sorted-set">Sorted Set</option>
|
<option value="sorted-set" {{if eq (.CurrentSetting.ChannelType) "sorted-set" }}selected{{end}}>Sorted Set</option>
|
||||||
<option value="stream">Streams</option>
|
<option value="stream" {{if eq (.CurrentSetting.ChannelType) "stream" }}selected{{end}}>Streams</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<input type="text" class="input" name="include_regex" value="{{ .CurrentSetting.IncludeRegex }}" placeholder="enter regex to track items" />
|
<input type="text" class="input" name="include_regex" value="{{ .CurrentSetting.IncludeRegex }}" placeholder="enter regex to track items" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user