mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
Finish fixing config_panel
This commit is contained in:
parent
9709d978b1
commit
2d184f4a23
1 changed files with 3 additions and 4 deletions
|
@ -12,11 +12,10 @@ name.fr = "Configuration de Streams"
|
|||
ask.en = "Memory footprint"
|
||||
ask.fr = "Empreinte mémoire"
|
||||
type = "select"
|
||||
choices.low = "low, <= 20Mb per pool"
|
||||
choices.medium = "medium, between 20Mb and 40Mb par pool"
|
||||
choices.high = "High, > 40Mb per pool"
|
||||
choices.specific = "Use specific value"
|
||||
choices = ["low", "medium", "high", "specific"]
|
||||
default = "medium"
|
||||
help.en = "<strong>low</strong>: <= 20Mb per pool<br><strong>medium</strong>: Between 20Mb and 40Mb per pool<br><strong>high</strong>: 40Mb per pool<br><strong>specific</strong> : Use specific value"
|
||||
help.fr = "<strong>low</strong>: <= 20Mb par pool<br><strong>medium</strong>: Entre 20Mb et 40Mb par pool<br><strong>high</strong>: 40Mb par pool<br><strong>specific</strong> : Utiliser une valeur personnalisée"
|
||||
|
||||
[main.php_fpm_config.fpm_free_footprint]
|
||||
visible = "fpm_footprint == 'specific'"
|
||||
|
|
Loading…
Add table
Reference in a new issue