feat: test results indicator in response section's tests tab
This commit is contained in:
@@ -12,6 +12,7 @@ export default defineComponent({
|
||||
props: {
|
||||
label: { type: String, default: null },
|
||||
info: { type: String, default: null },
|
||||
indicator: { type: Boolean, default: false },
|
||||
icon: { type: String, default: null },
|
||||
id: { type: String, default: null, required: true },
|
||||
selected: {
|
||||
|
||||
@@ -34,6 +34,10 @@
|
||||
<span v-if="tab.info && tab.info !== 'null'" class="tab-info">
|
||||
{{ tab.info }}
|
||||
</span>
|
||||
<span
|
||||
v-if="tab.indicator"
|
||||
class="bg-accentLight h-1 w-1 ml-2 rounded-full"
|
||||
></span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="flex justify-center items-center">
|
||||
|
||||
Reference in New Issue
Block a user