> re
}
if(entry.getKey().getArtifactTypeID() == 6){
//artifact.append("").append(objId.toString());
- artifact.append(" |
").append(attributes.get(6)).append(" | ");
- artifact.append("").append(attributes.get(5)).append(" | ");
- artifact.append("").append(filesize.toString()).append(" | ");
+ artifact.append("
").append(attributes.get(3)).append(" | ");
+ artifact.append("").append(attributes.get(8)).append(" | ");
+ artifact.append("").append(file.getName()).append(" | ");
artifact.append("
");
nodeRecentObjects.append(artifact);
}
@@ -316,6 +331,13 @@ public reportHTML (HashMap> re
artifact.append("");
nodeHash.append(artifact);
}
+ if(entry.getKey().getArtifactTypeID() == 11){
+ artifact.append("").append(attributes.get(18)).append(" | ");
+ artifact.append("").append(attributes.get(20)).append(" | ");
+ artifact.append("").append(attributes.get(2)).append(" | ");
+ artifact.append("
");
+ nodeDevice.append(artifact);
+ }
cc++;
rr.progBarSet(cc);
}
@@ -359,6 +381,10 @@ public reportHTML (HashMap> re
formatted_Report.append(nodeHash);
formatted_Report.append("