File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
webapp/src/main/webapp/public/resources/js Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ DO NOT FILE AN ISSUE FOR HELP. This issue system is not for help requests and such issues will be deleted.
2
+
3
+ Instead, please ask for help on the [ PWM-General Google Group] ( https://groups.google.com/group/pwm-general ) .
Original file line number Diff line number Diff line change @@ -1898,8 +1898,7 @@ FileValueHandler.draw = function(keyName) {
1898
1898
htmlBody += '<tr><td colspan="2" class="key" style="text-align: center">File' + '</td></tr>' ;
1899
1899
htmlBody += '<tr><td>Name</td><td class="setting_table_value">' + fileInfo [ 'name' ] + '</td></tr>' ;
1900
1900
htmlBody += '<tr><td>Size</td><td class="setting_table_value">' + fileInfo [ 'size' ] + '</td></tr>' ;
1901
- htmlBody += '<tr><td>MD5 checksum</td><td class="setting_table_value">' + fileInfo [ 'md5sum' ] + '</td></tr>' ;
1902
- htmlBody += '<tr><td>SHA1 checksum</td><td class="setting_table_value">' + fileInfo [ 'sha1sum' ] + '</td></tr>' ;
1901
+ htmlBody += '<tr><td>SHA512 checksum</td><td class="setting_table_value">' + fileInfo [ 'sha512sum' ] + '</td></tr>' ;
1903
1902
htmlBody += '</table>'
1904
1903
} ) ( fileCounter ) ;
1905
1904
}
You can’t perform that action at this time.
0 commit comments