seeder-st2110-components 1.1.5 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2317,7 +2317,8 @@ const NetworkSettingsModal = _ref2 => {
2317
2317
  showNetmask = {
2318
2318
  LAN: true,
2319
2319
  QSFP: false
2320
- }
2320
+ },
2321
+ restartRemark
2321
2322
  } = _ref2;
2322
2323
  const {
2323
2324
  message,
@@ -2575,9 +2576,9 @@ const NetworkSettingsModal = _ref2 => {
2575
2576
  autoComplete: "off",
2576
2577
  ...formProps
2577
2578
  };
2578
- return /*#__PURE__*/jsxRuntime.jsx(antd.Modal, {
2579
+ return /*#__PURE__*/jsxRuntime.jsxs(antd.Modal, {
2579
2580
  ...mergedModalProps,
2580
- children: /*#__PURE__*/jsxRuntime.jsxs(antd.Form, {
2581
+ children: [/*#__PURE__*/jsxRuntime.jsxs(antd.Form, {
2581
2582
  ...mergedFormProps,
2582
2583
  children: [sections.includes('LAN') && lanConfigs.length > 0 && /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
2583
2584
  children: [/*#__PURE__*/jsxRuntime.jsx(NetworkFieldGroup, {
@@ -2590,7 +2591,7 @@ const NetworkSettingsModal = _ref2 => {
2590
2591
  interfaces: st2110Interfaces,
2591
2592
  fieldConfig: preparedFieldConfig.QSFP
2592
2593
  })]
2593
- })
2594
+ }), restartRemark]
2594
2595
  });
2595
2596
  };
2596
2597
  var NetworkSettingsModal$1 = /*#__PURE__*/react.memo(NetworkSettingsModal);