mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
missaligned tips
This commit is contained in:
parent
b1d4bfe149
commit
e583b71a99
@ -392,7 +392,8 @@ function quickShellSettings()
|
|||||||
'inputs' => [
|
'inputs' => [
|
||||||
[
|
[
|
||||||
'label' => __('Gotty path').ui_print_help_tip(
|
'label' => __('Gotty path').ui_print_help_tip(
|
||||||
__('Leave blank if using an external Gotty service')
|
__('Leave blank if using an external Gotty service'),
|
||||||
|
true
|
||||||
),
|
),
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
@ -426,7 +427,8 @@ function quickShellSettings()
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
'label' => __('Gotty user').ui_print_help_tip(
|
'label' => __('Gotty user').ui_print_help_tip(
|
||||||
__('Optional, set a user to access gotty service')
|
__('Optional, set a user to access gotty service'),
|
||||||
|
true
|
||||||
),
|
),
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
@ -436,7 +438,8 @@ function quickShellSettings()
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
'label' => __('Gotty password').ui_print_help_tip(
|
'label' => __('Gotty password').ui_print_help_tip(
|
||||||
__('Optional, set a password to access gotty service')
|
__('Optional, set a password to access gotty service'),
|
||||||
|
true
|
||||||
),
|
),
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
'type' => 'password',
|
'type' => 'password',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user