mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
refactor(global): rename uifd to portainer
This commit is contained in:
parent
364756d9fa
commit
537ee24078
36 changed files with 104 additions and 111 deletions
10
app/app.js
10
app/app.js
|
@ -1,13 +1,13 @@
|
|||
angular.module('uifordocker', [
|
||||
'uifordocker.templates',
|
||||
angular.module('portainer', [
|
||||
'portainer.templates',
|
||||
'ui.bootstrap',
|
||||
'ui.router',
|
||||
'ui.select',
|
||||
'ngCookies',
|
||||
'ngSanitize',
|
||||
'uifordocker.services',
|
||||
'uifordocker.helpers',
|
||||
'uifordocker.filters',
|
||||
'portainer.services',
|
||||
'portainer.helpers',
|
||||
'portainer.filters',
|
||||
'dashboard',
|
||||
'container',
|
||||
'containerConsole',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue