Hi,
If you resize the Interfaces widget wide enough, the link speed has the space needed to show up.
If you resize the Interfaces widget wide enough, the link speed has the space needed to show up.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
+++ /usr/local/opnsense/www/js/widgets/BaseWidget.js
@@ -253,7 +253,7 @@
}
sanitizeSelector(selector) {
- return selector.replace(/[:/.]/gi, '__');
+ return String(selector).replace(/[:/.]/gi, '__');
}
startCommandTransition(id, $target) {