Skip to content
Snippets Groups Projects
Commit 3235121f authored by Carlos Vega's avatar Carlos Vega
Browse files

added space between visit status and date

parent 5ec24105
No related branches found
No related tags found
1 merge request!200Improvement/pdp import data and button to export subjects table to excel
Pipeline #7837 passed
......@@ -203,7 +203,7 @@ function create_visit_row(visit) {
color = "lightgreen";
text = "IN PROGRESS";
}
text += "<br/>" + visit.datetime_start + " - " + visit.datetime_end;
text += " <br/>" + visit.datetime_start + " - " + visit.datetime_end;
}
return "<div style='background-color:" + color + "';width:100%;height:100%>" + text + "</div>";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment