mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-10-10 14:59:57 +00:00
followup: elaborate a bit more why there could be no content
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cd82be4911
commit
70df8f46be
@ -78,7 +78,11 @@ Ext.define('Proxmox.panel.JournalView', {
|
||||
var text = lines.map(Ext.htmlEncode).join('<br>');
|
||||
|
||||
if (!livemode) {
|
||||
view.content = num ? text : 'no content';
|
||||
if (num) {
|
||||
view.content = text;
|
||||
} else {
|
||||
view.content = 'nothing logged or no timespan selected';
|
||||
}
|
||||
} else {
|
||||
// update content
|
||||
if (top && num) {
|
||||
|
Loading…
Reference in New Issue
Block a user