|
@@ -21,6 +21,7 @@
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
|
<link rel="stylesheet" type="text/css" href="/static/bootstrap-3.0.2/css/bootstrap.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="/static/bootstrap-3.0.2/css/bootstrap.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="/static/bootstrap-3.0.2/css/bootstrap-editable.css"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/bootstrap-3.0.2/css/bootstrap-editable.css"/>
|
|
|
|
+ <link rel="stylesheet" type="text/css" href="/static/dataTables.bootstrap.css" />
|
|
<link rel="stylesheet" type="text/css" href="/static/hadoop.css" />
|
|
<link rel="stylesheet" type="text/css" href="/static/hadoop.css" />
|
|
<title>Browsing HDFS</title>
|
|
<title>Browsing HDFS</title>
|
|
</head>
|
|
</head>
|
|
@@ -211,15 +212,15 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<script type="text/x-dust-template" id="tmpl-explorer">
|
|
<script type="text/x-dust-template" id="tmpl-explorer">
|
|
- <table class="table">
|
|
|
|
|
|
+ <table class="table" id="table-explorer">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
- <th>Permission</th>
|
|
|
|
|
|
+ <th title="Permissions">Permission</th>
|
|
<th>Owner</th>
|
|
<th>Owner</th>
|
|
<th>Group</th>
|
|
<th>Group</th>
|
|
<th>Size</th>
|
|
<th>Size</th>
|
|
- <th>Last Modified</th>
|
|
|
|
- <th>Replication</th>
|
|
|
|
|
|
+ <th title="Last Modified">Last Modified</th>
|
|
|
|
+ <th title="Replication">Replication</th>
|
|
<th>Block Size</th>
|
|
<th>Block Size</th>
|
|
<th>Name</th>
|
|
<th>Name</th>
|
|
<th></th>
|
|
<th></th>
|
|
@@ -235,8 +236,8 @@
|
|
</span></td>
|
|
</span></td>
|
|
<td><span class="explorer-owner-links">{owner}</span></td>
|
|
<td><span class="explorer-owner-links">{owner}</span></td>
|
|
<td><span class="explorer-group-links">{group}</span></td>
|
|
<td><span class="explorer-group-links">{group}</span></td>
|
|
- <td>{length|fmt_bytes}</td>
|
|
|
|
- <td>{#helper_date_tostring value="{modificationTime}"/}</td>
|
|
|
|
|
|
+ <td>{length}</td>
|
|
|
|
+ <td>{modificationTime}</td>
|
|
<td><span class="explorer-replication-links">{replication}</span></td>
|
|
<td><span class="explorer-replication-links">{replication}</span></td>
|
|
<td>{blockSize|fmt_bytes}</td>
|
|
<td>{blockSize|fmt_bytes}</td>
|
|
<td><a inode-type="{type}" class="explorer-browse-links">{pathSuffix}</a></td>
|
|
<td><a inode-type="{type}" class="explorer-browse-links">{pathSuffix}</a></td>
|
|
@@ -263,8 +264,10 @@
|
|
</p>
|
|
</p>
|
|
</script>
|
|
</script>
|
|
<script type="text/javascript" src="/static/jquery-1.10.2.min.js">
|
|
<script type="text/javascript" src="/static/jquery-1.10.2.min.js">
|
|
|
|
+ </script><script type="text/javascript" src="/static/jquery.dataTables.min.js">
|
|
</script><script type="text/javascript" src="/static/bootstrap-3.0.2/js/bootstrap.min.js">
|
|
</script><script type="text/javascript" src="/static/bootstrap-3.0.2/js/bootstrap.min.js">
|
|
</script><script type="text/javascript" src="/static/bootstrap-3.0.2/js/bootstrap-editable.min.js">
|
|
</script><script type="text/javascript" src="/static/bootstrap-3.0.2/js/bootstrap-editable.min.js">
|
|
|
|
+ </script><script type="text/javascript" src="/static/dataTables.bootstrap.js">
|
|
</script><script type="text/javascript" src="/static/dust-full-2.0.0.min.js">
|
|
</script><script type="text/javascript" src="/static/dust-full-2.0.0.min.js">
|
|
</script><script type="text/javascript" src="/static/dust-helpers-1.1.1.min.js">
|
|
</script><script type="text/javascript" src="/static/dust-helpers-1.1.1.min.js">
|
|
</script><script type="text/javascript" src="/static/dfs-dust.js">
|
|
</script><script type="text/javascript" src="/static/dfs-dust.js">
|