Skip to content

Commit 1a3f87e

Browse files
committed
used new functions to add date to app deployment details filename
1 parent 4f7bc77 commit 1a3f87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/js/appDataAdmin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function addAppDataAdmin( params ) {
2121
handler: function (btn) {
2222
if (detailResponseText) {
2323
const blob = new Blob([detailResponseText], {type: 'application/json'})
24-
downloadBlob(blob, 'stig-manager-details.json')
24+
downloadBlob(blob, SM.Global.filenameEscaped(`stig-manager-details_${SM.Global.filenameComponentFromDate()}.json`))
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)