Skip to content

Commit

Permalink
Add warning for maximum links generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Dane Pacilan committed Sep 13, 2017
1 parent dad015c commit 921b492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
<button class="btn btn-default" @click="generate_links">Generate</button>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Links</label>
<label for="exampleInputPassword1">Links <span class="label label-danger" v-if="links.array.length > 100">Cache invalidator has maximum of 100 entry. {{ links.array.length }} links generated.</span></label>
<div class="wrapper">
<textarea id="links" class="form-control" v-model="links.string" placeholder="Output links"></textarea>
<textarea id="links" class="form-control" v-model="links.string" placeholder="Generated links"></textarea>
<button class="btn btn-default btn-xs" @click="copy_to_clipboard">Copy</button>
</div>
</div>
Expand Down

0 comments on commit 921b492

Please sign in to comment.