Correct typos on web portal
This commit is contained in:
committed by
Cameron Gutman
parent
881af5b566
commit
f3871c4449
@@ -190,7 +190,7 @@
|
|||||||
v-model="editForm.cmd"
|
v-model="editForm.cmd"
|
||||||
/>
|
/>
|
||||||
<div id="appCmdHelp" class="form-text">
|
<div id="appCmdHelp" class="form-text">
|
||||||
The main application, if it is not specified, a processs is started
|
The main application, if it is not specified, a process is started
|
||||||
that sleeps indefinitely
|
that sleeps indefinitely
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -928,7 +928,7 @@
|
|||||||
<select id="amd_rc" class="form-select" v-model="config.amd_rc">
|
<select id="amd_rc" class="form-select" v-model="config.amd_rc">
|
||||||
<option value="cqp">cqp -- constant qp mode</option>
|
<option value="cqp">cqp -- constant qp mode</option>
|
||||||
<option value="vbr_latency">vbr_latency -- latency constrained variable bitrate (default)</option>
|
<option value="vbr_latency">vbr_latency -- latency constrained variable bitrate (default)</option>
|
||||||
<option value="vbr_peak">vbr_peak -- peak contrained variable bitrate</option>
|
<option value="vbr_peak">vbr_peak -- peak constrained variable bitrate</option>
|
||||||
<option value="cbr">cbr -- constant bitrate</option>
|
<option value="cbr">cbr -- constant bitrate</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
Application Closed Successfully!
|
Application Closed Successfully!
|
||||||
</div>
|
</div>
|
||||||
<div class="alert alert-danger" v-if="closeAppStatus === false">
|
<div class="alert alert-danger" v-if="closeAppStatus === false">
|
||||||
Error while closing Appplication
|
Error while closing Application
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button class="btn btn-warning" :disabled="closeAppPressed" @click="closeApp">
|
<button class="btn btn-warning" :disabled="closeAppPressed" @click="closeApp">
|
||||||
|
|||||||
Reference in New Issue
Block a user