UI user task assignment
This commit is contained in:
parent
ebbaa972e9
commit
e47e3df952
|
|
@ -365,9 +365,9 @@ def load_images_from_json(json_input,user_assignment_current_status_df):
|
|||
work_done=user_assignments.get(page_url,{}).get("work_done",[])
|
||||
assigned_text=""
|
||||
if idx+1 in assigned:
|
||||
assigned_text="-(Assigned)"
|
||||
assigned_text="-<span style='font-weight: bold'>(Assigned)</span>"
|
||||
if idx+1 in work_done:
|
||||
assigned_text+="->(Already managed)"
|
||||
assigned_text+="-><span style='font-weight: bold'>(Already managed)</span>"
|
||||
if idx+1 in assigned and idx+1 in work_done:
|
||||
assigned_text+="<span style='font-family: wingdings; font-size: large; font-weight: bold; color:green'>ü</span>"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue