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

Corrigiendo "Wording como atributo de la app en el HTML"

parent 7ebea5c5
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@
lb_19=" Solo se pueden agregar "
lb_20=" archivos por vez"
lb_21=" ya se encuentra sellado en la BFA"
lb_22=" Hash de la TX:"
></div>
</div>
......
......@@ -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>Hash de la TX: <b>{{value.tx_hash}}</b></p>
<p><span v-html="lb_22"> <b>{{value.tx_hash}}</b></p>
<div class="copiar">
<label class="font_small" v-html="lb_16" :for="'id_'+index"></label>
<div class="input-group">
......@@ -102,6 +102,7 @@
:lb_19="lb_19"
:lb_20="lb_20"
:lb_21="lb_21"
:lb_22="lb_22"
v-if="state == 'visible-drop'"
v-on:stamp="onStamp"
v-on:failed-stamp="onFailedStamp()"
......@@ -142,6 +143,7 @@
'lb_19',
'lb_20',
'lb_21',
'lb_22',
],
computed: {
hash () {
......
......@@ -45,6 +45,7 @@ new Vue({
lb_19: this.$el.attributes.lb_19.value,
lb_20: this.$el.attributes.lb_20.value,
lb_21: this.$el.attributes.lb_21.value,
lb_22: this.$el.attributes.lb_22.value,
}
})
}
......
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