summaryrefslogtreecommitdiffstats
path: root/opnfv_testapi/ui
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2018-12-05 12:40:42 +0200
committerStamatis Katsaounis <mokats@intracom-telecom.com>2019-03-08 09:08:27 +0000
commit5f20495d6e3ec984c4e86fd76399ddf0d042b336 (patch)
tree80b452fbd39b6e1968df4b5aa2a632659f50eceb /opnfv_testapi/ui
parent90cb4dca7713f84154fe2ad4c2f5e7145560f3c7 (diff)
Prepare Web Portal for ONAP integration
This patch applies all the required changes in order to support a second web portal container with the onap web portal content. Change-Id: I2f59776313bf2067dbdfb04445620b5241716ebb Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'opnfv_testapi/ui')
-rw-r--r--opnfv_testapi/ui/root.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/opnfv_testapi/ui/root.py b/opnfv_testapi/ui/root.py
deleted file mode 100644
index 7f970b2..0000000
--- a/opnfv_testapi/ui/root.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from opnfv_testapi.resources.handlers import GenericApiHandler
-from opnfv_testapi.common.config import CONF
-
-
-class RootHandler(GenericApiHandler):
- def get_template_path(self):
- return CONF.ui_static_path
-
- def get(self):
- self.render('testapi-ui/index.html')