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

refactor(global): rename uifd to portainer

This commit is contained in:
Anthony Lapenna 2016-09-04 14:50:37 +12:00
parent 364756d9fa
commit 537ee24078
36 changed files with 104 additions and 111 deletions

View file

@ -1,4 +1,4 @@
angular.module('uifordocker.filters', [])
angular.module('portainer.filters', [])
.filter('truncate', function () {
'use strict';
return function (text, length, end) {

View file

@ -1,4 +1,4 @@
angular.module('uifordocker.helpers', [])
angular.module('portainer.helpers', [])
.factory('ImageHelper', [function ImageHelperFactory() {
'use strict';
return {

View file

@ -1,4 +1,4 @@
angular.module('uifordocker.services', ['ngResource', 'ngSanitize'])
angular.module('portainer.services', ['ngResource', 'ngSanitize'])
.factory('Container', ['$resource', 'Settings', function ContainerFactory($resource, Settings) {
'use strict';
// Resource for interacting with the docker containers