Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / src / index.ejs
diff --git a/dgbuilder/dgeflows/src/index.ejs b/dgbuilder/dgeflows/src/index.ejs
deleted file mode 100644 (file)
index c207c7b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title><%= title %></title>
-    <link rel='stylesheet' href='/stylesheets/style.css' />
-  </head>
-  <body>
-    <center>
-    <h1><%= title %></h1>
-    <p>Select user</p>
-               <% dgeusers.forEach( function(dgeuser) { %>
-                 <p><a href='listFlows/<%= dgeuser %>/lib/flows'><%= dgeuser %></a></p>
-         <% }); %>
-  </center>
-  </body>
-</html>