You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/01/24 08:42:52 UTC

[cloudstack-primate] branch master updated (195ea5b -> b3e0c92)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git.


    from 195ea5b  infra: physical network and traffic type management
     add b3e0c92  infra: dedicated VLAN/VNI range tab for physical network (#131)

No new revisions were added by this update.

Summary of changes:
 docs/api/apis.remaining                            |   5 -
 src/config/section/infra/phynetworks.js            |  13 +-
 src/views/AutogenView.vue                          |  10 +-
 src/views/infra/network/DedicatedVLANTab.vue       | 384 +++++++++++++++++++++
 .../infra/{traffic => network}/IpRangesTab.vue     |   0
 .../TrafficTypesTab.vue => network/NetworkTab.vue} |  25 +-
 src/views/infra/traffic/DedicatedVLANTab.vue       |  63 ----
 src/views/infra/traffic/NspTab.vue                 |  84 -----
 8 files changed, 419 insertions(+), 165 deletions(-)
 create mode 100644 src/views/infra/network/DedicatedVLANTab.vue
 rename src/views/infra/{traffic => network}/IpRangesTab.vue (100%)
 rename src/views/infra/{traffic/TrafficTypesTab.vue => network/NetworkTab.vue} (75%)
 delete mode 100644 src/views/infra/traffic/DedicatedVLANTab.vue
 delete mode 100644 src/views/infra/traffic/NspTab.vue