fix(routes): ui from secrets table

This commit is contained in:
Kaname
2022-09-10 19:00:43 +00:00
parent 3a562bb714
commit 0f0d96195d
21 changed files with 93 additions and 257 deletions

View File

@@ -50,6 +50,8 @@
<td>
<input
style="min-width: 350px !important;"
id={isNewSecret ? 'secretName' : 'secretNameNew'}
bind:value={name}
required
@@ -67,6 +69,7 @@
bind:value
required
placeholder="J$#@UIO%HO#$U%H"
inputStyle="min-width: 350px; !important"
/>
</td>