mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-27 06:15:57 +03:00
[PR #120] [MERGED] Feat/show new rules tags on top #355
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#355
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dflow-sh/dflow/pull/120
Author: @manikanta9176
Created: 4/28/2025
Status: ✅ Merged
Merged: 4/28/2025
Merged by: @manikanta9176
Base:
main← Head:feat/show-new-rules-tags-on-top📝 Commits (2)
0a97288chore: add inbound and outbound rules sections with dynamic rule forms and newly added rule is on top12d61a0chore: add full screen toggle to CreateSecurityGroup and adjust form scroll area height📊 Changes
11 files changed (+1037 additions, -976 deletions)
View changed files
➕
src/components/security/BasicInfoSection.tsx(+151 -0)📝
src/components/security/CreateSecurityGroup.tsx(+56 -32)📝
src/components/security/CreateSecurityGroupForm.tsx(+177 -944)➕
src/components/security/InboundRulesSection.tsx(+61 -0)➕
src/components/security/OutboundRulesSection.tsx(+61 -0)➕
src/components/security/PortInputs.tsx(+82 -0)➕
src/components/security/ProtocolInput.tsx(+46 -0)➕
src/components/security/RuleForm.tsx(+130 -0)➕
src/components/security/RuleTypeSelect.tsx(+77 -0)➕
src/components/security/SourceDestination.tsx(+102 -0)➕
src/components/security/TagsSection.tsx(+94 -0)📄 Description
#98
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.