]> git.immae.eu Git - perso/Immae/Projets/Buildbot/buildslist.git/blob - src/module/buildslist.tpl.jade
Initial commit
[perso/Immae/Projets/Buildbot/buildslist.git] / src / module / buildslist.tpl.jade
1 basefield
2 label.control-label.col-sm-2(for="{{build.name}}")
3 | {{build.label}}
4 .col-sm-10
5 select.form-control(name="{{build.name}}",
6 ng-model="selectValue",
7 ng-change="changed(selectValue, true)",
8 ng-options="v as v.name for v in build.choices | orderBy:'-complete_at' track by v.id")