From 21de0aee50e3be1fa77dca449b2695ca2ff970e4 Mon Sep 17 00:00:00 2001 From: Vyacheslav Morov Date: Sun, 1 Nov 2020 02:47:11 +0300 Subject: [PATCH] Add type=button to View Raw Data buttons. --- ui/app/templates/components/fs/file.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/templates/components/fs/file.hbs b/ui/app/templates/components/fs/file.hbs index f28801f84..7c8c1dce1 100644 --- a/ui/app/templates/components/fs/file.hbs +++ b/ui/app/templates/components/fs/file.hbs @@ -9,7 +9,7 @@ {{#unless this.fileTypeIsUnknown}} - + {{/unless}} {{#if (and this.isLarge this.isStreamable)}} @@ -32,7 +32,7 @@

Unsupported File Type

The Nomad UI could not render this file, but you can still view the file directly.

- +

{{/if}}