Made expandable man in REST Mock (#269)

Reviewed-on: #269
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Co-committed-by: Adam Bem <adam.bem@zoho.eu>
This commit is contained in:
2023-11-20 11:01:01 +01:00
committed by Adam Bem
parent c45d1ee83d
commit af140c30a4
9 changed files with 66 additions and 13 deletions

View File

@@ -10,6 +10,11 @@ export default {
<template>
<RestMockManComponent></RestMockManComponent>
<div class="flex flex-col h-full gap-4">
<div class="flex flex-row">
<a href="/rest/mock" class="tool-button">Back to REST Mock</a>
</div>
<RestMockManComponent></RestMockManComponent>
</div>
</template>