1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-20 05:49:40 +02:00

feat(ux): normalize quick actions buttons (#2389)

* feat(ux): normalize quick actions buttons

Fixes #2013

* fix(ux): fix wrong naming of variable
This commit is contained in:
Jan Jansen 2018-10-31 03:50:38 +01:00 committed by Anthony Lapenna
parent 8df64031e8
commit 78bf374548
8 changed files with 137 additions and 27 deletions

View file

@ -1,6 +1,6 @@
angular.module('portainer.docker').component('tasksDatatable', {
templateUrl: 'app/docker/components/datatables/tasks-datatable/tasksDatatable.html',
controller: 'GenericDatatableController',
controller: 'TasksDatatableController',
bindings: {
titleText: '@',
titleIcon: '@',