Skip to content

Commit

Permalink
Fixed startup manager
Browse files Browse the repository at this point in the history
  • Loading branch information
vaslabs committed Apr 10, 2016
1 parent 5aa881c commit ade8601
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions usr/libexec/pi-web-agent/templates/startup_controller.htm
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
</div>
</div>
<br>
<select class="form-control" id="startupList">
<div class="input-field">
<select id="startupList">


</select>
</select>
</div>
<br>
<button onclick="removeScript()" class="btn btn-danger">Remove script from startup</button>

Expand Down Expand Up @@ -49,6 +52,7 @@
var option = '<option value="' + index + '">' + value['script'] + ' ' + value['args'] + '</option>';
$('#startupList').append(option);
});
$('select').material_select();
endProcessing();
}

Expand Down

0 comments on commit ade8601

Please sign in to comment.