Display network type in network overview#845
Conversation
|
For now, moved to 1.1 as this is not a blocker or critical issue. |
Display "VPC Tier" as type if an isolated network belongs to VPC else display its regular type
4b42c4d to
e392e34
Compare
|
@rhtyd @GabrielBrascher I made changes to display vpcname in a new coloumn with a router link to it. Also note that this depends on backend change for which I have created the PR |
davidjumani
left a comment
There was a problem hiding this comment.
@ravening could you add a backward compatibility check similar to https://github.com/apache/cloudstack-primate/blob/master/src/config/section/infra/secondaryStorages.js#L27 if the backend changes don't get into 4.15 ?
|
Backend changes merged. Moving to 1.0 |
|
@davidjumani merging this as Primate 1.0 has become too much dependent on 4.15 (esp. the VM deployment form) and we should encourage backward compatibility from 4.15 onwards. The backend PR will make into 4.15. |
* Display network type in network overview Display "VPC Tier" as type if an isolated network belongs to VPC else display its regular type * Display vpc name with router link Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com>
Display "VPC Tier" as type if an isolated network belongs to VPC
else display its regular type
Backend changes are in apache/cloudstack#4483