beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: update generated xslt
17 months ago, Edouard Tisserant
ac6bbf44491e
SVGHMI: update generated xslt
previous commit actually didn't include all updates
+ white space fix in foreach widget to align with xslt
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]