diff options
Diffstat (limited to 'views/index.hbs')
| -rw-r--r-- | views/index.hbs | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/views/index.hbs b/views/index.hbs index d0210a7..6178c96 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -33,9 +33,14 @@ <div class="page-header"> <div class="row"> - <h1> - <i class="fa fa-plug"></i> {{device.alias}} - </h1> + <div class="col-sm-8"> + <h1> + <i class="fa fa-plug"></i> {{device.alias}} + </h1> + </div> + <div class="col-sm-4"> + <div id="connection-error" class="alert alert-danger" style="display:none">Connection lost. Attempting to re-establish...</div> + </div> </div> </div> |