mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
refactor(ui): rename angular modules from dockerui to uifordocker (#88)
This commit is contained in:
parent
adf5184a5d
commit
7c6fdebb3d
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
angular.module('dockerui.filters', [])
|
||||
angular.module('uifordocker.filters', [])
|
||||
.filter('truncate', function () {
|
||||
'use strict';
|
||||
return function (text, length, end) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
angular.module('dockerui.services', ['ngResource', 'ngSanitize'])
|
||||
angular.module('uifordocker.services', ['ngResource', 'ngSanitize'])
|
||||
.factory('Container', ['$resource', 'Settings', function ContainerFactory($resource, Settings) {
|
||||
'use strict';
|
||||
// Resource for interacting with the docker containers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue