aboutsummaryrefslogtreecommitdiffstats
path: root/gui-pdp-monitoring/src/webapp/js/PdpInformation.js
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-03-11 05:59:34 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-11 05:59:34 +0000
commiteb318925743b62e2dd9f0ca2ec4f360444d7e2a9 (patch)
tree70ba3e2996d5660cb55d0acae3045da426279439 /gui-pdp-monitoring/src/webapp/js/PdpInformation.js
parentef1692d7ed5e663ab4df340b618c5a6e1022df1c (diff)
parent7125d4c2c715d307d61e41bafe0cd11f269aa896 (diff)
Merge "fix code smells and vulnerabilities monitoring"
Diffstat (limited to 'gui-pdp-monitoring/src/webapp/js/PdpInformation.js')
-rw-r--r--gui-pdp-monitoring/src/webapp/js/PdpInformation.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-pdp-monitoring/src/webapp/js/PdpInformation.js b/gui-pdp-monitoring/src/webapp/js/PdpInformation.js
index cbb71a7..f25c245 100644
--- a/gui-pdp-monitoring/src/webapp/js/PdpInformation.js
+++ b/gui-pdp-monitoring/src/webapp/js/PdpInformation.js
@@ -1,6 +1,6 @@
/*-
* ============LICENSE_START=======================================================
- * Copyright (C) 2020 Nordix Foundation.
+ * Copyright (C) 2020-2021 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -60,6 +60,6 @@ function setEngineServiceData(engineId, groupName, subGroupName, healthStatus, p
engineServiceTable.find("#" + tableId + "_" + headers[h]).html(data[h]);
}
}
-};
+}
export { createEngineServiceTable, setEngineServiceData }; \ No newline at end of file