diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 11:09:08 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 11:09:08 -0400 |
| commit | 05638adb21a0f13715e2f1390c4b85e972779e9a (patch) | |
| tree | 85c6a68f06616181edff3b5f580dfe507552ff27 /www/templates/montage.html | |
| parent | 26fa7692c30e1887079d067c782984f745edf750 (diff) | |
ionic content banner is being used for useful status displays
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index c3ad91e5..7a192c54 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -57,7 +57,7 @@ </div> <div ng-if="isModalActive"> - <img id="img-$index" ng-src="img/novideo.png" style="display:block;" width="{{((devWidth)/(7-monitorSize[$index]))}}px;"/> + <img id="img-$index" ng-src="img/pausevideo.png" style="display:block;" width="{{((devWidth)/(7-monitorSize[$index]))}}px;"/> </div> @@ -75,15 +75,18 @@ <div ng-show="minimal"> <nav mfb-menu position="br" effect="zoomin" label="collapse" active-icon="ion-chevron-down" resting-icon="ion-chevron-up" toggling-method="click"> - <button mfb-button icon="ion-close" label="exit full screen" - ng-click="switchMinimal()"> - </button> + <button mfb-button icon="ion-arrow-expand" label="increase size" ng-click="changeSize(1)"> </button> <button mfb-button icon="ion-arrow-shrink" label="decrease size" ng-click="changeSize(-1)"> </button> + <button mfb-button icon="ion-refresh" label="refresh" ng-click="reloadView();"> + </button> + <button mfb-button icon="ion-close" label="exit full screen" + ng-click="switchMinimal()"> + </button> </nav> </div> </ion-view> |
