diff --git a/artiq/dashboard/moninj.py b/artiq/dashboard/moninj.py index 946ce7c3f..0f8bfa780 100644 --- a/artiq/dashboard/moninj.py +++ b/artiq/dashboard/moninj.py @@ -391,8 +391,6 @@ def setup_from_ddb(ddb): comment = v.get("comment") if v["type"] == "local": if v["module"] == "artiq.coredevice.ttl": - if "ttl_urukul" in k: - continue channel = v["arguments"]["channel"] force_out = v["class"] == "TTLOut" widget = _WidgetDesc(k, comment, _TTLWidget, (channel, force_out, k))