From 69d55c60c369fd549997524aa60766d3dbe83f9b Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Fri, 21 Aug 2020 10:24:36 -0700 Subject: [PATCH] Add icon and thumb for clips on history table --- data/interfaces/default/js/tables/history_table.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/interfaces/default/js/tables/history_table.js b/data/interfaces/default/js/tables/history_table.js index e6885dd1..db215e05 100644 --- a/data/interfaces/default/js/tables/history_table.js +++ b/data/interfaces/default/js/tables/history_table.js @@ -184,7 +184,9 @@ history_table_options = { thumb_popover = '' + cellData + parent_info + ''; $(td).html('
'); } else if (rowData['media_type'] === 'clip') { - $(td).html(cellData); + media_type = ''; + thumb_popover = '' + cellData + parent_info + ''; + $(td).html('