diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-04 16:22:11 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-04 16:22:11 -0400 |
| commit | 223fb28e4001689b6bbd049d75f807a250a2c392 (patch) | |
| tree | 5efa4af1c64d99d6f3f686c6a9ed692fff771882 /www/templates/montage.html | |
| parent | e9bc962c6406b19ccbc61c9ccc241aecc8e14179 (diff) | |
display default messages if no monitors/events found
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index be37e0ef..278c0141 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -58,6 +58,9 @@ </div> <!--ngcontroller --> + <ion-item ng-show="!monitors.length"> + No monitors found. + </ion-item> </ion-content> <div ng-show="minimal"> |
