Fix formatting issue in workflow message
Change-Id: I4ceda3f3a4d8df604f626ad690bdf38e4db433a7
This commit is contained in:
parent
5aaf92a154
commit
cba65fa1fb
@ -445,9 +445,9 @@
|
|||||||
type: 'template',
|
type: 'template',
|
||||||
template: '<div class="alert alert-warning">' +
|
template: '<div class="alert alert-warning">' +
|
||||||
'<span class="fa fa-warning"></span> ' +
|
'<span class="fa fa-warning"></span> ' +
|
||||||
gettext('Overriding labels already defined by cluster template or' +
|
gettext('Overriding labels already defined by the cluster ' +
|
||||||
'workflow might result in unpredictable behaviour.') +
|
'template or workflow might result in unpredictable ' +
|
||||||
'</div>',
|
'behaviour.') + '</div>',
|
||||||
condition: 'model.override_labels == true'
|
condition: 'model.override_labels == true'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user