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/23 10:37:10 UTC

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

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 003bfd1  infra: Vmware section in zone details tab (#127)
     add 195ea5b  infra: physical network and traffic type management

No new revisions were added by this update.

Summary of changes:
 docs/api/apis.remaining                            |  2 -
 src/config/section/infra.js                        |  2 -
 src/config/section/infra/phynetworks.js            | 78 ++++++++++++++++++++++
 src/config/section/infra/traffictypes.js           | 42 ------------
 src/locales/en.json                                | 10 +--
 src/views/AutogenView.vue                          |  2 +-
 .../traffic/{NspTab.vue => TrafficTypesTab.vue}    | 29 +++++---
 7 files changed, 104 insertions(+), 61 deletions(-)
 delete mode 100644 src/config/section/infra/traffictypes.js
 copy src/views/infra/traffic/{NspTab.vue => TrafficTypesTab.vue} (64%)