render rows in respect to computed columns

This commit is contained in:
Peter Olu 2022-05-19 09:07:22 +01:00
parent 5e9e52f831
commit 650038f069

View File

@ -17,6 +17,7 @@ limitations under the License. -->
<div class="log">
<div class="log-header">
<template v-for="(item, index) in columns">
<template v-if="item.isVisible">
<div
class="method"
:style="`width: ${item.method}px`"
@ -32,6 +33,7 @@ limitations under the License. -->
{{ t(item.value) }}
</div>
</template>
</template>
</div>
<div v-if="type === 'browser'">
<LogBrowser