mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-20 09:26:37 +00:00
Update nextjs (#550)
This commit is contained in:
@@ -330,7 +330,7 @@ echo $response;
|
||||
</Property>
|
||||
<Property name="rules" type="object[]" required={true}>
|
||||
|
||||
<details class="custom-details" open>
|
||||
<details className="custom-details" open>
|
||||
<summary>Policy rule object for policy UI editor</summary>
|
||||
<Properties>
|
||||
|
||||
@@ -371,7 +371,7 @@ echo $response;
|
||||
</Property>
|
||||
<Property name="port_ranges" type="object[]" required={false}>
|
||||
|
||||
<details class="custom-details" open>
|
||||
<details className="custom-details" open>
|
||||
<summary>Policy rule affected ports ranges list</summary>
|
||||
<Properties>
|
||||
|
||||
@@ -408,7 +408,7 @@ echo $response;
|
||||
</Property>
|
||||
<Property name="sourceResource" type="object" required={false}>
|
||||
|
||||
<details class="custom-details" open>
|
||||
<details className="custom-details" open>
|
||||
<summary>More Information</summary>
|
||||
<Properties>
|
||||
|
||||
@@ -435,7 +435,7 @@ echo $response;
|
||||
</Property>
|
||||
<Property name="destinationResource" type="object" required={false}>
|
||||
|
||||
<details class="custom-details" open>
|
||||
<details className="custom-details" open>
|
||||
<summary>More Information</summary>
|
||||
<Properties>
|
||||
|
||||
@@ -1442,7 +1442,7 @@ echo $response;
|
||||
</Property>
|
||||
<Property name="rules" type="object[]" required={true}>
|
||||
|
||||
<details class="custom-details" open>
|
||||
<details className="custom-details" open>
|
||||
<summary>Policy rule object for policy UI editor</summary>
|
||||
<Properties>
|
||||
|
||||
@@ -1483,7 +1483,7 @@ echo $response;
|
||||
</Property>
|
||||
<Property name="port_ranges" type="object[]" required={false}>
|
||||
|
||||
<details class="custom-details" open>
|
||||
<details className="custom-details" open>
|
||||
<summary>Policy rule affected ports ranges list</summary>
|
||||
<Properties>
|
||||
|
||||
@@ -1520,7 +1520,7 @@ echo $response;
|
||||
</Property>
|
||||
<Property name="sourceResource" type="object" required={false}>
|
||||
|
||||
<details class="custom-details" open>
|
||||
<details className="custom-details" open>
|
||||
<summary>More Information</summary>
|
||||
<Properties>
|
||||
|
||||
@@ -1547,7 +1547,7 @@ echo $response;
|
||||
</Property>
|
||||
<Property name="destinationResource" type="object" required={false}>
|
||||
|
||||
<details class="custom-details" open>
|
||||
<details className="custom-details" open>
|
||||
<summary>More Information</summary>
|
||||
<Properties>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user