mirror of
https://github.com/amir20/dozzle.git
synced 2026-08-07 11:44:45 +00:00
chore: clean up
This commit is contained in:
@@ -76,7 +76,13 @@
|
||||
<fieldset v-if="type === 'cloud' && destination?.prefix" class="fieldset">
|
||||
<legend class="fieldset-legend text-lg">{{ $t("notifications.destination-form.api-key") }}</legend>
|
||||
<div class="join w-full">
|
||||
<input type="text" :value="destination.prefix + '...'" readonly class="input join-item input-success w-full" />
|
||||
<input
|
||||
type="text"
|
||||
:value="destination.prefix + '**************************************'"
|
||||
readonly
|
||||
disabled
|
||||
class="input join-item input-success w-full"
|
||||
/>
|
||||
<span class="join-item btn btn-success pointer-events-none">
|
||||
<mdi:check class="text-lg" />
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user