From da527e2bef44855338c99b56a488b6fe7d1af95f Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 11 Feb 2020 16:05:31 +0530 Subject: [PATCH] network: nsp stub Signed-off-by: Rohit Yadav --- ui/src/components/view/ActionButton.vue | 5 + ui/src/components/view/InfoCard.vue | 1 - ui/src/config/section/infra/phynetworks.js | 7 +- .../infra/network/ServiceProvidersTab.vue | 91 +++++++++++++++++++ .../{NetworkTab.vue => TrafficTypesTab.vue} | 27 +----- 5 files changed, 103 insertions(+), 28 deletions(-) create mode 100644 ui/src/views/infra/network/ServiceProvidersTab.vue rename ui/src/views/infra/network/{NetworkTab.vue => TrafficTypesTab.vue} (80%) diff --git a/ui/src/components/view/ActionButton.vue b/ui/src/components/view/ActionButton.vue index 0146ec6edbc..e57180ef179 100644 --- a/ui/src/components/view/ActionButton.vue +++ b/ui/src/components/view/ActionButton.vue @@ -17,6 +17,7 @@ @@ -62,18 +54,16 @@