mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 13:25:17 +02:00
fix bug on port forwarding feature (#629)
* fix bug on port forwarding feature Signed-off-by: Denis barbaron <denis.barbaron@orange.com> * fix lint error Signed-off-by: Denis barbaron <denis.barbaron@orange.com> Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
/**
|
||||
* Copyright © 2023 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
**/
|
||||
|
||||
require('./port-forwarding.css')
|
||||
|
||||
module.exports = angular.module('stf.port-forwarding', [
|
||||
require('stf/common-ui/table').name,
|
||||
require('stf/settings').name,
|
||||
require('gettext').name
|
||||
require('stf/common-ui/table').name
|
||||
])
|
||||
.run(['$templateCache', function($templateCache) {
|
||||
$templateCache.put(
|
||||
|
||||
Reference in New Issue
Block a user