mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 15:53:28 +02:00
15 lines
432 B
Plaintext
15 lines
432 B
Plaintext
//
|
|
Copyright © 2019 code initially contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
|
//
|
|
|
|
.stf-group-list
|
|
.row.unselectable
|
|
.col-md-12
|
|
div(ng-include="'group-list/stats/group-stats.pug'")
|
|
.row.unselectable
|
|
.col-md-12
|
|
div(ng-include="'group-list/stats/group-quota-stats.pug'")
|
|
.row.unselectable
|
|
.col-md-12
|
|
div(ng-include="'group-list/groups/groups.pug'")
|