Skip to content

Commit 91aa5f7

Browse files
committed
fix css leaking
1 parent e7578e4 commit 91aa5f7

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

OpenFlow/src/public/Deleted.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 translate lib="web">deleted entities</h1>
3232
<div ng-show="ctrl.errormessage != ''"" class=" alert alert-danger" role="alert">{{ctrl.errormessage}}</div>
3333

3434
<table id=" table1" class="table table-striped table-hover table-sm" when-scrolled="ctrl.more()" style="width: 100%;">
35-
<caption translate lib="web">deleted entities</caption>
35+
<caption></caption>
3636
<thead class="thead-dark">
3737
<tr>
3838
<th scope="col" ng-click="ctrl.ToggleOrder('name')"><b translate lib="web">name</b></th>

OpenFlow/src/public/Duplicates.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1 translate lib="web">duplicates tracking</h1>
5151

5252
</div>
5353
<table id=" table1" class="table table-striped table-hover table-sm" when-scrolled="ctrl.more()" style="width: 100%;">
54-
<caption translate lib="web">duplicates tracking</caption>
54+
<caption></caption>
5555
<thead class="thead-dark">
5656
<tr>
5757
<th scope="col" ng-click="ctrl.ToggleOrder('_id')"><strong>_id</strong></th>
@@ -97,7 +97,7 @@ <h5 class="modal-title">First 20 duplicates</h5>
9797
<div class="modal-body">
9898
<table id=" table1" class="table table-striped table-hover table-sm" when-scrolled="ctrl.more()"
9999
style="width: 100%;">
100-
<caption>sample of entities</caption>
100+
<caption></caption>
101101
<thead class="thead-dark">
102102
<th scope="col"><strong>id</strong></th>
103103
<th scope="col"><strong>name</strong></th>

OpenFlow/src/public/Entities.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 translate lib="web">entities</h1>
3232
<div ng-show="ctrl.errormessage != ''"" class=" alert alert-danger" role="alert">{{ctrl.errormessage}}</div>
3333

3434
<table id=" table1" class="table table-striped table-hover table-sm" when-scrolled="ctrl.more()" style="width: 100%;">
35-
<caption translate lib="web">entities</caption>
35+
<caption></caption>
3636
<thead class="thead-dark">
3737
<tr>
3838
<th scope="col" ng-click="ctrl.ToggleOrder('name')"><b translate lib="web">name</b></th>

OpenFlow/src/public/Queues.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="btn btn-success ">Reload</button>
66

77
<table id=" table1" class="table table-striped table-hover table-sm" when-scrolled="ctrl.more()" style="width: 100%;">
8-
<caption>queues</caption>
8+
<caption></caption>
99
<thead class="thead-dark">
1010
<tr>
1111
<th scope="col" ng-click="ctrl.ToggleOrder('name')"><strong translate lib="web">name</strong></th>

OpenFlow/src/public/Sockets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="btn btn-success ">Reload</button>
66

77
<table id=" table1" class="table table-striped table-hover table-sm" when-scrolled="ctrl.more()" style="width: 100%;">
8-
<caption>sockets</caption>
8+
<caption></caption>
99
<thead class="thead-dark">
1010
<tr>
1111
<th scope="col" ng-click="ctrl.ToggleOrder('name')"><strong translate lib="web">name</strong></th>

OpenFlow/src/public/hdrobots.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 translate lib="web">hdrobots</h1>
2222
</div>
2323
<div ng-show="ctrl.errormessage != ''"" class=" alert alert-danger" role="alert">{{ctrl.errormessage}}</div>
2424
<table id="table1" class="table table-striped table-hover table-sm" when-scrolled="ctrl.more()" style="width: 100%;">
25-
<caption>hdrobots</caption>
25+
<caption></caption>
2626
<thead class="thead-dark">
2727
<tr>
2828
<th></th>

OpenFlowNodeRED/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/nodered",
3-
"version": "1.3.12",
3+
"version": "1.3.13",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.12
1+
1.3.13

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/openflow",
3-
"version": "1.3.12",
3+
"version": "1.3.13",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)