WebUI image path configuration added

This commit is contained in:
Christophe Fajardo 2022-01-20 16:15:44 +01:00
parent 38dcdcba2f
commit a9bbadf8ad

View File

@ -166,6 +166,22 @@
If not set, Sunshine will default to the parent directory of the command
</div>
</div>
<!-- Image path -->
<div class="mb-3">
<label for="appImagePath" class="form-label">Image</label>
<input
type="text"
class="form-control monospace"
id="appImagePath"
aria-describedby="appImagePathHelp"
v-model="editForm['image-path']"
/>
<div id="appImagePathHelp" class="form-text">
Application icon/picture/image path that will be sent to client.
Only full path are working, so no relative path.
If not set, Sunshine will send default box image.
</div>
</div>
<!--buttons-->
<div class="d-flex">
<button @click="showEditForm = false" class="btn btn-secondary m-2">