diff --git a/frontend/src/utils/serverUtils.js b/frontend/src/utils/serverUtils.js index 25de61f..e9e7224 100644 --- a/frontend/src/utils/serverUtils.js +++ b/frontend/src/utils/serverUtils.js @@ -91,6 +91,7 @@ export const needsGateways = (type) => { export const SERVER_TYPE_OPTIONS = [ { value: 'jumphost', label: 'Jumphost' }, { value: 'exit', label: 'Выходная нода' }, + { value: 'bgp', label: 'BGP роутер' }, ]; /**