mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
Update build and msg paritals
This commit is contained in:
parent
980bc6612e
commit
38f859f52d
7 changed files with 77 additions and 71 deletions
|
@ -80,12 +80,12 @@ angular.module('dockerui.services', ['ngResource'])
|
|||
return {
|
||||
event: 'messageSend',
|
||||
send: function(msg) {
|
||||
$rootScope.$broadcast('messageSend', msg);
|
||||
}
|
||||
$rootScope.$broadcast('messageSend', msg);
|
||||
}
|
||||
};
|
||||
})
|
||||
.factory('Dockerfile', function(Settings) {
|
||||
var url = Settings.rawUrl + '/build';
|
||||
var url = Settings.rawUrl + '/build';
|
||||
return {
|
||||
build: function(file, callback) {
|
||||
var data = new FormData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue