admin: fix heading cut off on AdminClusterOverivewAbout page

Signed-off-by: Rashesh Padia <rashesh.padia@collabora.com>
Change-Id: I014841023de86f5c62e2e4fe5ca29e8a42b33db0
This commit is contained in:
Rashesh Padia 2024-02-26 15:10:41 +05:30 committed by Andras Timar
parent ed5924c494
commit f7a8f1a395

View file

@ -16,7 +16,7 @@ var AdminClusterOverviewAbout = AdminSocketBase.extend({
textMsg = '';
}
if (textMsg.startsWith('license')) {
$('#license-content').html(textMsg.substring('license: '.length + 1));
$('#license-content').html(textMsg.substring('license: '.length));
}
},