net/haproxy: make rules sortable, closes #582

This commit is contained in:
Frank Wall
2019-02-25 23:02:10 +01:00
parent bfff06b296
commit c1d79c36c0
3 changed files with 7 additions and 1 deletions
@@ -316,6 +316,7 @@
<label>Select Rules</label>
<type>select_multiple</type>
<style>tokenize</style>
<sortable>true</sortable>
<help><![CDATA[Choose rules to be included in this Backend Pool.]]></help>
<hint>Choose rules.</hint>
</field>
@@ -95,6 +95,7 @@
<type>select_multiple</type>
<style>tokenize</style>
<allownew>true</allownew>
<sortable>true</sortable>
<help><![CDATA[Used to enforce or disable certain SSL options.]]></help>
</field>
<field>
@@ -401,6 +402,7 @@
<label>Select Rules</label>
<type>select_multiple</type>
<style>tokenize</style>
<sortable>true</sortable>
<help><![CDATA[Choose rules to be included in this Public Service.]]></help>
<hint>Choose rules.</hint>
</field>
@@ -1,6 +1,6 @@
<model>
<mount>//OPNsense/HAProxy</mount>
<version>2.6.0</version>
<version>2.7.0</version>
<description>the HAProxy load balancer</description>
<items>
<general>
@@ -398,6 +398,7 @@
<ssl_bindOptions type="OptionField">
<Required>N</Required>
<default>no-sslv3,no-tlsv10,no-tls-tickets</default>
<Sorted>Y</Sorted>
<Multiple>Y</Multiple>
<OptionValues>
<no-sslv3>no-sslv3</no-sslv3>
@@ -667,6 +668,7 @@
</template>
</Model>
<ValidationMessage>Related action item not found</ValidationMessage>
<Sorted>Y</Sorted>
<multiple>Y</multiple>
<Required>N</Required>
</linkedActions>
@@ -983,6 +985,7 @@
</template>
</Model>
<ValidationMessage>Related action item not found</ValidationMessage>
<Sorted>Y</Sorted>
<multiple>Y</multiple>
<Required>N</Required>
</linkedActions>