mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
parent
b2b814a65b
commit
5bf922325a
4 changed files with 9 additions and 7 deletions
|
@ -75,7 +75,7 @@ angular.module('dockerui', [
|
|||
if (typeof(response.data) === 'string' && response.data.startsWith('Conflict.')) {
|
||||
$.gritter.add({
|
||||
title: 'Error',
|
||||
text: response.data,
|
||||
text: $('<div>').text(response.data).html(),
|
||||
time: 10000
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue