Change user events tutorial Redis error to be an inline box
Fixes #1653
This commit is contained in:
parent
d240ad9a2c
commit
cb9a99fc7b
3 changed files with 19 additions and 3 deletions
|
@ -5,6 +5,11 @@
|
|||
Your browser does not support features required for this tour. Please upgrade and try again.
|
||||
</div>
|
||||
|
||||
<div class="co-alert co-alert-warning" ng-show="step.signal.$hasError">
|
||||
There was an error registering to listen for server side events. Steps of the tutorial may not be
|
||||
possible. If this problem persists, please contact support.
|
||||
</div>
|
||||
|
||||
<div class="tour-contents" ng-show="supported">
|
||||
<div class="step-title" ng-shpw="step.title">{{ step.title }}</div>
|
||||
<div class="slide-animate-container">
|
||||
|
|
Reference in a new issue