diff --git a/www/datastore/Content.js b/www/datastore/Content.js index ddc923fd..87a9079d 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -261,6 +261,10 @@ Ext.define('PBS.DataStoreContent', { children: children, }); + if (!children.length) { + view.setEmptyText(gettext('No Snapshots found')); + } + this.updateGroupNotes(view); if (selected !== undefined) {