diff --git a/xCAT-web/cmds/grpattr b/xCAT-web/cmds/grpattr
index 3eb0c593c..d8959b38c 100644
--- a/xCAT-web/cmds/grpattr
+++ b/xCAT-web/cmds/grpattr
@@ -1,5 +1,7 @@
#!/usr/bin/perl
+# NOTE: this cmd is not ported to xCAT 2.0 and is not used any more!!!!!!
+
# Display some aggregate information about each group, gathered from the db and its nodes
use strict;
diff --git a/xCAT-web/images/top2.jpg b/xCAT-web/images/top2.jpg
new file mode 100644
index 000000000..7e1f7a21d
Binary files /dev/null and b/xCAT-web/images/top2.jpg differ
diff --git a/xCAT-web/images/topl2.jpg b/xCAT-web/images/topl2.jpg
new file mode 100644
index 000000000..ec1351dac
Binary files /dev/null and b/xCAT-web/images/topl2.jpg differ
diff --git a/xCAT-web/images/topr2.jpg b/xCAT-web/images/topr2.jpg
new file mode 100644
index 000000000..fb0107d1f
Binary files /dev/null and b/xCAT-web/images/topr2.jpg differ
diff --git a/xCAT-web/images/toptop.gif b/xCAT-web/images/toptop.gif
new file mode 100644
index 000000000..5194ba2f7
Binary files /dev/null and b/xCAT-web/images/toptop.gif differ
diff --git a/xCAT-web/lib/GroupNodeTable.class.php b/xCAT-web/lib/GroupNodeTable.class.php
index 94308de7d..cbdb694f6 100644
--- a/xCAT-web/lib/GroupNodeTable.class.php
+++ b/xCAT-web/lib/GroupNodeTable.class.php
@@ -84,8 +84,8 @@ function getNodeGroupSection($group, $nodes) {
$right_arrow_gif = $imagedir . "/grey_arrow_r.gif";
$left_arrow_gif = $imagedir . "/grey_arrow_l.gif";
- $html .= "
\n";
- $html .= "
Node Name
Arch
OS
Mode
Status
Power Method
Comment
\n";
+ $html = "
\n";
+ $html .= "
Node Name
Arch
OS
Profile
Status
Power Method
Comment
\n";
foreach($nodes as $nodeName => $attrs) {
$html .= GroupNodeTable::getNodeTableRow($nodeName, $attrs);
@@ -103,16 +103,19 @@ function getNodeGroupSection($group, $nodes) {
function getNodeTableRow($nodeName, $attrs) {
$html = "