feat: Certificate request form (#7)
* wip: first draft cert request * feat: form for cert request * fix: add missing fields * add app bar * Give alt names list more space * add missing rules
This commit is contained in:
parent
d98f60ab54
commit
f870fc1ac6
7 changed files with 196 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
<template>
|
||||
<v-app>
|
||||
<v-app-bar>
|
||||
<v-app-bar-nav-icon icon="mdi-home" to="/"/>
|
||||
</v-app-bar>
|
||||
<v-main>
|
||||
<router-view />
|
||||
</v-main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue