change wording from Profile to Schedule

pull/1/head
jbruce 2018-11-28 09:04:58 -05:00
rodzic f1109028ce
commit a0c12c06fb
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -104,7 +104,7 @@ function updateProfileTable()
var slope = "";
var color = "";
var html = '<h3>Profile Points</h3><div class="table-responsive" style="scroll: none"><table class="table table-striped">';
var html = '<h3>Schedule Points</h3><div class="table-responsive" style="scroll: none"><table class="table table-striped">';
html += '<tr><th style="width: 50px">#</th><th>Target Time in ' + time_scale_long+ '</th><th>Target Temperature in °'+temp_scale_display+'</th><th>Slope in &deg;'+temp_scale_display+'/'+time_scale_slope+'</th><th></th></tr>';
for(var i=0; i<graph.profile.data.length;i++)

Wyświetl plik

@ -63,7 +63,7 @@
</div>
<div id="edit" style="display:none;">
<div class="input-group">
<span class="input-group-addon">Profile Name</span>
<span class="input-group-addon">Schedule Name</span>
<input id="form_profile_name" type="text" class="form-control" />
<span class="input-group-btn">
<button class="btn btn-success" type="button" onclick="saveProfile();">Save</button>