fix: [galaxy] Clarify supported format of webui galaxy import

pull/9009/head
Christophe Vandeplas 2023-04-05 02:17:39 +02:00
parent 125e9852d9
commit 74b9d62dc7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ echo $this->element('genericElements/Form/genericForm', array(
'data' => array(
'model' => 'Galaxy',
'title' => __('Import galaxy clusters'),
'description' => __('Paste a JSON of cluster to import or provide a JSON file below.'),
'description' => __('Paste a JSON of cluster to import or provide a JSON file below. <br/><u>Warning</u>: Use galaxy files generated by a MISP instance. Do NOT try to import a galaxy from the MISP-galaxy file format/github repository, as this will fail. For more information on adding galaxies see the <a href="https://www.circl.lu/doc/misp/galaxy/#adding-a-new-galaxy">MISP-book</a> '),
'fields' => array(
array(
'field' => 'json',