Skip to content

Commit 245c463

Browse files
committed
fix build
1 parent d2e641a commit 245c463

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/base/release_notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Version 3.21.1
88
- Upgrade JS Panel to v4.10
99
- Fix jspanel position on long pages with a scrollbar
1010
- Fix subservice double-click bug
11+
- Fix table display bug
12+
- Fix operational data display bug
1113

1214
Version 3.21
1315
------------

eNMS/static/js/inventory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ function displayNetworkData(type, id, result, datetime) {
267267
class="navbar navbar-default nav-controls"
268268
role="navigation"
269269
>
270-
<input ${type == 'configuration' ? '' : 'checked'}
270+
<input ${type == "configuration" ? "" : "checked"}
271271
id="data-type-${id}"
272272
type="checkbox"
273273
data-onstyle="info"

0 commit comments

Comments
 (0)