mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-06 12:28:54 +02:00
fix(collections): limit set recommend level to oper
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
{{'COLLECTIONS.BTN_REMOVE_COLLECTION' | translate}}
|
||||
</button>
|
||||
|
||||
<div class="btn-group width-160 margin-top-5" uib-dropdown dropdown-append-to-body>
|
||||
<div class="btn-group width-160 margin-top-5" ng-if="vm.user.isOper" uib-dropdown dropdown-append-to-body>
|
||||
<button id="btn-append-to-body" type="button"
|
||||
class="btn btn-block"
|
||||
mouse-enter-toggle-class="btn-default" base-class="btn-mt-o"
|
||||
|
||||
Reference in New Issue
Block a user