Skip to content

Commit

Permalink
Add link to powder tuning guide
Browse files Browse the repository at this point in the history
  • Loading branch information
eamars committed Sep 9, 2024
1 parent c9de073 commit a255903
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/html/web_portal.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,23 @@
<!-- Profile Settings -->
<section class="settings-page" id="settings-profile" name="Profiles" style="display: none;">
<form id="profileConfigForm" action="/rest/profile_config" class="grid grid-cols-1 gap-3">
<div class="grid grid-cols-1 gap-1">
<div class="grid grid-cols-1 gap-2">
<div role="alert" class="alert">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
class="h-6 w-6 shrink-0 stroke-current">
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z">
</path>
</svg>
<a href="https://github.com/eamars/OpenTrickler/blob/main/Manual/tuning_guide.md" class="link">Powder Profile Tuning Guide</a>
</div>

<span class="label-text">Select Profile</span>
<select class="select select-bordered select-primary" name="pf" onchange="populateProfileSelection(this)" id="select_profile_option">
<option value="0">#0</option>
Expand Down

0 comments on commit a255903

Please sign in to comment.