diff --git a/labapp/app/templates/coming-soon.html b/labapp/app/templates/coming-soon.html index b0c8fbe..eff420a 100644 --- a/labapp/app/templates/coming-soon.html +++ b/labapp/app/templates/coming-soon.html @@ -3,6 +3,7 @@ {% block title %}{{ title }}{% endblock %} {% block content %} +
Banner diff --git a/labapp/app/templates/error.html b/labapp/app/templates/error.html index 9d75335..9377f2d 100644 --- a/labapp/app/templates/error.html +++ b/labapp/app/templates/error.html @@ -4,6 +4,7 @@ {% block content %} {% if code == 404 %} +
Banner @@ -20,6 +21,7 @@ } +
Banner diff --git a/labapp/app/templates/loadbalancing.html b/labapp/app/templates/loadbalancing.html index 997850b..2c4e7ad 100644 --- a/labapp/app/templates/loadbalancing.html +++ b/labapp/app/templates/loadbalancing.html @@ -59,7 +59,7 @@

Exercise 1: AWS Cloud App

  • Do not advertise your load balancer to the internet. - {% if site %} Your site name is {{ site }}{% endif %} + {% if site %} Your site name is {{ site }}.{% endif %}
  • diff --git a/labapp/app/templates/overview.html b/labapp/app/templates/overview.html index 0230290..999fa38 100644 --- a/labapp/app/templates/overview.html +++ b/labapp/app/templates/overview.html @@ -48,7 +48,7 @@

    Lab Exercises

    Lab exercises will ask you to create configuration in the lab tenant. -Exercise reqirements are listed in a table along with an object type indicator. +Exercise requirements are listed in a table along with an object type indicator.

      @@ -73,7 +73,7 @@

      Test Criteria

      To complete lab exercises, you will run tests against the load balancer advertised from the Customer Edge in your UDF site. You will build this load balancer in the first exercise. -All tests will be run from this web apllication. +All tests will be run from this web application.

      Each test will specify success criteria followed by a button. @@ -106,18 +106,18 @@

      Test Criteria

      - +

      The test made a request to https://foo.mcn-lab.f5demos.com. - The test succeeded because the response contained the JSON string {"info": { "foo": True }}. + The test succeeded because the response contained the JSON string {"info": { "foo": True }}.

      @@ -138,18 +138,18 @@

      Test Criteria

      - +

      The test made a request to https://foo.mcn-lab.f5demos.com. -The test failed because the response did not contain the JSON string { "info": { "bar": True}}. +The test failed because the response did not contain the JSON string { "info": { "bar": True}}.

      diff --git a/labapp/app/templates/welcome.html b/labapp/app/templates/welcome.html index 4d72a61..ae8a524 100644 --- a/labapp/app/templates/welcome.html +++ b/labapp/app/templates/welcome.html @@ -29,12 +29,9 @@

      Customer Edge

      The CE in the UDF deployment will register with the lab tenant. - CEs on first launch update software and, often, their OS. This can take ~20 min from when the CE is booted. -

      - -

      + CEs on first launch update software and, often, their OS. This will take ~20 min from when the CE is booted. When the CE is ready, the status indicator in the navigation pane (👀 look to the left) will show . - Use the indicator to find the CE site name needed for configuring the load balancer's advertise policy. + The indicator also shows the CE site name needed for configuring the load balancer.

      @@ -78,7 +75,7 @@

      While You Wait

    •     - Configure lab setup after logging into the tenant. + Configure the lab setup after logging into the tenant.
    •