Skip to content

Commit 1995503

Browse files
committed
fix menu
1 parent 9512b99 commit 1995503

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

OpenFlow/src/public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,17 +116,17 @@
116116
<span>{{menuctrl.customer.name || "No filter"}}</span>
117117
<i class="fa fa-angle-down" aria-hidden="true"></i>
118118
</button>
119-
<div class="dropdown-menu dropdown-menu-right w-200" aria-labelledby="navbar-dropdown-toggle-btn-1">
119+
<div class="dropdown-menu dropdown-menu-right w-250" aria-labelledby="navbar-dropdown-toggle-btn-1">
120120
<div class="row">
121-
<div class="col-sm text-left text-nowrap w-150">
121+
<div class="col-sm text-left text-nowrap">
122122
<a href ng-click="menuctrl.SelectCustomer(null)" class="dropdown-item">No filter</a>
123123
</div>
124124
</div>
125125
<div class="row" ng-repeat="model in menuctrl.customers">
126-
<div class="col-sm text-left text-truncate w-100">
126+
<div class="col-sm text-left">
127127
<a href ng-click="menuctrl.SelectCustomer(model)" class="dropdown-item">{{model.name}}</a>
128128
</div>
129-
<div class="col-sm text-right w-90 z-10">
129+
<div class="col-sm text-right">
130130
<a ng-href="#/Customer/{{model._id}}"
131131
ng-show="menuctrl.hasrole('customer admins') || menuctrl.hasrole('resellers')">
132132
<em class="fas fa-money-bill-wave z-20"></em></a>

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.29",
3+
"version": "1.3.30",
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.29
1+
1.3.30

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.29",
3+
"version": "1.3.30",
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)