mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Show socket status in the UI. Absolutely no styling yet.
This commit is contained in:
parent
47ecd9d37e
commit
5771507fc9
5 changed files with 72 additions and 3 deletions
|
@ -1,2 +1,3 @@
|
|||
module.exports = angular.module('stf/socket', [])
|
||||
.factory('socket', require('./socket-service'));
|
||||
.factory('socket', require('./socket-service'))
|
||||
.directive('socketState', require('./socket-state-directive'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue