Skip to content

Commit

Permalink
chore: display sftp credentials in info tab
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <[email protected]>
  • Loading branch information
ferothefox committed Oct 15, 2024
1 parent 0ef58c0 commit a43e8ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/frontend/src/pages/servers/manage/[id]/options/info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
</div>
<div class="flex gap-2">
<div class="flex w-full flex-col gap-2 rounded-xl bg-table-alternateRow p-4">
<span class="font-bold text-contrast">geezyippeedrat</span>
<span class="font-bold text-contrast"> {{ data?.sftp_username }} </span>
<span class="text-xs uppercase text-secondary">username</span>
</div>
<div class="flex w-full flex-col gap-2 rounded-xl bg-table-alternateRow p-4">
<span class="font-bold text-contrast">/nEL8>]23&kM</span>
<span class="font-bold text-contrast">
{{ data?.sftp_password }}
</span>
<span class="text-xs uppercase text-secondary">password</span>
</div>
</div>
Expand Down

0 comments on commit a43e8ae

Please sign in to comment.