mirror of
https://github.com/openstf/stf
synced 2025-10-06 12:00:08 +02:00
Add basic context-menu for actions.
This commit is contained in:
parent
c33d95ba7a
commit
f705cd60a7
9 changed files with 86 additions and 4 deletions
|
@ -66,6 +66,7 @@ module.exports =
|
|||
|
||||
newWindow.onbeforeunload = function () {
|
||||
|
||||
// TODO: check for usage
|
||||
GroupService.kick(device).then(function () {
|
||||
$rootScope.$digest()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue