From f279e5b85e020eefd62ffb4964f8113b686e9f10 Mon Sep 17 00:00:00 2001 From: Renzo <rontivero@ultimamillasa.com.ar> Date: Mon, 28 Oct 2019 15:38:39 -0300 Subject: [PATCH] Bug en la UI --- ui/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index 2dc5a5c..31e7bba 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -20,7 +20,7 @@ </div> <div v-if="value.status == 'stamped'" class="success-verify alert alert-success" role="alert"> <p><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> <span v-html="lb_00"></span> <b>{{value.fileName}}</b> <span v-html="lb_01"></span></p> - <p><span v-html="lb_22"> <b>{{value.tx_hash}}</b></p> + <p><span v-html="lb_22"> <b>{{value.tx_hash}}</b></span></p> <div class="copiar"> <label class="font_small" v-html="lb_16" :for="'id_'+index"></label> <div class="input-group"> -- GitLab