feat: add reason phrase to http status code

This commit is contained in:
liyasthomas
2021-12-21 21:42:31 +05:30
parent 3e8ff8ebc9
commit 889b59e1e4
9 changed files with 183 additions and 41 deletions

View File

@@ -1,5 +1,13 @@
<template>
<div class="flex flex-col space-y-4 p-4 items-start">
<div class="flex flex-col">
<h2 class="inline-flex font-semibold text-secondaryDark pb-2">
{{ t("settings.interceptor") }}
</h2>
<p class="inline-flex">
{{ t("settings.interceptor_description") }}
</p>
</div>
<SmartToggle
:on="PROXY_ENABLED"
@change="toggleSettingKey('PROXY_ENABLED')"