Skip to content

Commit a320205

Browse files
committed
more tiny fixes
1 parent b5dcb5f commit a320205

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/dashboard/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1>Renderfarm</h1>
6161
<p>Make sure to have the blender file set to relative paths (File > External Data > Make All Paths Relative).<br>All fluid cache, external images, etc should be included in the zip file as well.</p>
6262
<input type="button" id="upload-upload-submit" class="btn btn-primary" value="Next"/>
6363
</div>
64-
<div id="upload-loading-box" class="hidden">
64+
<div id="upload-loading-box" class="hidden w-50">
6565
<p></p>
6666
<div class="d-flex justify-content-center">
6767
<div class="spinner-border spinner-border-lg" role="status" style="width: 3rem; height: 3rem;"></div>
@@ -74,6 +74,7 @@ <h1>Renderfarm</h1>
7474
<input type="text" name="upload-title" id="upload-title" class="form-control"></input>
7575
<label for="upload-animation" class="form-check-label">Animation: </label>
7676
<input type="checkbox" name="upload-animation" id="upload-animation" class="form-check-input"/>
77+
<p></p>
7778
<label for="upload-framestart" id="upload-framestart-label">Frame to render: </label>
7879
<input type="number" name="upload-framestart" id="upload-framestart" value="1" class="form-control"/>
7980
<label for="upload-frameend" id="upload-frameend-label" class="hidden">End frame of animation: </label>

0 commit comments

Comments
 (0)