Merge branch 'master' into og-autoload

Conflicts:
	Netdisco/share/config.yml
This commit is contained in:
Oliver Gorwits
2014-07-01 21:50:01 +01:00
60 changed files with 124 additions and 70 deletions

View File

@@ -15,7 +15,7 @@ $(document).ready(function() {
var table = $('#da-data-table').dataTable({
"processing": true,
"stateSave": true,
"pageLength": 25,
"pageLength": [% settings.table_pagesize %],
"language": {
"search": 'Filter records: '
},

View File

@@ -8,4 +8,4 @@
[% END %]
[% CSV.dump(mylist) %]
[% END %]
[% END %]

View File

@@ -389,7 +389,7 @@ $(document).ready(function() {
"order": [[ 1, 'asc' ]],
"processing": true,
"stateSave": true,
"pageLength": 25,
"pageLength": [% settings.table_pagesize %],
"language": {
"search": 'Filter records: '
},