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

B #~: Remove UtilsFoundation reference (#1166)

Signed-off-by: Frederick Borges <fborges@opennebula.io>
This commit is contained in:
Frederick Borges 2021-04-29 16:31:53 +02:00 committed by Ruben S. Montero
parent da6ddae2d7
commit a6c7898544
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -25,7 +25,6 @@ define(function(require) {
function printInfoConnection(context, info) {
context.empty()
info && context.append(TemplateInfo(info))
UtilsFoundation.update(context);
if (info && info.name) {
document.title = info.name;