Skip to content

Commit

Permalink
Fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlambert committed Sep 2, 2013
1 parent 0176743 commit 76fcd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ <h3 class="center"><%= uuid
: formatSize(metrics.memory_actual) %></td>
<td><%= VBDs.length %></td>
<td><%= VIFs.length %></td>
<td><%= '@todo' || _.values(networks).join(', ') %></td>
<td><%= guest_metrics && _.values(guest_metrics.networks).join(', ') || '<i>unknown</i>' %></td>
<td><%= (0 < start_time)
? formatDuration_fromNow(start_time)
: '<div class="text-center muted"><em>N/A</em></div>' %></td>
Expand Down

0 comments on commit 76fcd51

Please sign in to comment.