skyline/src/pages/compute
zhangjingwei 608d9ef5f4 feat: Support network port_security_enabled
1. Update create instance with `port_security_enabled = false` network:
if one of selected networks is disable port security, disable select security group
2. Update create ironic with `port_security_enabled = false` network:
if one of selected networks is disable port security, disable select
security group
3. Update instance manage security group in instance detail page:
disable manage security group for disable security group interface
4. Update create network with port_security_enabled prop:
can change port_security_enabled prop value
5. Update edit network with port_security_enabled prop:
can change port_security_enabled prop value
6. Add port_security_enabled prop in network detail page:
show network port_security_enabled value

Change-Id: I2227a9cb84ed87b5d1eedaea206004498ef0fab9
2021-08-25 11:34:14 +08:00
..
containers feat: Support network port_security_enabled 2021-08-25 11:34:14 +08:00
routes fix: Fix white screen problem 2021-08-23 17:09:38 +08:00
App.jsx fix: Fix pass props from layout 2021-08-24 11:30:09 +08:00