mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
-Adding table ui for styling with style.
-Added device.update event so the table can reload it's data (watch would be an overkill).
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = angular.module('stf/common-ui', [
|
||||
require('./clear-button').name,
|
||||
require('./filter-button').name,
|
||||
require('./nothing-to-show').name
|
||||
require('./nothing-to-show').name,
|
||||
require('./table').name
|
||||
])
|
||||
Reference in New Issue
Block a user