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
<trclass="interactiveList"v-for="(header, index) in filteredHeaders":key="index">
35
35
<tdnowrap="nowrap">{{ header.key }}</td>
@@ -42,6 +42,8 @@ function clearSearch() {
42
42
</tr>
43
43
</tbody>
44
44
</table>
45
+
<!-- Message if filtered list is empty -->
46
+
<divv-elseclass="alert alert-warning">No headers found matching the search term.</div>
45
47
<divv-if="props.message.headersNotFound"class="alert alert-info">Could not find message headers. This could be because the message URL is invalid or the corresponding message was processed and is no longer tracked by ServiceControl.</div>
0 commit comments