This commit is contained in:
Dmitry Borisenko
2020-12-10 05:13:09 +03:00
parent 81866043bc
commit d17112b3ff
19 changed files with 93 additions and 27 deletions

View File

@@ -0,0 +1,6 @@
{
"widget": "anydata",
"after": "",
"color":"red",
"icon": "walk"
}

View File

@@ -2,5 +2,6 @@
"widget" : "input",
"color" : "green",
"type" : "number",
"size" : "small",
"icon": "thermometer"
}

View File

@@ -2,5 +2,6 @@
"widget" : "input",
"color" : "orange",
"type" : "time",
"size" : "small",
"icon": "alarm-outline"
}