diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-23 11:54:35 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-23 11:54:35 -0400 |
| commit | afed0a14bf1ee67c41f3c6c01e25d66a516f4534 (patch) | |
| tree | 56a7058f0bf2e336117bf78cff6856317e612b0b /www/templates/montage-history.html | |
| parent | 64de3b01ed4bb9bb8323e2423930355759bcfd36 (diff) | |
got rid of the "monitor icon", replaced with a "video camera icon" and also showing icons for jpg or mp4 in events
Former-commit-id: 4125359e62360812ccadfa6eae73794116e61771
Diffstat (limited to 'www/templates/montage-history.html')
| -rw-r--r-- | www/templates/montage-history.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index 3b82ed8f..aed56100 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -61,7 +61,7 @@ height: auto !important;" /> <div style="position:absolute; bottom:0%; right:0%;white-space:nowrap;overflow:hidden;" class="header"> - <i class="ion-monitor"></i> + <i class="ion-ios-videocam-outline"></i> {{monitor.Monitor.Name}} </div> </div> @@ -76,7 +76,7 @@ <div style="position:absolute; bottom:0%; right:0%;white-space:nowrap;overflow:hidden;" class="header"> - <i class="ion-monitor"></i> + <i class="ion-ios-videocam-outline"></i> {{monitor.Monitor.Name}} </div> |
