HDFS-17271. Fix dead DN sorting in web UI (#6318). Contributed by Felix N.

Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
Felix Nguyen 2023-12-02 16:07:22 +08:00 committed by GitHub
parent e221231e81
commit e76477e823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@
<td ng-value="{state}">{state}</td>
<td ng-value="{state}-{name}" class="dfshealth-node-icon dfshealth-node-{state}">{location}/{name} ({xferaddr})</td>
<td></td>
<td>{#helper_relative_time value="{lastContact}"/}</td>
<td ng-value="{lastContact}">{#helper_relative_time value="{lastContact}"/}</td>
<td></td>
<td></td>
<td></td>

View File

@ -356,7 +356,7 @@
<td ng-value="{state}">{state}</td>
<td ng-value="{state}-{name}" class="dfshealth-node-icon dfshealth-node-{state}">{location}/{name} ({xferaddr})</td>
<td></td>
<td>{#helper_relative_time value="{lastContact}"/}</td>
<td ng-value="{lastContact}">{#helper_relative_time value="{lastContact}"/}</td>
<td></td>
<td></td>
<td></td>