Refresh button for the library.
This commit is contained in:
parent
c427322f37
commit
acc49fcd34
@ -37,8 +37,12 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label class="form-label">Content:</label>
|
<label class="form-label">
|
||||||
</div>
|
<button class="btn btn-sm btn-link" ng-click="selectOrigin(currentOrigin)">
|
||||||
|
<span class="text-info fa fa-sync" ></span>
|
||||||
|
</button>
|
||||||
|
Content:
|
||||||
|
</label>
|
||||||
<ul ng-show="currentOrigin.type=='plex' " class="list-group list-group-root plex-panel" ng-init="setHeight = {'height': height + 'px'}" ng-style="setHeight" lazy-img-container>
|
<ul ng-show="currentOrigin.type=='plex' " class="list-group list-group-root plex-panel" ng-init="setHeight = {'height': height + 'px'}" ng-style="setHeight" lazy-img-container>
|
||||||
<li class="list-group-item" ng-repeat="a in libraries">
|
<li class="list-group-item" ng-repeat="a in libraries">
|
||||||
<div class="flex-container library-item-hover {{ displayImages ? 'w_images' : 'wo_images' }}" ng-click="getNested(a, true);">
|
<div class="flex-container library-item-hover {{ displayImages ? 'w_images' : 'wo_images' }}" ng-click="getNested(a, true);">
|
||||||
@ -127,6 +131,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<hr></hr>
|
<hr></hr>
|
||||||
<div class="loader" ng-if="pending > 0" ></div> <h6 style='display:inline-block'>Selected Items</h6>
|
<div class="loader" ng-if="pending > 0" ></div> <h6 style='display:inline-block'>Selected Items</h6>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user