Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/form/tls_settings.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/form/tls_settings.html b/web/html/form/tls_settings.html
index 3e61b5a2..3a1802a3 100644
--- a/web/html/form/tls_settings.html
+++ b/web/html/form/tls_settings.html
@@ -91,9 +91,6 @@
<a-textarea v-model="cert.key"></a-textarea>
</a-form-item>
</template>
- <a-form-item label='OCSP stapling'>
- <a-input-number v-model.number="cert.ocspStapling" :min="0"></a-input-number>
- </a-form-item>
<a-form-item label="One Time Loading">
<a-switch v-model="cert.oneTimeLoading"></a-switch>
</a-form-item>