update getColumns function for image, then other class can better update the columns by inheritance class
Change-Id: I8c5387b4e03edfb5f94764a7bb7c60759962871e
1. add container format column for image list page
2. fix request body for create docker image
3. update container format value display
Change-Id: I40ad82385d2f014b1066428e4b30ddd99435d01c
Show project id and filter data by it when create nework,subnet,fip,qos in management platform
Closes-Bug: #2037275
Change-Id: I4e12b423be7662ba83f8efbf55e1b6aa0e31105d
1. add instance detail info to the attach volume action in the instance detail page
2. add instance detail info to the manage security group action and detach action in the instance detail page
3. add port detail info to the manage security group action and detach action in the port detail page
Change-Id: Ie63f8d330ad5442fdb5c6263e83e974e53fb1a3e
Use color variables to set color in less and jsx, this makes it easy to change the theme for all pages.
Change-Id: I9b82c4624826854d40d11da4e6ce4a9137b86085
Optimize the clicking event in the select-table component, when click the row of the table in the component, the row will be selected, but when click the button in the row, the selection does not change.
Change-Id: I88f3a842bcf3a91d1cd8a0f20e847f1e5e57ed7d
1.Show quota info when create cluster
2.Support quota setting of magnum cluster when manage project quota
Change-Id: I90d1bc3c2bcb2aa95d728c245dd1b742d3fe6ae1
1.The form items value will be resetted, when create a new keypair
2.Same issue when create instance
Closes-Bug: #1998077
Change-Id: Ie0021cbddc4c8730d604e4892a8cfa878a5bcb95
When the Start source is the instance snapshot, the quota
should be calculated according to the data disk of the selected
instance snapshot and the newly added data disk
Closes-Bug: #1992739
Change-Id: I035b1edb5e0441e63d7919ea5933731bd687c1d2
1. get instance snapshot data disks when rendering data disk
2. support contentStyle property for Descriptions component
3. add contentStyle for the data disk item to present multiple data disk values
Closes-Bug: #1992739
Change-Id: I62d92620574a5ee4ffff8f8d20958ad42cc4221a
Not show the data disk when creating vm by Instance snapshot with system disk and data disk
1. fetch instanceSnapshotDataVolumes data when change instance snapshot
2. add Required Data Disk form item of BaseStep when create instance by snapshot
3. show instance snapshot data disk's info if instance snapshot has system disk and data disk
4. hide render default system disk when selecting Bootable Volume of Start Source's option
Closes-Bug: #1992739
Change-Id: I3a1daa8845cc9f73b8ea8d0216d49ad858b7168b
Show the project name of the images in the rebuild instance action, when the current user has admin role
Change-Id: I1073c398941e43311ab6a6a03e7f36458d8ba70c
1. Update nameRender to support without id
2. Update name column in the keypair list page: only show the name with link to the detail page
3. Fix the id value in the keypair detail page
Change-Id: I8c983875425b1c9b31f8b3ea8eb80667b5cfabf6
1. update the port id/name column in the MemberAllocator component which is used in create load balancer action
2. update the database backup id/name column in the database backup list page
3. update the configuration id/name column in the database configuration list page
4. update the id/name columns in the vpn endpoint/ike policy/ipsec policy/gateway list page
5. update the volume id/name column in the volumeSelectTable component which is used in instance attach volumes action
6. update the port id/name column in the network step in create instance action
Change-Id: Idc3bc161a56b06cb83f9e4c9543edaf0762a4669
When creating an instance, switch to manually specify the physical node. The physical node label is missing in compute page.
Change-Id: Ia1c709dc06b8c767c1004a794b22541535f2a2e5
1. Support cpu/memory fuzzy search in the flavor list page
2. Support flavor cpu/memory fuzzy search in the FlavorSelectTable component, which is used in:
(1) create instance page
(2) create ironic page
(3) instance resize form
(4) create database instance page
(5) create cluster template page
(6) edit cluster template page
Change-Id: Iba1303a7641621a50b92e21e9173ba65fd7ac669
Modify instance tags is allowed when the vm_state value is one of active, paused, suspended, stopped
Closes-Bug: #1991202
Change-Id: I1275053dd0aa57d777ba23046861d4c1b551ee03
When create or edit, fill in name of node, then clear it, creating and editing nodes throws an error
Closes-Bug: #1991208
Change-Id: Ia2ad3fb1f9f4a5fa38e59df68386caf5c0c74d3d
Remove tags filter in the instance list page, because the api has not
supported it, this affects:
1. the instance list page
2. the instance list tab in the server group detail page
3. the instance list tab in the host detail page
4. the instance list tab in the flavor detail page
Closes-Bug: #1990826
Change-Id: I400d53d0c051ffab12478796ba0cdc165347ddd4
1. fix the image value check when create instance by a given image
2. fix the instance snapshot value check when create instance by a given instance snapshot
3. remove the useless instance snapshot request when create instance by a given bootable volume or a given image
Closes-Bug: #1990349
Change-Id: I4cee48bd9bb38ce6db1d59acc362d24d4af49b08
1. Set AZ input required when create aggregate with new AZ
2. Set AZ select(which contains a no-select AZ) required when create aggregate without new AZ
Closes-Bug: #1990213
Change-Id: Ie84ef2aac98da92c5707db9e0355e23f3e96f6f9
1. Set the min_disk/min_ram to be required when edit image, and fix the zero
min_ram value in the request body.
2. Set the hw_cpu_policy/hw_cpu_thread_policy to be required when create/edit image, to avoid loss the value.
Closes-Bug: #1990092
Change-Id: I58b42824d041a4b615e6db31ddcef23da8a8494c
Update Table/SimpleTable/DetailCard/TabDetail component to optimize the rendering of data with unit, such as size value
Change-Id: I0e4971eeee1353bce03e6ae1f583c8b6ace87489
1. update confirm context when locking instance
2. remove check attached server's locked status when expanding the capacity of volume
Change-Id: I478dfadc131f43bd9d7c0d294ccc96e6f799eca4
Update Table/SimpleTable/DetailCard/TabDetail component to optimize the rendering of data with map values, such as status value, which has a value map to deal with the i18n display
Change-Id: I9696c194e15db14197334f31d09a49de8170fe20
1. Add port list page, the old virtual adapter list page only show the
compute:nova bouned ports and unbouned ports
2. Update actions's allowed check: detach fip
3. Update port store: from virtualAdatperStore to portStore
4. Adjust file/folder path: from virtualAdapter to port
Change-Id: Iceec96731a9fd17de429b4e6061490a26e562162