-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (18 loc) · 735 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (18 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Apache Knox HDFS Browser</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<script type="text/javascript" src="knox.js"></script>
<script>document.addEventListener("load", listStatus());</script>
</head>
<body>
<h1>KnoXplorer</h1>
<h2 id="path" style="color:gray">---</h2>
<div id="listing"></div>
<div id="login" style="display: block">
<p style="display: block">Please login to Knox:</p>
<a style="display: block" id="login" href="https://www.local.com:8443/gateway/knoxsso/api/v1/websso?originalUrl=http://www.local.com:8000?topology=www.local.com:8443/gateway/sandbox/&path=/">Login</a>
</div>
</body>
</html>