Sha256: 4215ecb78e17984e500fc613dc82bfb4036b63793c15c1d800ec4f8b0c8da613
Contents?: true
Size: 546 Bytes
Versions: 7
Compression:
Stored size: 546 Bytes
Contents
<div class="panel panel-default"> <div class="panel-heading"> <h4>{{section.capitalize}}</h4> </div> <table class="table table-striped table-hover"> <thead> <tr> <th>Name</th> <th>Cron</th> <th>Notificate to</th> <th>Status</th> <th>Last Exec.</th> <th>Last Result</th> <th/> </tr> </thead> <tbody> % alerts.each do |alert| <tr> {{ partial('alerts/_alert', alert: alert) }} </tr> % end </tbody> </table> </div>
Version data entries
7 entries across 7 versions & 1 rubygems