You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Frontend/src/views/throughputreport/endpoints/DetectedListView.vue
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -178,8 +178,8 @@ async function save() {
178
178
</select>
179
179
</div>
180
180
<div>
181
-
<FilterInputv-model="filterData.name" /> TODO: this is failing a test, should replace the line below
182
-
<!-- <input type="search" aria-label="Filter by name" class="form-control format-text" :value="filterData.name" @input="nameFilterChanged" placeholder="Filter by name..." /> -->
181
+
<!-- <FilterInput v-model="filterData.name" /> TODO: this is failing a test, should replace the line below-->
182
+
<inputtype="search"aria-label="Filter by name"class="form-control format-text":value="filterData.name"@input="nameFilterChanged"placeholder="Filter by name..." />
0 commit comments