Builds CPU history widget

This commit is contained in:
Alicia Sykes
2021-12-15 02:17:17 +00:00
parent 66067b002f
commit 283d8c750e
4 changed files with 193 additions and 3 deletions

View File

@@ -258,6 +258,7 @@ export default {
else {
let itemsFound = true;
this.sections.forEach((section) => {
if (section.widgets && section.widgets.length > 0) itemsFound = false;
if (this.filterTiles(section.items, this.searchValue).length > 0) itemsFound = false;
});
return itemsFound;