Skip to content

Commit 7e2f5b2

Browse files
committed
WIP dashboard redesign - redesign card layout
Signed-off-by: michael vincerra <michael.vincerra@intel.com>
1 parent 153aa5d commit 7e2f5b2

4 files changed

Lines changed: 172 additions & 101 deletions

File tree

src/docs/_static/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ function lastPage() {
122122
}
123123

124124
function resetFiltersGoHome(){
125-
destroyView();
126125
resetFilters();
126+
destroyView();
127127
reloadData();
128128
}
129129

@@ -157,7 +157,7 @@ function resetSearcher() {
157157

158158
function showTotalRecords() {
159159
const records = document.getElementById("total-records");
160-
records.innerHTML = `${[...state.data].length} Toolkits`;
160+
records.innerHTML = `${[...state.data].length} samples`;
161161
}
162162

163163
function renderUi(data) {

0 commit comments

Comments
 (0)