Files
stf-DeviceFarmer/res/app/control-panes/activity/activity.pug
Gunther Brunner 1eb6af0119 Replaced old jade with new pug.
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`.
Follow here: https://github.com/jtangelder/template-html-loader/issues/8
2016-08-05 18:24:30 +09:00

24 lines
592 B
Plaintext

.widget-container.scrollableX.messages.stf-activity(ng-controller='ActivityCtrl')
.widget-content.padded
ul(ng-repeat='line in timeline.lines')
li
h3 {{line.title}}
p {{line.message}}
ul.timeline.activity-list
li.active
.timeline-time
strong Oct 3
span 4:53 PM
.timeline-icon
.bg-primary
i.fa.fa-exclamation-circle.fa-1x
.timeline-content
h2 WebSocket Disconnected
p Socket connection was lost, try again reloading the page.
div
refresh-page