From 06793da100123bda67afcda95d6f2221efd9c281 Mon Sep 17 00:00:00 2001 From: Vivek Ratnavel Subramanian Date: Thu, 27 Aug 2020 11:36:30 -0700 Subject: [PATCH] HDFS-15531. Namenode UI: List snapshots in separate table for each snapshottable directory (#2230) --- .../src/main/webapps/hdfs/dfshealth.html | 53 +++----- .../src/main/webapps/hdfs/dfshealth.js | 117 ++++++++++++++++++ .../src/main/webapps/static/hadoop.css | 33 ++++- 3 files changed, 167 insertions(+), 36 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html index 8b03185d3d1..27616fb6b9b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html @@ -250,13 +250,15 @@