Skip to content

Commit cfb61ea

Browse files
committed
remove confusing add button on files
1 parent 529752b commit cfb61ea

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

OpenFlow/src/public/Files.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ <h1 translate lib="web">files</h1>
1212
</div>
1313

1414

15-
<div class="row">
16-
<div class="col-md-6">
17-
</div>
18-
<div class=" col-md-6 text-right">
19-
<!-- <a ng-href="#/Entity/{{ctrl.collection}}" class="btn btn-info" translate lib="web">addentity</a> -->
20-
<a ng-href="#/Entity/{{ctrl.collection}}" class="btn btn-info"><i class="az-add-lg"></i></a>
21-
</div>
22-
</div>
23-
2415
<style>
2516
#myProgress {
2617
width: 100%;
@@ -89,6 +80,8 @@ <h1 translate lib="web">files</h1>
8980
<!-- <input type="button" ng-disabled="ctrl.loading==true" ng-click="ctrl.Upload()" value="Upload"></input> -->
9081
<input type="button" ng-disabled="ctrl.loading==true" ng-click="ctrl.Upload()" value="Upload"></input>
9182
<!-- <input type="submit" value="Upload" name="submit"> -->
83+
<!-- <input type="button" ng-disabled="ctrl.loading==true" ng-click="ctrl.Upload_usingapi()"
84+
value="Upload"></input> -->
9285
</td>
9386
</tr>
9487
<tr>

0 commit comments

Comments
 (0)