1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(container-console): add ability to specify the user (#976)

This commit is contained in:
Konstantin Azizov 2017-07-05 08:16:57 +03:00 committed by Anthony Lapenna
parent c5ce45f588
commit 54c8872d25
3 changed files with 37 additions and 19 deletions

View file

@ -6,7 +6,7 @@ angular
message: '@',
position: '@'
},
template: '<span class="interactive" tooltip-placement="{{position}}" tooltip-class="portainer-tooltip" uib-tooltip="{{message}}"><i class="fa fa-question-circle tooltip-icon" aria-hidden="true"></i></span>',
template: '<span class="interactive" tooltip-append-to-body="true" tooltip-placement="{{position}}" tooltip-class="portainer-tooltip" uib-tooltip="{{message}}"><i class="fa fa-question-circle tooltip-icon" aria-hidden="true"></i></span>',
restrict: 'E'
};
return directive;