From ee0da20b12a7fbdb7c599bffc31853ae95081e79 Mon Sep 17 00:00:00 2001 From: Jurriaan Bremer Date: Thu, 6 Apr 2017 10:40:52 +0200 Subject: [PATCH] fixup recent analyses view in dashboard and comment out pending view Visually perhaps not the most ideal solution, but we'll have to do with it for now. --- cuckoo/web/src/handlebars/dashboard-table.hbs | 2 +- cuckoo/web/static/js/handlebars-templates.js | 2 +- cuckoo/web/templates/dashboard/index.html | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/cuckoo/web/src/handlebars/dashboard-table.hbs b/cuckoo/web/src/handlebars/dashboard-table.hbs index 56e1d19a74..e7b9479d1b 100644 --- a/cuckoo/web/src/handlebars/dashboard-table.hbs +++ b/cuckoo/web/src/handlebars/dashboard-table.hbs @@ -17,7 +17,7 @@ {{id}} {{added_on}} - {{filename_url}} + {{target}} {{package}} {{score}} / 10 diff --git a/cuckoo/web/static/js/handlebars-templates.js b/cuckoo/web/static/js/handlebars-templates.js index 8819878124..46cbb7b213 100644 --- a/cuckoo/web/static/js/handlebars-templates.js +++ b/cuckoo/web/static/js/handlebars-templates.js @@ -232,7 +232,7 @@ this["HANDLEBARS_TEMPLATES"]["dashboard-table"] = Handlebars.template({"1":funct + "\n " + alias3(((helper = (helper = helpers.added_on || (depth0 != null ? depth0.added_on : depth0)) != null ? helper : alias1),(typeof helper === alias2 ? helper.call(depth0,{"name":"added_on","hash":{},"data":data}) : helper))) + "\n " - + alias3(((helper = (helper = helpers.filename_url || (depth0 != null ? depth0.filename_url : depth0)) != null ? helper : alias1),(typeof helper === alias2 ? helper.call(depth0,{"name":"filename_url","hash":{},"data":data}) : helper))) + + alias3(((helper = (helper = helpers.target || (depth0 != null ? depth0.target : depth0)) != null ? helper : alias1),(typeof helper === alias2 ? helper.call(depth0,{"name":"target","hash":{},"data":data}) : helper))) + "\n " + alias3(((helper = (helper = helpers['package'] || (depth0 != null ? depth0['package'] : depth0)) != null ? helper : alias1),(typeof helper === alias2 ? helper.call(depth0,{"name":"package","hash":{},"data":data}) : helper))) + "\n " diff --git a/cuckoo/web/templates/dashboard/index.html b/cuckoo/web/templates/dashboard/index.html index 72c11a6570..ba09861259 100644 --- a/cuckoo/web/templates/dashboard/index.html +++ b/cuckoo/web/templates/dashboard/index.html @@ -101,7 +101,7 @@
Free disk space
-

Recent processes

+

Recent analyses

@@ -119,7 +119,7 @@

Recent processes