Sha256: b8c1da147f24b07754c025dec9e8e84bb1262031fca7000f930af96c2680cf6b

Contents?: true

Size: 1.33 KB

Versions: 15

Compression:

Stored size: 1.33 KB

Contents

<% content_for :title do %>My super sweet dashboard<% end %>
<div class="gridster">
  <ul>
    <li data-row="1" data-col="1" data-sizex="2" data-sizey="1">
      <div data-id="welcome" data-view="Text" data-title="Hello" data-text="This is your shiny new dashboard." data-moreinfo="Protip: You can drag the widgets around!"></div>
    </li>

    <li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
      <div data-id="synergy" data-view="Meter" data-title="Synergy" data-min="0" data-max="100"></div>
    </li>

    <li data-row="1" data-col="1" data-sizex="1" data-sizey="2">
      <div data-id="buzzwords" data-view="List" data-unordered="true" data-title="Buzzwords" data-moreinfo="# of times said around the office"></div>
    </li>

    <li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
      <div data-id="valuation" data-view="Number" data-title="Current Valuation" data-moreinfo="In billions" data-prefix="$"></div>
    </li>

    <li data-row="1" data-col="1" data-sizex="2" data-sizey="1">
      <div data-id="convergence" data-view="Graph" data-title="Convergence" style="background-color:#ff9618"></div>
    </li>
  </ul>
  <center><div style="font-size: 12px">Try this: curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "text": "Hey, Look what I can do!" }' \http://<%=request.host%>:<%=request.port%>/widgets/welcome</div></center>
</div>

Version data entries

15 entries across 15 versions & 5 rubygems

Version Path
baseboard-1.0.4 templates/project/dashboards/sample.erb
baseboard-1.0.3 templates/project/dashboards/sample.erb
baseboard-1.0.2 templates/project/dashboards/sample.erb
baseboard-1.0.1 templates/project/dashboards/sample.erb
rtdi-1.0 templates/project/dashboards/sample.erb
dashing-jruby-1.3.4.1 templates/project/dashboards/sample.erb
dashing-jruby-1.3.4 templates/project/dashboards/sample.erb
dashing-1.3.4 templates/project/dashboards/sample.erb
dashing-1.3.3 templates/project/dashboards/sample.erb
dashing-beanstalk-1.3.2 templates/project/dashboards/sample.erb
dashing-1.3.2 templates/project/dashboards/sample.erb
dashing-1.3.1 templates/project/dashboards/sample.erb
dashing-1.3.0 templates/project/dashboards/sample.erb
dashing-1.2.0 templates/project/dashboards/sample.erb
dashing-1.1.0 templates/project/dashboards/sample.erb