Sha256: 84bf56eeaa686caee9ace52eb7a7ee593b380e00674e863daa4e24f6a0268e1b

Contents?: true

Size: 655 Bytes

Versions: 1

Compression:

Stored size: 655 Bytes

Contents

$(".dashboard-periods a").removeClass("active");
$(".period-<%= params[:period] || "month" %>").addClass("active");

<%= smart_listing_update(:logs) %>
<%= smart_listing_update(:scheduled_logs) %>

$(".processed-count").html(<%= @processed_count %>);
$(".delivered-count").html(<%= @delivered_count %>);
$(".skipped-count").html(<%= @skipped_count %>);
$(".failed-count").html(<%= @failed_count %>);

$(".history-graph").data("delivered", <%= @delivered.to_json.html_safe %>);
$(".history-graph").data("failed", <%= @failed.to_json.html_safe %>);
$(".history-graph").data("skipped", <%= @skipped.to_json.html_safe %>);
$(".history-graph").historyGraph();

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
maily_herald-webui-0.8.0 app/views/maily_herald/webui/dashboard/index.js.erb