diff --git a/webapp/dist/index.html b/webapp/dist/index.html index cdd3788..99ed7a5 100644 --- a/webapp/dist/index.html +++ b/webapp/dist/index.html @@ -66,6 +66,7 @@ HTTPS Feed Screenshots + CMS diff --git a/webapp/src/index.js b/webapp/src/index.js index 1b1253a..1a58ebf 100644 --- a/webapp/src/index.js +++ b/webapp/src/index.js @@ -96,6 +96,9 @@ $(function(){ } row.append('' + (screenshot ? screenshot : '❌') + ''); + // cms + row.append('' + (item.details.cms ? item.details.cms : '') + ''); + tbody.append(row); });