Merge pull request #2 from GoogleCloudPlatform/master
sync with upstream
This commit is contained in:
commit
37f2d75bfb
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue