Skip to content

Commit 3e3ef6c

Browse files
committed
Update legend
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19282 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 3e11736 commit 3e3ef6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/BuildModelRecursive.mos

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ str:="<h1>Recursive BuildModel Test</h1>
275275
<p>Simulation time limit: "+ulimitExe+"s</p>
276276
<p>Default tolerance: "+String(default_tolerance)+"</p>"
277277
+ customCommandsStr +
278-
"<p>Links are provided if getErrorString() or the simulation generates output. <font style=\"background-color:#00FF00\">Green</font> means success. <font style=\"background-color:#FF0000\">Red</font> is bad and in general signifies a failure.</p>
278+
"<p>Links are provided if getErrorString() or the simulation generates output. The links are coded with <font style=\"#FF0000\">red</font> if there were errors, <font style=\"#FFCC66\">yellow</font> if there were warnings, and normal links if there are only notifications.</p>
279+
<p><font style=\"background-color:#00FF00\">Green</font> cells means success. <font style=\"background-color:#FF0000\">Red</font> is bad and in general signifies a failure.</p>
279280
";
280281
writeFile(log,"<html>
281282
<head>

0 commit comments

Comments
 (0)