Refactoring docker image building, NEW: added docker compose support
Signed-off-by: giandonato.inverso@edempg.it <giandonato.inverso@studenti.unimi.it>
This commit is contained in:
committed by
giandonato.inverso@edempg.it
parent
5335b6fb7e
commit
68a2b9f7f3
Vendored
+2
-2
@@ -453,7 +453,7 @@
|
||||
});
|
||||
|
||||
const data = {
|
||||
action: $('select[name=bulk-action]').val(),
|
||||
action: 'download',
|
||||
params: params,
|
||||
type: $('input[name=type]').val()
|
||||
}
|
||||
@@ -478,7 +478,7 @@
|
||||
},
|
||||
error: (err) => {
|
||||
$('#err-msg').empty();
|
||||
$('#err-msg').append('<i class="fas fa-exclamation-circle"></i> ' + res.data);
|
||||
$('#err-msg').append('<i class="fas fa-exclamation-circle"></i> ' + err.responseText);
|
||||
$('#err-msg').css('display', 'block');
|
||||
console.log(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user