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 9023172 src: fix lint issue
add 16e780f network: IP Address and Router Tabs (#152)
No new revisions were added by this update.
Summary of changes:
src/config/section/network.js | 20 +--
src/locales/en.json | 1 +
src/views/network/IpAddressesTab.vue | 232 ++++++++++++++++++++++++++++
src/views/network/RoutersTab.vue | 151 +++++++++++++++++++
src/views/network/VpcTab.vue | 284 +++++++----------------------------
5 files changed, 451 insertions(+), 237 deletions(-)
create mode 100644 src/views/network/IpAddressesTab.vue
create mode 100644 src/views/network/RoutersTab.vue