Skip to content

Commit

Permalink
Merge pull request #1455 from SFDO-Community/feature/updateopensource…
Browse files Browse the repository at this point in the history
…credits

update OSS credits
  • Loading branch information
aheber authored May 5, 2024
2 parents 72769f1 + 92f9a91 commit 803a249
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions dlrs/main/pages/welcome.page
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tabStyle="LookupRollupSummary__c" standardStylesheets="true" lightningStylesheets="true" action="{!checkMetadataAPIConnection}">
<script>
function createRemoteSite() {
// Disable button
// Disable button
document.getElementById('createremotesitebtn').disabled = true;
// Calls the Metdata API from JavaScript to create the Remote Site Setting to permit Apex callouts
var binding = new XMLHttpRequest();
Expand Down Expand Up @@ -58,7 +58,7 @@
<table>
<tr>
<td>
<apex:image url="{!$Resource.DLRS_Logo}" width="200" height="200"/>
<apex:image url="{!$Resource.DLRS_Logo}" width="200" height="200" />
</td>
<td>
<p>
Expand Down Expand Up @@ -106,12 +106,24 @@
<div>Special thank you to the open source projects used in DLRS</div>
<ul>
<li>
<a href="https://github.com/gustf/js-levenshtein" target="_blank" rel="noopener noreferrer">https://github.com/gustf/js-levenshtein</a>
<a href="https://github.com/certinia/apex-mdapi" target="_blank" rel="noopener noreferrer">https://github.com/certinia/apex-mdapi</a>
</li>
<li>
<a href="https://github.com/bradymholt/cronstrue" target="_blank" rel="noopener noreferrer">https://github.com/bradymholt/cronstrue</a>
</li>
<li>
<a href="https://github.com/apex-enterprise-patterns/fflib-apex-mocks" target="_blank" rel="noopener noreferrer">https://github.com/apex-enterprise-patterns/fflib-apex-mocks</a>
</li>
<li>
<a href="https://github.com/apex-enterprise-patterns/fflib-apex-common" target="_blank" rel="noopener noreferrer">https://github.com/apex-enterprise-patterns/fflib-apex-common</a>
</li>
<li>
<a href="https://github.com/gustf/js-levenshtein" target="_blank" rel="noopener noreferrer">https://github.com/gustf/js-levenshtein</a>
</li>
<li>
<a href="https://github.com/abhinavguptas/Salesforce-Lookup-Rollup-Summaries" target="_blank" rel="noopener noreferrer">https://github.com/abhinavguptas/Salesforce-Lookup-Rollup-Summaries</a>
</li>
</ul>
</apex:outputPanel>
</body>
</apex:page>
</apex:page>

0 comments on commit 803a249

Please sign in to comment.