mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
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
24 lines
592 B
Plaintext
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
|
|
|