Skip to content

Commit

Permalink
Change description location in reports
Browse files Browse the repository at this point in the history
  • Loading branch information
rsertelon committed Mar 22, 2012
1 parent ecddebf commit d798d90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -24,6 +24,7 @@ build.log

# misc
.DS_Store
*~

# project files to ignore
/gatling-bundle/src/main/assembly/assembly-structure/results/*
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions gatling-charts/src/main/resources/assets/style/style.css
Expand Up @@ -30,6 +30,7 @@ h1 span{color:#D1D1CE;}

.head{height:100px;width:600px;padding:10px 0 0 160px;background:url('fond-lueur.gif') no-repeat;background-position:70px 0;position:absolute;top:0;left:0;}

.sim_desc{float:right;padding:0;margin:0}

.foot{background:#92918C;width:100%;color:#FFF;}
.foot a{width:85px;height:27px;margin:3px auto;display:block}
Expand Down
Expand Up @@ -25,12 +25,13 @@
<div class="cadre">
<div class="onglet">
<img src="style/cible.png" />
<p>Simulation:&nbsp;&nbsp;&nbsp;<span <%=if(!runRecord.runDescription.isEmpty) "title=\"" + com.excilys.ebi.gatling.core.util.HtmlHelper.htmlEscape(runRecord.runDescription) +"\"" %>><%= runRecord.runId %> on <%= runRecord.readableRunDate %></span></p>
<p>Simulation:&nbsp;&nbsp;&nbsp;<span><%= runRecord.runId %> on <%= runRecord.readableRunDate %></span></p>
</div>
<div class="content">
<div class="sous-menu">
<div class="item<%if(!isDetails){%> ouvert<%}%>"><a href="active_sessions.html">GLOBAL</a></div>
<div class="item<%if(isDetails){%> ouvert<%}%>"><a id="details_link" href="#">DETAILS</a></div>
<p class="sim_desc"><%= com.excilys.ebi.gatling.core.util.HtmlHelper.htmlEscape(runRecord.runDescription) %></p>
</div>
<div class="content-in">
<h1><span>> </span><%= pageTitle %></h1>
Expand Down

0 comments on commit d798d90

Please sign in to comment.