|
|
|
@ -151,7 +151,9 @@ def HiddenAgentDictGenerate(inRequest, inGSettings):
|
|
|
|
|
lKeyStr = f"{lAgentItemKeyStrItem[0]};{lAgentItemKeyStrItem[1]}" # turple ("HostNameUpperStr","UserUpperStr") > Str "HostNameUpperStr;UserUpperStr"
|
|
|
|
|
if dUAC(inRoleKeyList=lUACAgentTemplateKeyList+[lKeyStr]):
|
|
|
|
|
lDataItemDict = inGSettings["AgentDict"][lAgentItemKeyStrItem]
|
|
|
|
|
lAgentDict[lKeyStr]=lDataItemDict
|
|
|
|
|
lDataItemAgentDict = copy.deepcopy(lDataItemDict)
|
|
|
|
|
lDataItemAgentDict["ActivityList"] = []
|
|
|
|
|
lAgentDict[lKeyStr]=lDataItemAgentDict
|
|
|
|
|
lHandlebarsDataItemDict = copy.deepcopy(lDataItemDict)
|
|
|
|
|
lHandlebarsDataItemDict["HostnameUpperStr"]=lAgentItemKeyStrItem[0]
|
|
|
|
|
lHandlebarsDataItemDict["UserUpperStr"]=lAgentItemKeyStrItem[1]
|
|
|
|
|