diff --git a/webgoat-container/src/main/resources/static/css/img/appseceu-17.png b/webgoat-container/src/main/resources/static/css/img/appseceu-17.png new file mode 100644 index 000000000..4cab365f0 Binary files /dev/null and b/webgoat-container/src/main/resources/static/css/img/appseceu-17.png differ diff --git a/webgoat-container/src/main/resources/static/css/main.css b/webgoat-container/src/main/resources/static/css/main.css index 17a5e864f..213edb965 100644 --- a/webgoat-container/src/main/resources/static/css/main.css +++ b/webgoat-container/src/main/resources/static/css/main.css @@ -1138,4 +1138,11 @@ div.captured-flag { .fa-flag { color:red +} + +.appseceu-banner { + background: url('img/appseceu-17.png') no-repeat 0px 0px; + height: 117px; + width: 1268px; + margin-bottom: 20px; } \ No newline at end of file diff --git a/webgoat-container/src/main/resources/static/js/goatApp/templates/scoreboard.html b/webgoat-container/src/main/resources/static/js/goatApp/templates/scoreboard.html index 5bbeac6a3..cae628c71 100644 --- a/webgoat-container/src/main/resources/static/js/goatApp/templates/scoreboard.html +++ b/webgoat-container/src/main/resources/static/js/goatApp/templates/scoreboard.html @@ -1,8 +1,9 @@ -
<%= userRanking.username %> |
+ <%= index%> <%=userRanking.username %> |
<% _.each(userRanking.flagsCaptured, function(flag) { %>
|
---|