summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/performance/performance-vnf/performance-vnf.component.ts
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-09-04 16:08:59 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-09-04 16:09:11 +0800
commitec06b7c5fbaba86c367b7ea6e6c4262e4e50596b (patch)
tree98337bf522fa4033a703272f9f4349c052929f8c /usecaseui-portal/src/app/views/performance/performance-vnf/performance-vnf.component.ts
parent17c87c1ae1b09e22764b15af7e9a1ab04410bc5f (diff)
feat: performance-vnf page code optimization
Change-Id: I679ef762638160501cdebca2925aa34f0d96bce7 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/views/performance/performance-vnf/performance-vnf.component.ts')
-rw-r--r--usecaseui-portal/src/app/views/performance/performance-vnf/performance-vnf.component.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/usecaseui-portal/src/app/views/performance/performance-vnf/performance-vnf.component.ts b/usecaseui-portal/src/app/views/performance/performance-vnf/performance-vnf.component.ts
index 5f1d056d..b20c8a55 100644
--- a/usecaseui-portal/src/app/views/performance/performance-vnf/performance-vnf.component.ts
+++ b/usecaseui-portal/src/app/views/performance/performance-vnf/performance-vnf.component.ts
@@ -39,7 +39,6 @@ export class PerformanceVnfComponent implements OnInit {
ngOnInit() {
this.getqueryAllSourceNames();
- // this.getperformanceSsourceNames();
let _this = this;
setTimeout(function () {
_this.totalRecords = [
@@ -88,17 +87,6 @@ export class PerformanceVnfComponent implements OnInit {
//Fill the box
emptys = [];
- // getperformanceSsourceNames() {
- // this.myhttp.getperformanceSourceNames(this.currentPage, this.pageSize, this.sourceName).subscribe((data) => {
- // this.totalRecords = data.totalRecords;
- // this.vnfsdataTotal = data.names;
- // if (Number.isInteger(this.totalRecords.length / 5)) {
- // this.emptys = new Array(0);
- // } else {
- // this.emptys = new Array(5 - this.totalRecords.length % 5);
- // }
- // })
- // }
//Detail page title display
isHidden = true;
graphicshow = false;