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:
parent
ed5924c494
commit
f7a8f1a395
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ var AdminClusterOverviewAbout = AdminSocketBase.extend({
|
||||||
textMsg = '';
|
textMsg = '';
|
||||||
}
|
}
|
||||||
if (textMsg.startsWith('license')) {
|
if (textMsg.startsWith('license')) {
|
||||||
$('#license-content').html(textMsg.substring('license: '.length + 1));
|
$('#license-content').html(textMsg.substring('license: '.length));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue