Sha256: 9bd2c67e855aa35fdf3e613477b0cca75e6bc51bbde09e2740f3c5af4d7664ee
Contents?: true
Size: 1004 Bytes
Versions: 3
Compression:
Stored size: 1004 Bytes
Contents
<div class="modal-header"> <h3> <i class="fa fa-th-large"></i> Log Details</h3> </div> <div class="modal-body"> <div class="log-detail"> <h4>Message</h4> <p>{{log.message}}</p> </div> <dl> <dt>Log Type</dt> <dd> <span class="text-{{log_type(log,true)}}">{{log_type(log)}}</span> </dd> <dt>Date Gentared</dt> <dd class="text-muted"> {{(log.datetime || log.created_at) | date:'medium' }} </dd> <dt>Arrvived at Server</dt> <dd class="text-muted"> {{log.created_at | date:'medium' }} </dd> <dt>Source</dt> <dd> <span ng-repeat="s in log.sources">{{s.name}} <span class="text-muted">({{s.ip_address}})</span> </span> </dd> </dl> <div class="log-detail" ng-if="log.data"> <h4>Data</h4> <div json-tree json-data="formatData(log.data)"></div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" ng-click="cancel()">Close</button> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
logman-0.1.0 | lib/console/static/app/bucket/log-details.html |
logman-0.1.0.alpha | lib/console/static/app/bucket/log-details.html |
logman-0.0.2 | lib/console/static/app/bucket/log-details.html |