mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
- Improving the shell. Still not a real shell.
This commit is contained in:
parent
e17f306d30
commit
af47e535e4
10 changed files with 95 additions and 13 deletions
|
@ -5,5 +5,6 @@ module.exports = angular.module('stf/common-ui', [
|
|||
require('./nothing-to-show').name,
|
||||
require('./table').name,
|
||||
require('./notifications').name,
|
||||
require('./ng-enter').name
|
||||
require('./ng-enter').name,
|
||||
require('./tooltips').name
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue