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

Update labels for clarity #120

Merged
merged 1 commit into from
Jan 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,10 @@ <h5 class="modal-title" id="dbModalLabel">Enter Database Information</h5>
<label for="db-overwrite">Drop and Recreate Tables</label>
<input type="checkbox" id="db-overwrite" class="form-control"
aria-describedby="dbOverwriteHelp">
<small id="dbOverwriteHelp" class="form-text">Drop all selected tables and recreate them. <em>Deletes any data in the selected tables.</em> If this box is unchecked, any tables that already exist will not be changed.</small>
<small id="dbOverwriteHelp" class="form-text">Drop all selected tables and
recreate them. <em>Deletes any data in the selected tables.</em> If this
box is unchecked, any tables that already exist will not be
changed.</small>
</div>
</form>
</div>
Expand Down Expand Up @@ -227,7 +230,7 @@ <h2>Last Response:</h2>
<li class="nav-item">
<a class="nav-link" id="nav-sql-tab" data-toggle="tab" href="#nav-sql" role="tab"
aria-controls="nav-sql" aria-selected="false">Generated
SQL</a>
Database</a>
</li>
</ul>
<div class="tab-content" id="nav-tabContent">
Expand Down Expand Up @@ -294,11 +297,11 @@ <h3></h3>
&larr; Previous</button>
<button type="button" id="btn-generate-schema" class="sf-api-trigger-button btn btn-success"
data-toggle="modal" data-target="#dbModal" disabled>
Generate SQL
Create Tables
</button>
<button type="button" class="btn btn-warning sf-api-trigger-button" id="btn-save-sql-schema"
disabled>
Save SQL
Save SQL to File
</button>
</div>
<div class="col-md-12" id="sql-display"></div>
Expand Down