mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
* feat(ux): normalize quick actions buttons Fixes #2013 * fix(ux): fix wrong naming of variable
10 lines
275 B
JavaScript
10 lines
275 B
JavaScript
angular.module('portainer.docker').component('containerQuickActions', {
|
|
templateUrl: 'app/docker/components/container-quick-actions/containerQuickActions.html',
|
|
bindings: {
|
|
containerId: '<',
|
|
nodeName: '<',
|
|
status: '<',
|
|
state: '<',
|
|
taskId: '<'
|
|
}
|
|
});
|