diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-09 16:59:37 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-09 16:59:37 -0400 |
| commit | b2c25c351e17ffdca9d26e1b8396c911db14db20 (patch) | |
| tree | 665e4ef4906301874aab5aa7df5df2092ed433b8 /www/index.html | |
| parent | 8545d9ea546b9459245e3aaa83b12bc09e30b408 (diff) | |
#321 - add ability to automatically switch based on network connection
Former-commit-id: bad04bbef6839c949aad05fb34eee61c64947070
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index c6bea392..5ca3042f 100644 --- a/www/index.html +++ b/www/index.html @@ -195,7 +195,7 @@ <ion-item href="#/montage" menu-close> - <span ng-if="$root.runMode=='low'" style="float:right;margin-top:-18px;background-color:#f1c40f;color:#000;font-size:11px;opacity:0.7;width:20px;border-radius: 0px 0px 5px 5px;display:inline-block;text-align:center;"> <i class="icon ion-arrow-graph-down-left"></i> </span> + <span ng-if="$root.runMode=='lowbw'" style="float:right;margin-top:-18px;background-color:#f1c40f;color:#000;font-size:11px;opacity:0.7;width:20px;border-radius: 0px 0px 5px 5px;display:inline-block;text-align:center;"> <i class="icon ion-arrow-graph-down-left"></i> </span> <span class=" item-icon-left"> <i class="icon ion-ios-eye"></i> |
