mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
minor tips quickshell
This commit is contained in:
parent
06c7544041
commit
6478c7a51f
@ -391,7 +391,9 @@ function quickShellSettings()
|
|||||||
],
|
],
|
||||||
'inputs' => [
|
'inputs' => [
|
||||||
[
|
[
|
||||||
'label' => __('Gotty path'),
|
'label' => __('Gotty path').ui_print_help_tip(
|
||||||
|
__('Leave blank if using an external Gotty service')
|
||||||
|
),
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'name' => 'gotty',
|
'name' => 'gotty',
|
||||||
@ -423,7 +425,9 @@ function quickShellSettings()
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'label' => __('Gotty user'),
|
'label' => __('Gotty user').ui_print_help_tip(
|
||||||
|
__('Optional, set a user to access gotty service')
|
||||||
|
),
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'name' => 'gotty_user',
|
'name' => 'gotty_user',
|
||||||
@ -431,7 +435,9 @@ function quickShellSettings()
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'label' => __('Gotty password'),
|
'label' => __('Gotty password').ui_print_help_tip(
|
||||||
|
__('Optional, set a password to access gotty service')
|
||||||
|
),
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
'type' => 'password',
|
'type' => 'password',
|
||||||
'name' => 'gotty_pass',
|
'name' => 'gotty_pass',
|
||||||
|
@ -138,7 +138,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
|
|||||||
('cr_incident_type', ''),
|
('cr_incident_type', ''),
|
||||||
('cr_incident_status', ''),
|
('cr_incident_status', ''),
|
||||||
('cr_incident_title', ''),
|
('cr_incident_title', ''),
|
||||||
('cr_incident_content', '');
|
('cr_incident_content', ''),
|
||||||
|
('gotty', '/usr/bin/gotty');
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
||||||
--
|
--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user