Skip to content

Commit

Permalink
DXI- 30009 (#187)
Browse files Browse the repository at this point in the history
* Export Asset Button

* created 'Export CSV Button' and fetch data

* button css changes

* minor change in csv code

Co-Authored-By: TyroneAEM <[email protected]>
Co-Authored-By: Samruddhi <[email protected]>
Co-Authored-By: Tyrone Tse <[email protected]>
Co-Authored-By: Shivani gupta <[email protected]>
Co-Authored-By: Shivani gupta <[email protected]>
Co-Authored-By: shivanigupta <[email protected]>

* duplicates

Co-Authored-By: TyroneAEM <[email protected]>
Co-Authored-By: Samruddhi <[email protected]>
Co-Authored-By: Tyrone Tse <[email protected]>
Co-Authored-By: Shivani gupta <[email protected]>
Co-Authored-By: Shivani gupta <[email protected]>
Co-Authored-By: shivanigupta <[email protected]>

* deleting extra brackets

Co-Authored-By: TyroneAEM <[email protected]>
Co-Authored-By: Samruddhi <[email protected]>
Co-Authored-By: Tyrone Tse <[email protected]>
Co-Authored-By: Shivani gupta <[email protected]>
Co-Authored-By: Shivani gupta <[email protected]>
Co-Authored-By: shivanigupta <[email protected]>

* Update in asset count label

* Merge branch 'rc' of https://github.com/hlxsites/adobe-gmo into DXI-30009

* conflict resolved

* conflict resolved-1

* removed duplicates

* removed extra bracket

* fixed conflict(declared twice)

* removed duplicate

---------

Co-authored-by: TyroneAEM <[email protected]>
Co-authored-by: Tyrone Tse <[email protected]>
Co-authored-by: Shivani gupta <[email protected]>
Co-authored-by: Shivani gupta <[email protected]>
Co-authored-by: shivanigupta <[email protected]>
  • Loading branch information
6 people authored Dec 5, 2024
1 parent 97e0dac commit 5ffc390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/gmo-program-details/gmo-program-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ async function addProgramStats(block) {
csvContent += '\n';

// Add the grand total asset count row and bold the text
csvContent += `Total Unique Asset Count,,${grandTotalAssetCount},\n`;
csvContent += `Instances of assets deployed,,${grandTotalAssetCount},\n`;

// Encode the CSV content
const encodedUri = encodeURI(csvContent);
Expand Down

0 comments on commit 5ffc390

Please sign in to comment.