diff --git a/webui/src/main/js/tables.js b/webui/src/main/js/tables.js index 5f9a9b08..8a33bcf0 100644 --- a/webui/src/main/js/tables.js +++ b/webui/src/main/js/tables.js @@ -1,3 +1,15 @@ +class Link { + constructor(text, call, params) { + this.text = text + this.call = call + this.params = params + } + + render() { + return "" + this.text + "" + } +} + class Column { constructor(key) { this.key = key @@ -6,8 +18,8 @@ class Column { render(descending, callback) { var html = "