Skip to content

Commit

Permalink
Finish 3.1.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Aug 27, 2021
2 parents 8b1eab6 + 74c7ba1 commit 34c49f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": "./integration.js",
"name": "ARIN",
"description": "ARIN Integration",
"version": "3.1.1-beta",
"version": "3.1.2-beta",
"private": true,
"dependencies": {
"request": "^2.88.2",
Expand Down
5 changes: 4 additions & 1 deletion template/block.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
{{#if running}}
{{fa-icon icon="spinner-third" fixedWidth=true spin=true}}
{{else}}
Retry Lookup
Retry Search
{{/if}}
</button>
<div class="mt-1">
<span class="p-footnote">The ARIN API search limit was reached. You can retry your search by pressing the "Retry Search" button.</span>
</div>
{{else if details}}
{{#if block.isCached}}
<i class="cached">(Entity is Cached)</i>
Expand Down
2 changes: 1 addition & 1 deletion template/summary.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<span class="acronym integration-text-bold-color">{{block.acronym}}</span>
<span class="integration-text-color">
{{fa-icon icon="exclamation-circle" fixedWidth=true class="text-secondary"}}
Lookup Limit Reached
Search Limit Reached
</span>
</span>
{{else if block.data}}
Expand Down

0 comments on commit 34c49f7

Please sign in to comment.