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

fix(edge): fix edge views (#4184)

* fix(edge): add ngInject

* feat(edge): init edge job model
This commit is contained in:
Chaim Lev-Ari 2020-08-11 00:51:21 +03:00 committed by GitHub
parent 134f2f1532
commit c439bc56ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 23 additions and 11 deletions

View file

@ -1,6 +1,7 @@
import angular from 'angular';
export class EdgeGroupsDatatableController {
/* @ngInject */
constructor($scope, $controller) {
const allowSelection = this.allowSelection;
angular.extend(this, $controller('GenericDatatableController', { $scope: $scope }));