mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 08:11:17 +02:00
add help text in loop timeout setting
This commit is contained in:
@@ -544,6 +544,7 @@
|
|||||||
Maximum time allowed in a loop iteration
|
Maximum time allowed in a loop iteration
|
||||||
<input type="number" data-setting="infiniteLoopTimeout" d-change="updateSetting"> ms
|
<input type="number" data-setting="infiniteLoopTimeout" d-change="updateSetting"> ms
|
||||||
</label>
|
</label>
|
||||||
|
<div class="help-text">If any loop iteration takes more than the defined time, it is detected as a potential infinite loop and further iterations are stopped.</div>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1219,6 +1219,11 @@ body:not(.is-app) .show-when-app {
|
|||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
.help-text {
|
||||||
|
font-size: 0.9em;
|
||||||
|
color: #616465;
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.social-login-btn:after,
|
.social-login-btn:after,
|
||||||
.social-login-btn:before,
|
.social-login-btn:before,
|
||||||
|
Reference in New Issue
Block a user