fix: enable all plugins help text
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
parent
3a5b5c216d
commit
60ceaffd82
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
<input class="form-check-input" type="checkbox" name="enable_all_plugins" value="true" {{if .Channel.EnableAllPlugins}}checked{{end}}>
|
<input class="form-check-input" type="checkbox" name="enable_all_plugins" value="true" {{if .Channel.EnableAllPlugins}}checked{{end}}>
|
||||||
<span class="form-check-label">Enable All Plugins</span>
|
<span class="form-check-label">Enable All Plugins</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="form-help">
|
<div>
|
||||||
When enabled, all registered plugins will be automatically enabled for this channel. Individual plugin settings will be ignored.
|
When enabled, all registered plugins will be automatically enabled for this channel. Individual plugin settings will be ignored.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -124,4 +124,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue