You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/v1.0.1/Orchestrator/orchestratorConfiguration.py

19 lines
850 B

def RenderRobotR01(inGlobalConfiguration):
lResultDict={
"HeaderLeftText":"Robot name",
"HeaderRightText":"R01",
"SubheaderText":"Состояние: <span style=\"color:green\">Работает</span>",
"BodyKeyValueList":[
{"Key":"Дата запуска","Value":"10:00:09 01.09.2019"},
{"Key":"Текущий шаг","Value":"Проведение заказа"},
{"Key":"Время выполнения шага","Value":"20с."},
{"Key":"Отчет робота","Value":"скачать"}
],
"FooterText":"Дата изменения: 9:38:00 09.10.2019",
"FooterButtonX2List":[
{"Text":"Вкл.", "Color":"green", "Link":""},
{"Text":"Выкл.", "Color":"red", "Link":""}
]
}
return lResultDict