fixed table issue

This commit is contained in:
Peter Olu 2022-05-06 03:32:04 +01:00
parent 01cd501459
commit f48ecba356
2 changed files with 2 additions and 1 deletions

View File

@ -169,6 +169,7 @@ limitations under the License. -->
</div> </div>
</div> </div>
</div> </div>
<!-- Trace Details tools here -->
<Filter v-if="showFilter" /> <Filter v-if="showFilter" />
</div> </div>
</template> </template>

View File

@ -54,7 +54,7 @@ limitations under the License. -->
:small="true" :small="true"
:total="traceStore.traceSpanLogsTotal" :total="traceStore.traceSpanLogsTotal"
@current-change="turnLogsPage" @current-change="turnLogsPage"
/> />
<LogTable <LogTable
:tableData="traceStore.traceSpanLogs || []" :tableData="traceStore.traceSpanLogs || []"
:type="`service`" :type="`service`"