diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-16 20:11:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-16 20:11:21 +0000 |
commit | de2031ad28b3556a65d19151be3a8b459b151c65 (patch) | |
tree | 9166008f3d04a1fbb64df53a6243c7d2ce432991 /dashboard/src | |
parent | e5e001fd12a646dac23cbc8d34a0cf40bf264d50 (diff) | |
parent | fdd290bf00f484e8f0e553a835559dccf49623e6 (diff) |
Merge "Landing page now links to LaaS 2.0 wiki entry"
Diffstat (limited to 'dashboard/src')
-rw-r--r-- | dashboard/src/templates/dashboard/landing.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/src/templates/dashboard/landing.html b/dashboard/src/templates/dashboard/landing.html index 71d2706..40e0146 100644 --- a/dashboard/src/templates/dashboard/landing.html +++ b/dashboard/src/templates/dashboard/landing.html @@ -9,9 +9,9 @@ Warning: you need to upload an ssh key under <a href="/accounts/settings">account settings</a> if you wish to log into the servers you book </h4> {% endif %} - <p style="text-align:center;">Welcome to the Pharos Dashboard! To get started, select one of the options below:</p> + <p style="text-align:center;">Welcome to the Pharos Dashboard! For more info on LaaS, <a href="https://wiki.opnfv.org/display/INF/Lab+as+a+Service+2.0">check here</a>. To get started, select one of the options below:</p> {% else %} - <p style="text-align:center;">Welcome to the Pharos Dashboard! To get started, please log in with your <a href="/accounts/login">Linux Foundation Jira account</a></p> + <p style="text-align:center;">Welcome to the Pharos Dashboard! For more info on LaaS, <a href="https://wiki.opnfv.org/display/INF/Lab+as+a+Service+2.0">check here</a>. To get started, please log in with your <a href="/accounts/login">Linux Foundation Jira account</a></p> {% endif %} </div> {% csrf_token %} |