Skip to content

Commit

Permalink
Config html update label naming
Browse files Browse the repository at this point in the history
  • Loading branch information
sabioes committed Nov 5, 2024
1 parent 823e63c commit 3bf4832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pgimporter_app/templates/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ <h6 class="border-bottom pb-2 mb-0">Edit Configuration</h6>
<label for="site_name">Site Name:</label><br>
<input type="text" id="site_name" name="site_name" value="{{ config['SITE_NAME'] }}"><br><br>

<label for="import_dump_path">Site Name:</label><br>
<label for="import_dump_path">Import dump path:</label><br>
<input type="text" id="import_dump_path" name="import_dump_path" value="{{ config['IMPORT_DUMP_PATH'] }}"><br><br>

<label for="import_logs_path">Site Name:</label><br>
<label for="import_logs_path">Import logs path:</label><br>
<input type="text" id="import_logs_path" name="import_logs_path" value="{{ config['IMPORT_LOGS_PATH'] }}"><br><br>

<label for="export_dump_path">Site Name:</label><br>
<label for="export_dump_path">Export logs path:</label><br>
<input type="text" id="export_dump_path" name="export_dump_path" value="{{ config['EXPORT_DUMP_PATH'] }}"><br><br>

<input type="submit" value="Update Configuration">
Expand Down

0 comments on commit 3bf4832

Please sign in to comment.