Merge pull request #2 from GoogleCloudPlatform/master

sync with upstream
This commit is contained in:
Kalyana Chadalavada 2019-05-01 18:20:45 -07:00 committed by GitHub
commit 37f2d75bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -60,7 +60,7 @@ Find **Protocol Buffers Descriptions** at the [`./pb` directory](./pb).
addition to these, using Istio enables features like Request/Response addition to these, using Istio enables features like Request/Response
**Metrics** and **Context Graph** out of the box. When it is running out of **Metrics** and **Context Graph** out of the box. When it is running out of
Google Cloud, this code path remains inactive. Google Cloud, this code path remains inactive.
- **[Skaffold](https://github.com/GoogleContainerTools/skaffold):** Application - **[Skaffold](https://skaffold.dev):** Application
is deployed to Kubernetes with a single command using Skaffold. is deployed to Kubernetes with a single command using Skaffold.
- **Synthetic Load Generation:** The application demo comes with a background - **Synthetic Load Generation:** The application demo comes with a background
job that creates realistic usage patterns on the website using job that creates realistic usage patterns on the website using

View file

@ -132,7 +132,8 @@
</div> </div>
<div class="col-md-2 mb-3"> <div class="col-md-2 mb-3">
<label for="credit_card_cvv">CVV</label> <label for="credit_card_cvv">CVV</label>
<input type="text" class="form-control" id="credit_card_cvv" <input type="password" class="form-control" id="credit_card_cvv"
autocomplete="off"
name="credit_card_cvv" value="672" required pattern="\d{3}"> name="credit_card_cvv" value="672" required pattern="\d{3}">
</div> </div>
</div> </div>