Skip to content

Commit f2dcbb2

Browse files
committed
remove drop button
1 parent 7275cb9 commit f2dcbb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlow/src/public/Entities.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)