From 3a17c8b94460e2c60084424cd5119a2eb3e8e33e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 12 Oct 2016 17:01:35 -0400 Subject: [PATCH] update RecordingStatus --- dashboard-ui/scripts/loginpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/loginpage.js b/dashboard-ui/scripts/loginpage.js index 635f8758cd..59a5e827d6 100644 --- a/dashboard-ui/scripts/loginpage.js +++ b/dashboard-ui/scripts/loginpage.js @@ -131,7 +131,7 @@ html += ''; html += '
'; - html += '
' + user.Name + '
'; + html += '
' + user.Name + '
'; html += '
'; html += '';