net/frr: Add hint about service reload (frr-reload) vs full restart requirement (#5022)

* net/frr: Add hint about service reload (frr-reload) vs full restart requirement

* Add missing translations
This commit is contained in:
Monviech
2025-11-12 19:05:42 +01:00
committed by GitHub
parent 6061da298b
commit 68505ed357
7 changed files with 56 additions and 7 deletions
@@ -74,5 +74,12 @@ POSSIBILITY OF SUCH DAMAGE.
{{ partial('layout_partials/base_bootgrid_table', formGridEditBFDNeighbor)}}
</div>
</div>
{{ partial('layout_partials/base_apply_button', {'data_endpoint': '/api/quagga/service/reconfigure', 'data_service_widget': 'quagga'}) }}
{{ partial(
'layout_partials/base_apply_button',
{
'data_endpoint': '/api/quagga/service/reconfigure',
'data_service_widget': 'quagga',
'data_change_message_content': lang._('Apply will reload the service without causing interruptions. Some changes will need a full restart with the available service control buttons.')
}
) }}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditBFDNeighbor,'id':formGridEditBFDNeighbor['edit_dialog_id'],'label':lang._('Edit Neighbor')])}}
@@ -172,7 +172,14 @@ POSSIBILITY OF SUCH DAMAGE.
{{ partial('layout_partials/base_bootgrid_table', formGridEditBGPPeergroups)}}
</div>
</div>
{{ partial('layout_partials/base_apply_button', {'data_endpoint': '/api/quagga/service/reconfigure', 'data_service_widget': 'quagga'}) }}
{{ partial(
'layout_partials/base_apply_button',
{
'data_endpoint': '/api/quagga/service/reconfigure',
'data_service_widget': 'quagga',
'data_change_message_content': lang._('Apply will reload the service without causing interruptions. Some changes will need a full restart with the available service control buttons.')
}
) }}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditBGPNeighbor,'id':formGridEditBGPNeighbor['edit_dialog_id'],'label':lang._('Edit Neighbor')])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditBGPASPaths,'id':formGridEditBGPASPaths['edit_dialog_id'],'label':lang._('Edit AS Paths')])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditBGPPrefixLists,'id':formGridEditBGPPrefixLists['edit_dialog_id'],'label':lang._('Edit Prefix Lists')])}}
@@ -51,4 +51,11 @@ POSSIBILITY OF SUCH DAMAGE.
<div class="content-box" style="padding-bottom: 1.5em;">
{{ partial("layout_partials/base_form",['fields':generalForm,'id':'frm_general_settings'])}}
</div>
{{ partial('layout_partials/base_apply_button', {'data_endpoint': '/api/quagga/service/reconfigure', 'data_service_widget': 'quagga'}) }}
{{ partial(
'layout_partials/base_apply_button',
{
'data_endpoint': '/api/quagga/service/reconfigure',
'data_service_widget': 'quagga',
'data_change_message_content': lang._('Apply will reload the service without causing interruptions. Some changes will need a full restart with the available service control buttons.')
}
) }}
@@ -199,7 +199,14 @@ POSSIBILITY OF SUCH DAMAGE.
{{ partial('layout_partials/base_bootgrid_table', formGridEditRouteMaps)}}
</div>
</div>
{{ partial('layout_partials/base_apply_button', {'data_endpoint': '/api/quagga/service/reconfigure', 'data_service_widget': 'quagga'}) }}
{{ partial(
'layout_partials/base_apply_button',
{
'data_endpoint': '/api/quagga/service/reconfigure',
'data_service_widget': 'quagga',
'data_change_message_content': lang._('Apply will reload the service without causing interruptions. Some changes will need a full restart with the available service control buttons.')
}
) }}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditOSPFArea,'id':formGridEditOSPFArea['edit_dialog_id'],'label':lang._('Edit Area')])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditOSPFNeighbor,'id':formGridEditOSPFNeighbor['edit_dialog_id'],'label':lang._('Edit Neighbor')])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditNetwork,'id':formGridEditNetwork['edit_dialog_id'],'label':lang._('Edit Network')])}}
@@ -154,7 +154,14 @@
{{ partial('layout_partials/base_bootgrid_table', formGridEditRouteMaps)}}
</div>
</div>
{{ partial('layout_partials/base_apply_button', {'data_endpoint': '/api/quagga/service/reconfigure', 'data_service_widget': 'quagga'}) }}
{{ partial(
'layout_partials/base_apply_button',
{
'data_endpoint': '/api/quagga/service/reconfigure',
'data_service_widget': 'quagga',
'data_change_message_content': lang._('Apply will reload the service without causing interruptions. Some changes will need a full restart with the available service control buttons.')
}
) }}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditNetwork,'id':formGridEditNetwork['edit_dialog_id'],'label':lang._('Edit Network')])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditInterface,'id':formGridEditInterface['edit_dialog_id'],'label':lang._('Edit Interface')])}}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditPrefixLists,'id':formGridEditPrefixLists['edit_dialog_id'],'label':lang._('Edit Prefix Lists')])}}
@@ -51,4 +51,11 @@ POSSIBILITY OF SUCH DAMAGE.
<div class="content-box" style="padding-bottom: 1.5em;">
{{ partial("layout_partials/base_form",['fields':ripForm,'id':'frm_rip_settings'])}}
</div>
{{ partial('layout_partials/base_apply_button', {'data_endpoint': '/api/quagga/service/reconfigure', 'data_service_widget': 'quagga'}) }}
{{ partial(
'layout_partials/base_apply_button',
{
'data_endpoint': '/api/quagga/service/reconfigure',
'data_service_widget': 'quagga',
'data_change_message_content': lang._('Apply will reload the service without causing interruptions. Some changes will need a full restart with the available service control buttons.')
}
) }}
@@ -71,5 +71,12 @@
{{ partial('layout_partials/base_bootgrid_table', formGridEditSTATICRoute)}}
</div>
</div>
{{ partial('layout_partials/base_apply_button', {'data_endpoint': '/api/quagga/service/reconfigure', 'data_service_widget': 'quagga'}) }}
{{ partial(
'layout_partials/base_apply_button',
{
'data_endpoint': '/api/quagga/service/reconfigure',
'data_service_widget': 'quagga',
'data_change_message_content': lang._('Apply will reload the service without causing interruptions. Some changes will need a full restart with the available service control buttons.')
}
) }}
{{ partial("layout_partials/base_dialog",['fields':formDialogEditSTATICRoute,'id':formGridEditSTATICRoute['edit_dialog_id'],'label':lang._('Edit Routes')])}}