1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #4153: Sanitize edit group dialog in sunstone (#4179)

This commit is contained in:
Sergio Betanzos 2020-02-12 17:28:01 +01:00 committed by GitHub
parent 8cef37f8a4
commit d4af8e2a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1203,8 +1203,7 @@ define(function(require) {
elementArray[that.selectOptions.name_index]);
} else {
elementArray[that.selectOptions.name_index] =
('<i class="fas fa-fw"></i> ' +
elementArray[that.selectOptions.name_index]);
elementArray[that.selectOptions.name_index];
}
}