mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-16 06:06:56 +08:00
11 lines
398 B
Ruby
11 lines
398 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.draw @draw
|
|
json.data do
|
|
json.array! prepare_snapshot_row_columns(@repository_rows,
|
|
@columns_mappings,
|
|
@repository_snapshot.team,
|
|
@repository_snapshot)
|
|
end
|
|
json.recordsFiltered @filtered_rows_count
|
|
json.recordsTotal @all_rows_count
|