ui: datastore/Content: add empty text for no snapshots
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
747446eb50
commit
ae9b5c077a
@ -261,6 +261,10 @@ Ext.define('PBS.DataStoreContent', {
|
|||||||
children: children,
|
children: children,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (!children.length) {
|
||||||
|
view.setEmptyText(gettext('No Snapshots found'));
|
||||||
|
}
|
||||||
|
|
||||||
this.updateGroupNotes(view);
|
this.updateGroupNotes(view);
|
||||||
|
|
||||||
if (selected !== undefined) {
|
if (selected !== undefined) {
|
||||||
|
Loading…
Reference in New Issue
Block a user