mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Network details: remove font tag from field value
Embedded HTML is not supported in detail view results, so remove embedded font tag to prevent the tag characters from being displayed.
This commit is contained in:
parent
765832a5cf
commit
c5fdf2935c
@ -1092,7 +1092,7 @@
|
||||
label: 'label.restart.required',
|
||||
converter: function(booleanValue) {
|
||||
if (booleanValue == true)
|
||||
return "<font color='red'>Yes</font>";
|
||||
return "Yes";
|
||||
else if (booleanValue == false)
|
||||
return "No";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user