feat: NOC/BGP Router/Gateway の管理画面を Setting に追加#224
Open
csenet wants to merge 1 commit into
Open
Conversation
- Setting ナビを有効化し、NOC/BGP Router/Gateway の管理タブを追加 (一覧・追加・編集・削除のCRUD、Admin APIの /noc /router /gateway /gateway_ip を使用) - Gateway は Gateway IP を同一画面に統合(1:1運用に合わせ有効/無効は単一トグル) - NOC一覧と連動したドロップダウン、実運用で未使用の項目(comment/capacity/address)は非表示 - 併せて MUI v7 API 移行と eslint flat config 等のツールチェーン更新を含む Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NOC / BGP Router / Gatewayの3タブからなる管理画面を新設/noc/router/gateway/gateway_ipを使用comment/capacity/ BGP Routerのaddress)はフォーム・カードから非表示(型・送信側は保持し既存値は破壊しない)TransitionComponent→slots等)と eslint flat config 等のツールチェーン更新を含む主な変更ファイル
src/api/{NOC,Router,Gateway,GatewayIP}.ts、src/pages/Setting/{Setting,NocSetting,RouterSetting,GatewaySetting}.tsxsrc/App.tsx(route追加)、src/components/Dashboard/Dashboard.tsx(Settingナビ配線)、src/interface.ts(型追加)バックエンド仕様への対応
replace()仕様に合わせ enable は常時送信、Gateway は noc_id 常時送信(nil dereference回避)Test plan
/dashboard/settingで NOC / BGP Router / Gateway 各タブが表示される🤖 Generated with Claude Code