Skip to content

Commit

Permalink
portal: add stats column
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jul 27, 2022
1 parent 3840e18 commit f1cb52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpcontribs-portal/mpcontribs/portal/assets/js/browse.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Handsontable from "handsontable";
$("#table_filter").addClass('is-loading');

const main_columns = ["title", "public", "author"];
const stats_columns = ["columns", "contributions", "structures", "tables", "attachments"];
const stats_columns = ["columns", "contributions", "structures", "tables", "attachments", "size"];
const colHeaders = main_columns.concat(stats_columns);
const url = window.api['host'] + 'projects/';
const container = document.getElementById("main_table");
Expand Down

0 comments on commit f1cb52b

Please sign in to comment.