summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/workflow/exit_redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/workflow/exit_redirect.html')
-rw-r--r--dashboard/src/templates/workflow/exit_redirect.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/dashboard/src/templates/workflow/exit_redirect.html b/dashboard/src/templates/workflow/exit_redirect.html
new file mode 100644
index 0000000..b08df78
--- /dev/null
+++ b/dashboard/src/templates/workflow/exit_redirect.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+ <script>
+ top.window.location.href='/';
+ </script>
+</html>