Add placeholder text for database/config import

This commit is contained in:
JonnyWong16 2020-07-16 18:19:20 -07:00
commit f0d4fd5523
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
<span class="btn btn-form">Upload</span>
<input type="file" style="display: none;" id="import_database_file" name="import_database_file" required>
</label>
<input id="import_database_file_name" type="text" class="form-control" disabled>
<input id="import_database_file_name" type="text" class="form-control" placeholder="tautulli.db" disabled>
</div>
</div>
</div>
@ -42,7 +42,7 @@
<span class="input-group-btn">
<button class="btn btn-form" type="button" id="import_database_path_browse">Browse</button>
</span>
<input type="text" class="form-control" id="import_database_path" name="import_database_path" value="" required disabled>
<input type="text" class="form-control" id="import_database_path" name="import_database_path" value="" placeholder="tautulli.db" required disabled>
</div>
</div>
</div>

View file

@ -15,7 +15,7 @@
<span class="btn btn-form">Upload</span>
<input type="file" style="display: none;" id="import_config_file" name="import_config_file" required>
</label>
<input id="import_config_file_name" type="text" class="form-control" disabled>
<input id="import_config_file_name" type="text" class="form-control" placeholder="config.ini" disabled>
</div>
</div>
</div>
@ -29,7 +29,7 @@
<span class="input-group-btn">
<button class="btn btn-form" type="button" id="import_config_path_browse">Browse</button>
</span>
<input type="text" class="form-control" id="import_config_path" name="import_config_path" value="" required disabled>
<input type="text" class="form-control" id="import_config_path" name="import_config_path" value="" placeholder="config.ini" required disabled>
</div>
</div>
</div>