Monitor your Mikrotik RouterOS from the GNOME Shell top bar. Using RouterOS's `detect-internet` feature, you can see at a glance the if your router's ethernet or LTE interface is internet-connected. The LTE interface also shows sparklines that monitor cellular signal strength. This extension can copy error messages to the clipboard. Not affiliated with MikroTik.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
ui/components/errorContent.js:18
St.Clipboard.get_default()
EGO-X-006 warning
extensions should not use lookupByURL or lookupByUUID for current extension access
Use `this`, `this.getSettings()` or `this.path` instead of `lookupByURL()` or `lookupByUUID()` for the current extension.
ui/components/statusIcon.js:11
Extension.lookupByURL(import.meta.url)
ui/views/panelIndicator.js:39
Extension.lookupByURL(import.meta.url)
ui/views/panelIndicator.js:42
Extension.lookupByURL(import.meta.url)
ui/views/quickSettings.js:37
Extension.lookupByURL(import.meta.url)
EGO-P-006 warning
unnecessary build and translation artifacts should not be shipped
Compiled GSettings schemas should not be shipped for 45+ packages.
Don't include unnecessary files
schemas/gschemas.compiled
schemas/gschemas.compiled
EGO-P-007 warning
JavaScript files should be reachable from extension.js or prefs.js
Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.
Don't include unnecessary files
ui/types.js
EGO-L-002 warning
objects created by extension should be destroyed in disable()
Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.
ui/views/quickSettings.js:27
this._bannerSection = new PopupMenu.PopupMenuSection()
ui/views/quickSettings.js:29
this._section = new PopupMenu.PopupMenuSection()
EGO-L-005 warning
owned object references should be released in disable()
Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.
ui/views/quickSettings.js:27
this._bannerSection = new PopupMenu.PopupMenuSection()
ui/views/quickSettings.js:29
this._section = new PopupMenu.PopupMenuSection()
| Version | Status |
|---|---|
| 1 | Unreviewed |