File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ <h1 translate lib="web">entities</h1>
1919 < select ng-model ="ctrl.collection " ng-options ="item.name as item.name for item in ctrl.collections "
2020 ng-change ="ctrl.SelectCollection() ">
2121 </ select >
22- < a href ng-click ="ctrl.DropCollection() " class ="btn btn-secondary " translate lib ="web "
22+ <!-- < a href ng-click="ctrl.DropCollection()" class="btn btn-secondary" translate lib="web"
2323 ng-show="ctrl.WebSocketClient.user.username=='az'"" ng-disabled=" ctrl.loading==true">Drop</a>
2424 <a href ng-click="ctrl.DeleteMany()" class="btn btn-secondary" translate lib="web"
25- ng-show ="ctrl.WebSocketClient.user.username=='az' "" ng-disabled=" ctrl.loading==true"> empty</ a >
25+ ng-show="ctrl.WebSocketClient.user.username=='az'"" ng-disabled=" ctrl.loading==true">empty</a> -->
2626 </ div >
2727
2828 </ div >
You can’t perform that action at this time.
0 commit comments