Skip to content

Commit

Permalink
Merge pull request #10 from edelight/concurrency
Browse files Browse the repository at this point in the history
Missed one case of 'core_name'
  • Loading branch information
kopf committed Oct 22, 2012
2 parents ccda3b3 + 2697f37 commit 1def421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soldash/templates/main.mako
Expand Up @@ -54,7 +54,7 @@
% if host['replicating']:
<span class="fade_in_and_out">${host['replicating']}</span>
% else:
<a href="${url_for('execute', command='fetchindex', hostname=host['hostname'], core=core['core_name'])}">
<a href="${url_for('execute', command='fetchindex', hostname=host['hostname'], core=core)}">
<img src="/static/images/ready.png">
</a>
% endif
Expand Down

0 comments on commit 1def421

Please sign in to comment.