diff --git a/frontend/src/views/main/project/InspectorWrapper.vue b/frontend/src/views/main/project/InspectorWrapper.vue index 9c73e426db..197ce7a023 100644 --- a/frontend/src/views/main/project/InspectorWrapper.vue +++ b/frontend/src/views/main/project/InspectorWrapper.vue @@ -46,7 +46,9 @@ mdi-skip-next - Entry #{{ totalRows === 0 ? 0 : rowNb + 1 }} / {{ totalRows }} + + Entry #{{ totalRows === 0 ? 0 : rowNb + 1 }} / {{ totalRows }} + Row Index {{ originalData.Index + 1 }} @@ -71,7 +73,17 @@ @reset='resetInput' @submitValueFeedback='submitValueFeedback' @submitValueVariationFeedback='submitValueVariationFeedback' + v-if="totalRows > 0" /> + + No data matches the selected filter.
+ In order to show data, please refine the filter's criteria. +
+ @@ -428,4 +440,4 @@ export default class InspectorWrapper extends Vue { font-size: 1.1rem; padding: 8px 12px 0; } - \ No newline at end of file +