1
0
Fork 0
Browse Source

Update UI to show location/caretaker

master
sipp11 8 years ago
parent
commit
ae2780a1d9
  1. 3
      js/stdb.js

3
js/stdb.js

@ -157,7 +157,8 @@ function getData(respone) {
+'<div class="box-right">'
+'<h3 style="font-size:26px;margin-left:20px " >'+dataInstrument[i].name+'</h3>'
+'<h3 style="color:#9E9E9E;font-size:22px;margin-left:20px " >#'+dataInstrument[i].custom_id+'</h3>'
+'<h3 style="color:#9E9E9E;font-size:22px;margin-left:20px " >@'+dataInstrument[i].caretaker+'</h3>'
+'<span style="float:right;color:#9E9E9E;font-size:22px;margin-left:20px " >@'+dataInstrument[i].location+'</span>'
+'<h3 style="color:#9E9E9E;font-size:22px;margin-left:20px " >☛ '+dataInstrument[i].caretaker+'</h3>'
+'</div>'// end of right
// End
+'</div>';

Loading…
Cancel
Save