Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings display #3174

Merged
merged 1 commit into from Dec 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/tabs/pid_tuning.html
Expand Up @@ -63,6 +63,12 @@
<div class="subtab-pid">
<div class="clear-both"></div>
<div class="cf_column">
<div class="note dMinDisabledNote">
<p i18n="pidTuningDMinDisabledNote"></p>
</div>
<div class="note slidersWarning">
<p i18n="pidTuningSliderWarning"></p>
</div>
<div class="profile_name">
<div class="number">
<label> <input type="text" name="pidProfileName" maxlength="8" style="width:100px;"/> <span
Expand All @@ -71,12 +77,6 @@
<div class="helpicon cf_tip" i18n_title="pidProfileNameHelp"></div>
</div>
</div>
<div class="note dMinDisabledNote">
<p i18n="pidTuningDMinDisabledNote"></p>
</div>
<div class="note slidersWarning">
<p i18n="pidTuningSliderWarning"></p>
</div>
<div class="gui_box grey">
<table id="pid_main" class="pid_tuning">
<tr class="pid_titlebar">
Expand Down