Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
DRY problem select
Commit Description:
DRY problem select
- content_for :header do
= javascript_include_tag 'local_jquery'
= stylesheet_link_tag 'tablesorter-theme.cafe'
%script { :type => "text/javascript" }
$(function () {
$('#since_datetime').datetimepicker({ showButtonPanel: true, dateFormat: "yy-mm-dd", controlType: "slider"} );
$('#until_datetime').datetimepicker({ showButtonPanel: true, dateFormat: "yy-mm-dd", controlType: "slider"} );
$('#my_table').tablesorter({widgets: ['zebra']});
});
%h1 Heart Beat Count
= "Last 5 minutes distinct user count = #{ @num } "
%h1 Heart Beat from preview 2 hours
%table .tablesorter-cafe #my_table
%thead
%tr
%th Login
%th Full name
%th IP
%th Status
%th Update
%tbody
- @hb . each do | hb |
%tr { class : cycle ( 'info-even' , 'info-odd' )}
%td = link_to hb . user . login , controller : :users , :action => 'profile' , :id => hb . user . id
%td = hb . user . full_name
%td = hb . ip_address
%td = hb . status
%td = " #{ time_ago_in_words ( hb . updated_at ) } ago"
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings