Skip to content

Commit

Permalink
move notice box around
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed May 2, 2024
1 parent b14fd66 commit 83f19c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions labapp/app/markdown/lb.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ Create a new origin pool for the Azure cloud app. Reuse your load balancer.

#### **Test Criteria**

<div class="alert alert-secondary" role="alert">
This test will make up to 5 requests.
</div>

```http
GET https://eph-ns.mcn-lab.f5demos.com/ HTTP/1.1
Host: eph-ns.mcn-lab.f5demos.com
Expand All @@ -146,6 +142,10 @@ Host: eph-ns.mcn-lab.f5demos.com
}
```

<div class="alert alert-secondary" role="alert">
This test will make up to 5 requests.
</div>

<div class="left-aligned-button-container">
<button id="requestBtn2" class="btn btn-primary">Test Load Balancer</button>
</div>
Expand Down
8 changes: 4 additions & 4 deletions labapp/app/markdown/manipulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ document.getElementById('requestBtn2').addEventListener('click', () => {

#### **Test Criteria**

<div class="alert alert-secondary" role="alert">
This test evaluates response headers.
</div>

```http
GET https://eph-ns.mcn-lab.f5demos.com/aws HTTP/1.1
Host: eph-ns.mcn-lab.f5demos.com
Expand All @@ -160,6 +156,10 @@ Host: eph-ns.mcn-lab.f5demos.com
}
```

<div class="alert alert-secondary" role="alert">
This test evaluates response headers.
</div>

<div class="left-aligned-button-container">
<button id="requestBtn3" class="btn btn-primary">Test Load Balancer</button>
</div>
Expand Down

0 comments on commit 83f19c9

Please sign in to comment.