Skip to content

Commit 61e381a

Browse files
committed
fix
1 parent 844f4f3 commit 61e381a

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

OpenFlow/src/public/Forms.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ <h1 translate lib="web">forms</h1>
1010
</div>
1111
</div>
1212
</div>
13-
14-
<div class="row">
15-
<div class=" col-md-6 text-right">
16-
<a ng-href="#/EditForm" class="btn btn-info" translate lib="web">addform</a>
17-
</div>
13+
<div class="col-sm-12 text-right">
14+
<a ng-href="#/EditForm" class="btn btn-info" translate lib="web">addform</a>
1815
</div>
19-
<div ng-show="ctrl.errormessage != ''"" class=" alert alert-danger" role="alert">{{ctrl.errormessage}}</div>
16+
<div ng-show="ctrl.errormessage != ''" class=" alert alert-danger" role="alert">{{ctrl.errormessage}}</div>
2017
<table id="table1" class="table table-striped" when-scrolled="ctrl.more()" style="width: 100%;">
2118
<thead class="thead-dark">
2219
<tr>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"angular-chart.js": "^1.1.1",
8989
"angular-route": "^1.8.2",
9090
"angular-sanitize": "^1.8.2",
91-
"bootstrap": "^4.6.0",
91+
"bootstrap": "4.6.0",
9292
"browserify": "^17.0.0",
9393
"browserify-css": "^0.15.0",
9494
"chart.js": "^2.9.4",
@@ -108,4 +108,4 @@
108108
"typescript": "^4.2.3",
109109
"watchify": "^4.0.0"
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)