Skip to content

Commit

Permalink
Remove status info to make the web interface work.
Browse files Browse the repository at this point in the history
As suggested on circus-tent#47
  • Loading branch information
silviot committed Jan 16, 2015
1 parent 5c9904d commit 8fb1f64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions circusweb/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
<div>
<span style="display: inline-block; float: left;" class="label">${name or watcher}</span>
<span class="age-stat" id="${watcher}-${b64encode(stat_endpoint)}_last_age"></span>

%if display_status:
<div style="width: 20px; float: right; margin-right: 10px;"><a class="${controller.get_status(watcher, endpoint)}" title="${controller.get_status(watcher, endpoint)}" href="${reverse_url('switch_status', b64encode(stat_endpoint), watcher)}"></a></div>
%endif
</div>

<div class="stat">
Expand Down

0 comments on commit 8fb1f64

Please sign in to comment.