refactor: move test results to request response section

This commit is contained in:
liyasthomas
2021-08-12 18:41:55 +05:30
parent 55bcb34fd5
commit 32660c5251
5 changed files with 171 additions and 181 deletions

View File

@@ -35,7 +35,6 @@
v-tippy="{ theme: 'tooltip' }"
icon="help_center"
:title="$t('app.help')"
:shortcut="['?']"
/>
</template>
<div class="flex flex-col">
@@ -89,7 +88,6 @@
v-tippy="{ theme: 'tooltip' }"
icon="keyboard"
:title="$t('shortcuts')"
:shortcut="['?']"
@click.native="showShortcuts = true"
/>
<ButtonSecondary