dev001 install proxy champs pré renseignés

This commit is contained in:
Fred Tempez 2022-08-23 20:36:08 +02:00
parent eba00a5039
commit 71d8c1ae09
1 changed files with 2 additions and 4 deletions

View File

@ -67,15 +67,13 @@
<div class="col6"> <div class="col6">
<?php echo template::text('installProxyUrl', [ <?php echo template::text('installProxyUrl', [
'label' => 'Adresse du proxy', 'label' => 'Adresse du proxy',
'placeholder' => 'cache.proxy.fr', 'placeholder' => 'cache.proxy.fr'
'value' => $this->getData(['config', 'proxyUrl'])
]); ?> ]); ?>
</div> </div>
<div class="col3"> <div class="col3">
<?php echo template::text('installProxyPort', [ <?php echo template::text('installProxyPort', [
'label' => 'Port du proxy', 'label' => 'Port du proxy',
'placeholder' => '6060', 'placeholder' => '6060'
'value' => $this->getData(['config', 'proxyPort'])
]); ?> ]); ?>
</div> </div>
</div> </div>