mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 09:53:28 +02:00
- Adding Help page back.
- Adding Settings page back.
This commit is contained in:
8
res/app/settings/language/language.jade
Normal file
8
res/app/settings/language/language.jade
Normal file
@@ -0,0 +1,8 @@
|
||||
.widget-container.fluid-height
|
||||
.heading
|
||||
i.fa.fa-flag
|
||||
span(translate) Language
|
||||
.widget-content.padded
|
||||
.form-horizontal
|
||||
.form-group
|
||||
select.form-control(ng-model='language', ng-options='l.code as l.name for l in supportedLanguages')
|
||||
Reference in New Issue
Block a user