Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Sep 15, 2016
2 parents 1cd6a69 + b70a618 commit 0b65221
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions templates/model2.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h3 class="panel-title">
<div class="panel-body">

<!-- PRELOADED MODELS -->
<button type="button" ng-change="loadSaved()" class="btn btn-default col-xs-12 model_select" placeholder="Load saved earth model" placement="bottom-right" ng-model="savedEarthModel"bs-options="em.name for em in curImage.earth_models" bs-select>
<button type="button" ng-change="loadSaved()" class="btn btn-default col-xs-12 model_select" placeholder="Load saved earth model" placement="bottom-right" ng-model="savedEarthModel" bs-options="em.name for em in curImage.earth_models" bs-select>
Action
<span class="caret">
</span>
Expand Down Expand Up @@ -108,12 +108,10 @@ <h4><span class="label label-default">z-range of model</span></h4>
<input class="form-control col-xs-8" ng-model="zRange" type="number" min="1"/>
</div>
<div class="col-xs-7 remove-padding">
<input class="form-control" type="text" placeholder="Earth model name" ng-model="earthModelName"
{% if not user %} disabled {% endif %}/>
<input class="form-control" type="text" placeholder="Earth model name" ng-model="earthModelName" {% if not user %} disabled {% endif %}/>
</div>
<div class="col-xs-4 col-xs-offset-1 remove-padding">
<button type="button" {% if not user %} disabled ng-click="saveModel()" class="btn btn-primary col-xs-12"
{% endif %}>
<button type="button" {% if not user %} disabled {% endif %} ng-click="saveModel()" class="btn btn-primary col-xs-12">
Save
</button>
</div>
Expand Down

0 comments on commit 0b65221

Please sign in to comment.