kopia lustrzana https://github.com/jbruce12000/kiln-controller
change wording from Profile to Schedule
rodzic
f1109028ce
commit
a0c12c06fb
|
@ -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 °'+temp_scale_display+'/'+time_scale_slope+'</th><th></th></tr>';
|
||||
|
||||
for(var i=0; i<graph.profile.data.length;i++)
|
||||
|
|
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue