beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix JS error loading empty single page
2023-11-24, Edouard Tisserant
ecb947e5bbb4
SVGHMI: fix JS error loading empty single page
svg:svg tag should not be considered as a detachable group,
so filter only svg:g elements
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")