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