insight REST API retry

This commit is contained in:
Matias Alejo Garcia 2014-06-05 12:18:54 -03:00
commit da7c2c88db
8 changed files with 65 additions and 48 deletions

View file

@ -82,12 +82,12 @@
</div>
</div>
<div class="row" ng-if='$root.insightError'>
<div class="row" ng-if='$root.insightError>1'>
<div class="small-8 large-centered columns">
<div data-alert class="alert-box radius error">
Error connecting to Insight server. Check
you settings and Internet connection.
Trying to reconnect...
Having troubles connecting to Insight server. Check
you settings and Internet connection.<br>
Reconnect Atempt #{{$root.insightError}}
</div>
</div>
</div>