From 39e70a5e493b68d527c3ba404df5b5275e7ac8db Mon Sep 17 00:00:00 2001 From: zhouruiyu Date: Tue, 1 Nov 2016 15:11:22 +0800 Subject: [PATCH] add the logout page in the portal, but need to framework logout icon add the event listener to call this page. https://jira.open-o.org/browse/OCS-145 Change-Id: I99f87da7697edec44b3382319b6f4a1be546e7d0 Signed-off-by: zhouruiyu --- .../src/main/webapp/common/logout.html | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 openo-portal/portal-common/src/main/webapp/common/logout.html diff --git a/openo-portal/portal-common/src/main/webapp/common/logout.html b/openo-portal/portal-common/src/main/webapp/common/logout.html new file mode 100644 index 00000000..bb3dbc21 --- /dev/null +++ b/openo-portal/portal-common/src/main/webapp/common/logout.html @@ -0,0 +1,39 @@ + + + + + + + + + + + + -- 2.16.6