mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
Fixed grunt template issues, version bump.
This commit is contained in:
parent
2974f69932
commit
f65fed8d0a
7 changed files with 11 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
angular.module('<%= pkg.name %>.filters', [])
|
||||
angular.module('dockerui.filters', [])
|
||||
.filter('truncate', function() {
|
||||
'use strict';
|
||||
return function(text, length, end) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
angular.module('<%= pkg.name %>.services', ['ngResource'])
|
||||
angular.module('dockerui.services', ['ngResource'])
|
||||
.factory('Container', function($resource, Settings) {
|
||||
'use strict';
|
||||
// Resource for interacting with the docker containers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue