Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
tables: better message when tables are empty
#685 #1832
tables: better message when tables are empty
#685 #1832
lisaq
- Tue, 19 Jul 2016 16:18:08
Show More
rhodecode/templates/admin/gists/index.html
0
+2
-1
@@
-118,7
+118,8
b''
118
"sort" : "expires" }, title : "${_(" Expires ")}" , className : "td-exp" }
118
"sort" : "expires" }, title : "${_(" Expires ")}" , className : "td-exp" }
119
],
119
],
120
language : {
120
language : {
121
paginate : DEFAULT_GRID_PAGINATION
121
paginate : DEFAULT_GRID_PAGINATION ,
122
emptyTable : "No gists available yet."
122
},
123
},
123
"initComplete" : function ( settings , json ) {
124
"initComplete" : function ( settings , json ) {
124
timeagoActivate ();
125
timeagoActivate ();
rhodecode/templates/admin/my_account/my_account_repos.html
0
+2
-1
@@
-37,7
+37,8
b''
37
"sort" : "action" }, title : "${_('Action')}" , className : "td-action" }
37
"sort" : "action" }, title : "${_('Action')}" , className : "td-action" }
38
],
38
],
39
language : {
39
language : {
40
paginate : DEFAULT_GRID_PAGINATION
40
paginate : DEFAULT_GRID_PAGINATION ,
41
emptyTable : "No repositories available yet."
41
},
42
},
42
"initComplete" : function ( settings , json ) {
43
"initComplete" : function ( settings , json ) {
43
get_datatable_count ();
44
get_datatable_count ();
rhodecode/templates/admin/my_account/my_account_watched.html
0
+2
-1
@@
-35,7
+35,8
b''
35
"type" : Number }, title : "${_('Commit')}" , className : "td-hash" }
35
"type" : Number }, title : "${_('Commit')}" , className : "td-hash" }
36
],
36
],
37
language : {
37
language : {
38
paginate : DEFAULT_GRID_PAGINATION
38
paginate : DEFAULT_GRID_PAGINATION ,
39
emptyTable : "No repositories available yet."
39
},
40
},
40
"initComplete" : function ( settings , json ) {
41
"initComplete" : function ( settings , json ) {
41
get_datatable_count ();
42
get_datatable_count ();
rhodecode/templates/admin/repo_groups/repo_groups.html
0
+2
-1
@@
-62,7
+62,8
b''
62
"sort" : "action" }, title : "${_('Action')}" , className : "td-action" }
62
"sort" : "action" }, title : "${_('Action')}" , className : "td-action" }
63
],
63
],
64
language : {
64
language : {
65
paginate : DEFAULT_GRID_PAGINATION
65
paginate : DEFAULT_GRID_PAGINATION ,
66
emptyTable : "No repository groups available yet."
66
},
67
},
67
"initComplete" : function ( settings , json ) {
68
"initComplete" : function ( settings , json ) {
68
get_datatable_count ();
69
get_datatable_count ();
rhodecode/templates/admin/repos/repos.html
0
+2
-1
@@
-69,7
+69,8
b''
69
"sort" : "action" }, title : "${_('Action')}" , className : "td-action" }
69
"sort" : "action" }, title : "${_('Action')}" , className : "td-action" }
70
],
70
],
71
language : {
71
language : {
72
paginate : DEFAULT_GRID_PAGINATION
72
paginate : DEFAULT_GRID_PAGINATION ,
73
emptyTable : "No repositories available yet."
73
},
74
},
74
"initComplete" : function ( settings , json ) {
75
"initComplete" : function ( settings , json ) {
75
get_datatable_count ();
76
get_datatable_count ();
rhodecode/templates/admin/user_groups/user_groups.html
0
+2
-1
@@
-66,7
+66,8
b''
66
"sort" : "action" }, title : "${_('Action')}" , className : "td-action" }
66
"sort" : "action" }, title : "${_('Action')}" , className : "td-action" }
67
],
67
],
68
language : {
68
language : {
69
paginate : DEFAULT_GRID_PAGINATION
69
paginate : DEFAULT_GRID_PAGINATION ,
70
emptyTable : "No user groups available yet."
70
},
71
},
71
"initComplete" : function ( settings , json ) {
72
"initComplete" : function ( settings , json ) {
72
get_datatable_count ();
73
get_datatable_count ();
rhodecode/templates/admin/users/users.html
0
+2
-1
@@
-106,7
+106,8
b''
106
"sort" : "action" }, title : "${_('Action')}" , className : "td-action" }
106
"sort" : "action" }, title : "${_('Action')}" , className : "td-action" }
107
],
107
],
108
language : {
108
language : {
109
paginate : DEFAULT_GRID_PAGINATION
109
paginate : DEFAULT_GRID_PAGINATION ,
110
emptyTable : "No users available yet."
110
},
111
},
111
"initComplete" : function ( settings , json ) {
112
"initComplete" : function ( settings , json ) {
112
get_datatable_count ();
113
get_datatable_count ();
rhodecode/templates/bookmarks/bookmarks.html
0
+2
-1
@@
-68,7
+68,8
b''
68
"sort" : "compare" }, title : "${_('Compare')}" , className : "td-compare" }
68
"sort" : "compare" }, title : "${_('Compare')}" , className : "td-compare" }
69
],
69
],
70
language : {
70
language : {
71
paginate : DEFAULT_GRID_PAGINATION
71
paginate : DEFAULT_GRID_PAGINATION ,
72
emptyTable : "No bookmarks available yet."
72
},
73
},
73
"initComplete" : function ( settings , json ) {
74
"initComplete" : function ( settings , json ) {
74
get_datatable_count ();
75
get_datatable_count ();
rhodecode/templates/branches/branches.html
0
+2
-1
@@
-67,7
+67,8
b''
67
"sort" : "compare" }, title : "${_('Compare')}" , className : "td-compare" }
67
"sort" : "compare" }, title : "${_('Compare')}" , className : "td-compare" }
68
],
68
],
69
language : {
69
language : {
70
paginate : DEFAULT_GRID_PAGINATION
70
paginate : DEFAULT_GRID_PAGINATION ,
71
emptyTable : "No branches available yet."
71
},
72
},
72
"initComplete" : function ( settings , json ) {
73
"initComplete" : function ( settings , json ) {
73
get_datatable_count ();
74
get_datatable_count ();
rhodecode/templates/index_base.html
0
+4
-2
@@
-102,7
+102,8
b''
102
"sort" : "owner" }, title : "${_('Owner')}" , className : "td-user" }
102
"sort" : "owner" }, title : "${_('Owner')}" , className : "td-user" }
103
],
103
],
104
language : {
104
language : {
105
paginate : DEFAULT_GRID_PAGINATION
105
paginate : DEFAULT_GRID_PAGINATION ,
106
emptyTable : "No repository groups available yet."
106
},
107
},
107
"drawCallback" : function ( settings , json ) {
108
"drawCallback" : function ( settings , json ) {
108
timeagoActivate ();
109
timeagoActivate ();
@@
-134,7
+135,8
b''
134
"sort" : "rss" }, title : "rss" , className : "td-rss" }
135
"sort" : "rss" }, title : "rss" , className : "td-rss" }
135
],
136
],
136
language : {
137
language : {
137
paginate : DEFAULT_GRID_PAGINATION
138
paginate : DEFAULT_GRID_PAGINATION ,
139
emptyTable : "No repositories available yet."
138
},
140
},
139
"drawCallback" : function ( settings , json ) {
141
"drawCallback" : function ( settings , json ) {
140
timeagoActivate ();
142
timeagoActivate ();
rhodecode/templates/pullrequests/pullrequests.html
0
+2
-1
@@
-108,7
+108,8
b''
108
"sort" : "updated_on_raw" }, title : "${_('Updated on')}" , className : "td-time" }
108
"sort" : "updated_on_raw" }, title : "${_('Updated on')}" , className : "td-time" }
109
],
109
],
110
language : {
110
language : {
111
paginate : DEFAULT_GRID_PAGINATION
111
paginate : DEFAULT_GRID_PAGINATION ,
112
emptyTable : "No pull requests available yet."
112
},
113
},
113
"drawCallback" : function ( settings , json ) {
114
"drawCallback" : function ( settings , json ) {
114
timeagoActivate ();
115
timeagoActivate ();
rhodecode/templates/tags/tags.html
0
+2
-1
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
g 0-9
Goto bookmarked items from 0-9
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 access permissions settings
t s
Toggle sidebar on some pages