refactor(sh-admin): updated data sharing doc links + remove disabled property from all inputs in configurations (#3894)
This commit is contained in:
parent
acfb0189df
commit
be7387ed19
4 changed files with 2 additions and 6 deletions
|
|
@ -45,7 +45,6 @@
|
|||
:type="
|
||||
isMasked(provider.name, field.key) ? 'password' : 'text'
|
||||
"
|
||||
:disabled="isMasked(provider.name, field.key)"
|
||||
:autofocus="false"
|
||||
class="!my-2 !bg-primaryLight flex-1"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -21,13 +21,12 @@
|
|||
</HoppSmartToggle>
|
||||
</div>
|
||||
|
||||
<!-- TODO: Update the link below -->
|
||||
<HoppButtonSecondary
|
||||
outline
|
||||
filled
|
||||
:icon="IconShieldQuestion"
|
||||
:label="t('configs.data_sharing.see_shared')"
|
||||
to="http://docs.hoppscotch.io"
|
||||
to="https://docs.hoppscotch.io/documentation/self-host/community-edition/telemetry"
|
||||
blank
|
||||
class="w-min my-2"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
<HoppSmartInput
|
||||
v-model="smtpConfigs.fields[field.key]"
|
||||
:type="isMasked(field.key) ? 'password' : 'text'"
|
||||
:disabled="isMasked(field.key)"
|
||||
:autofocus="false"
|
||||
class="!my-2 !bg-primaryLight flex-1"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -28,10 +28,9 @@
|
|||
>
|
||||
{{ t('data_sharing.toggle_description') }}
|
||||
</HoppSmartToggle>
|
||||
<!-- TODO: Update link -->
|
||||
<HoppSmartAnchor
|
||||
blank
|
||||
to="http://docs.hoppscotch.io"
|
||||
to="https://docs.hoppscotch.io/documentation/self-host/community-edition/telemetry"
|
||||
:label="t('data_sharing.see_shared')"
|
||||
class="underline"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue