Merge pull request #565 from matiu/feature/reconnectInsight

insight REST API retry
This commit is contained in:
Gustavo Maximiliano Cortez 2014-06-05 14:54:52 -03:00
commit 69e31e2a79
7 changed files with 63 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>