Skip to content
Snippets Groups Projects
Commit f279e5b8 authored by Renzo Mauro Ontivero's avatar Renzo Mauro Ontivero
Browse files

Bug en la UI

parent e238ff1d
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</div> </div>
<div v-if="value.status == 'stamped'" class="success-verify alert alert-success" role="alert"> <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 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"> <div class="copiar">
<label class="font_small" v-html="lb_16" :for="'id_'+index"></label> <label class="font_small" v-html="lb_16" :for="'id_'+index"></label>
<div class="input-group"> <div class="input-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment