refactor(agent): refactor files-datatable to es6 (#4085)

* refactor(host): rename files datatable

* feat(agent): rename main file
pull/4098/head
Chaim Lev-Ari 2020-07-23 10:43:12 +03:00 committed by GitHub
parent 4534ccb499
commit b50497301d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
import angular from 'angular';
angular.module('portainer.agent').component('filesDatatable', {
templateUrl: './files-datatable.html',
templateUrl: './filesDatatable.html',
controller: 'GenericDatatableController',
bindings: {
titleText: '@',