mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
set the default value as value!
This commit is contained in:
parent
a23a615ac0
commit
3377898143
@ -139,7 +139,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="form-label">Input Rules</label>
|
<label class="form-label">Input Rules</label>
|
||||||
<input type="text" name="rules" class="form-control" placeholder="required|string|max:20" />
|
<input type="text" name="rules" class="form-control" value="required|string|max:20" placeholder="required|string|max:20" />
|
||||||
<p class="text-muted small">These rules are defined using standard Laravel Framework validation rules.</p>
|
<p class="text-muted small">These rules are defined using standard Laravel Framework validation rules.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user