1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Added Restart Device functionality.

Added device status to Fatal Message modal.
Added auto-reconnect to Fatal Message modal.
This commit is contained in:
Gunther Brunner 2014-06-19 21:13:20 +09:00
parent 694d621794
commit aebeb4d357
5 changed files with 47 additions and 25 deletions

View file

@ -1,3 +1,3 @@
module.exports = function LayoutCtrl(FatalMessageService, LanguageService) {
module.exports = function LayoutCtrl(LanguageService) {
LanguageService.init()
}