mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
update project's dashboard every 5 minutes
This commit is contained in:
@@ -21,3 +21,8 @@
|
||||
%h3 Talk
|
||||
=render "projects/recent_messages"
|
||||
|
||||
:javascript
|
||||
function updateDashboard(){
|
||||
$('#content-container').load("#{escape_javascript(project_path(@project))} #content-container>*");
|
||||
}
|
||||
setInterval("updateDashboard()", 300000);
|
||||
|
||||
Reference in New Issue
Block a user