mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
security/acme-clent: preserve sort order of automations, closes #2833
This commit is contained in:
parent
a45a8fb044
commit
03ad1c834b
2 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,7 @@
|
|||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<allownew>true</allownew>
|
||||
<sortable>true</sortable>
|
||||
<help>Choose the automations that should be run after certificate creation and renewal. Basically every application requires a quick restart to reload the updated certificate. If you don't configure an automation, the in-memory certificate may expire and cause security warnings and other issues.</help>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
|||
|
|
@ -270,6 +270,7 @@
|
|||
</actions>
|
||||
</Model>
|
||||
<ValidationMessage>Related automation not found</ValidationMessage>
|
||||
<Sorted>Y</Sorted>
|
||||
<multiple>Y</multiple>
|
||||
<Required>N</Required>
|
||||
</restartActions>
|
||||
|
|
|
|||
Loading…
Reference in a new issue