activity monitor, sfa services monitor, statistics
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Fri, 8 Aug 2014 15:52:50 +0000 (17:52 +0200)
committerJordan Augé <jordan.auge@lip6.fr>
Thu, 14 Aug 2014 13:37:13 +0000 (15:37 +0200)
activity/user.py
portal/static/css/onelab.css
portal/templates/onelab/onelab_home-view.html

index 216180e..fadd068 100644 (file)
@@ -11,7 +11,7 @@ def logout(request):
     activity.log(request, "user.logout", "User log out")
 
 def signup(request):
-    activity.log(request, "user.signup", "User sign up")
+    activity.log(request, "user.signup.view", "User sign up")
 
 def register(request):
-    activity.log(request, "user.register", "User registered")
\ No newline at end of file
+    activity.log(request, "user.signup", "User registered")
\ No newline at end of file
index f6c853e..5f15c77 100644 (file)
@@ -19,6 +19,10 @@ a:hover {
     color:#0D0049;
 }
 
+a.current {
+    text-decoration:underline;
+    color:#333333;
+}
 h1 {
     border-bottom:1px solid #DDDDDD;
     padding:0 0 0 0;
@@ -51,6 +55,11 @@ span.subtitle {
     font-weight:normal;
     text-transform:uppercase;
 }
+span.htitle {
+    color:#454545;
+    font-size:9pt;
+    font-weight:normal;
+}
 span.version {
     font-size:8pt;
     color:#888888;
index c8ee2d8..b6908ed 100644 (file)
@@ -183,4 +183,6 @@ This should go into session
 });
 </script>
 {% widget "_widget-monitor.html" %}
+{% widget "_widget-stats-top-slices.html" %}
+
 {% endblock %}
\ No newline at end of file