Ask to verify SSL for grpc services

Signed-off-by: thatInfrastructureGuy <thatInfrastructureGuy@gmail.com>
pull/806/head
thatInfrastructureGuy 2020-08-28 12:56:12 -07:00
parent 7e3954e66e
commit 51e6ee2c63
No known key found for this signature in database
GPG Key ID: 3E9D4A7275BC5A6A
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
</div>
</div>
<div v-if="service.type.match(/^(http)$/)" class="form-group row">
<div v-if="service.type.match(/^(http|grpc)$/)" class="form-group row">
<label class="col-12 col-md-4 col-form-label">Verify SSL</label>
<div class="col-12 col-md-8 mt-1 mb-2 mb-md-0">
<span @click="service.verify_ssl = !!service.verify_ssl" class="switch float-left">