summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-04 22:14:05 -0700
committermo khan <mo@mokhan.ca>2015-02-04 22:14:05 -0700
commit6c1f2fc7e2253381dd3d7bea3295b4f8f8e51ffb (patch)
tree66908a555294804acc9a3933a7b037c9b65d971d /app/views
parent1af4f1858830afb079e912e1be0c46f5c3ce6186 (diff)
add agent scan.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/agents/files/show.json.jbuilder3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/agents/files/show.json.jbuilder b/app/views/agents/files/show.json.jbuilder
index 88011e6..8394726 100644
--- a/app/views/agents/files/show.json.jbuilder
+++ b/app/views/agents/files/show.json.jbuilder
@@ -1,3 +1,6 @@
if @file
json.extract! @file, :fingerprint, :state
+else
+ json.fingerprint params[:fingerprint]
+ json.state "unknown"
end