mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 08:07:00 +02:00
Several UI fixes
This commit is contained in:
parent
e7cc84166c
commit
bf45440770
3 changed files with 6 additions and 6 deletions
|
@ -246,7 +246,7 @@ class SystemController extends Controller
|
|||
}
|
||||
|
||||
$validators = [
|
||||
'extension' => v::stringType()->notEmpty()->length(1, 64),
|
||||
'extension' => v::stringType()->notEmpty()->length(2, 64),
|
||||
'script' => v::stringType()->notEmpty(),
|
||||
'createm0' => v::numericVal()->between(0.00, 9999999.99, true),
|
||||
'createm12' => v::numericVal()->between(0.00, 9999999.99, true),
|
||||
|
@ -553,7 +553,7 @@ class SystemController extends Controller
|
|||
}
|
||||
|
||||
$validators = [
|
||||
'extension' => v::stringType()->notEmpty()->length(1, 64),
|
||||
'extension' => v::stringType()->notEmpty()->length(2, 64),
|
||||
'createm0' => v::numericVal()->between(0.00, 9999999.99, true),
|
||||
'createm12' => v::numericVal()->between(0.00, 9999999.99, true),
|
||||
'createm24' => v::numericVal()->between(0.00, 9999999.99, true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue