Skip to content

Commit

Permalink
updated label #610
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Letter committed Mar 28, 2016
1 parent fe14f99 commit 24b1443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-server/plugins/slycat-model-statistics/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1 class="title">Get model Info/Stats</h1>
' <div class="modal-content">'+
' <div class="modal-header">'+
' <button type="button" class="close" data-dismiss="modal">&times;</button>'+
' <h4 class="modal-title">Model raw data '+ data_to_present.mid +'</h4>'+
' <h4 class="modal-title">Model '+ data_to_present.mid +'</h4>'+
' </div>'+
' <div class="modal-body">'+
' <div class="panel panel-success">'+
Expand All @@ -71,6 +71,7 @@ <h1 class="title">Get model Info/Stats</h1>
'<li class="list-group-item"><span class="label label-primary">Delta creation time:</span> '+ data_to_present.delta_creation_time + ' seconds</li>'+
'<li class="list-group-item"><span class="label label-primary">Couchdb doc size:</span> '+ data_to_present.couchdb_doc_size + ' bytes</li>'+
'<li class="list-group-item"><span class="label label-primary">Model:</span> <div class="well">'+ JSON.stringify(data_to_present.model, null, 4) + '</div></li>'+
'<li class="list-group-item"><span class="label label-primary">Model raw data:</span> <div class="well">'+ JSON.stringify(data_to_present.model, null, 4) + '</div></li>'+
//all fields here
' </ul>'+
' </div>'+
Expand Down

0 comments on commit 24b1443

Please sign in to comment.