refactor
This commit is contained in:
@ -1,34 +1,18 @@
|
||||
<rougail>
|
||||
<family_action name="systeme"
|
||||
description="Liste des actions pour gérer le système EOLE"
|
||||
color="#ddc9e6"
|
||||
image="system.svg">
|
||||
<action type="external"
|
||||
title="Reconfigure"
|
||||
description="Reconfigurer le serveur"
|
||||
image="backup.svg"
|
||||
url="extra.test.calc_url"
|
||||
url_type="variable">
|
||||
<input>Reconfigurer</input>
|
||||
<profile>ead_admin</profile>
|
||||
<ewtapp>ead</ewtapp>
|
||||
<tag>reconfigure</tag>
|
||||
</action>
|
||||
</family_action>
|
||||
<variables>
|
||||
<family name="test">
|
||||
<variable name="delay" type="number" description="délai en minutes avant lancement">
|
||||
<value>0</value>
|
||||
</variable>
|
||||
<variable name="calc_url" type="web_address" description="domain">
|
||||
<variable name="calc_url" type="web_address" description="domain" hidden="True">
|
||||
<value>0</value>
|
||||
</variable>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
<auto name="calc_val" target="extra.test.calc_url">
|
||||
<fill name="calc_val" target="extra.test.calc_url">
|
||||
<param>http://localhost/</param>
|
||||
</auto>
|
||||
</fill>
|
||||
</constraints>
|
||||
<help/>
|
||||
</rougail>
|
||||
|
@ -1 +1 @@
|
||||
{"extra.test.delay": 0, "actions.systeme.action0.description": "Reconfigurer le serveur", "actions.systeme.action0.ewtapp": ["ead"], "actions.systeme.action0.image": "backup.svg", "actions.systeme.action0.input": ["Reconfigurer"], "actions.systeme.action0.name": "extra", "actions.systeme.action0.profile": ["ead_admin"], "actions.systeme.action0.save": false, "actions.systeme.action0.tag": ["reconfigure"], "actions.systeme.action0.title": "Reconfigure", "actions.systeme.action0.type": "external", "actions.systeme.action0.activate": true, "actions.systeme.name": "systeme", "actions.systeme.description": "Liste des actions pour g\u00e9rer le syst\u00e8me EOLE", "actions.systeme.color": "#ddc9e6", "actions.systeme.image": "system.svg"}
|
||||
{"creole.general.mode_conteneur_actif": "non", "extra.test.delay": 0, "extra.test.calc_url": null}
|
||||
|
@ -1,79 +1,5 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<creole>
|
||||
<family name="actions" doc="actions">
|
||||
<family doc="systeme" name="systeme">
|
||||
<family doc="action0" name="action0">
|
||||
<variable doc="" multi="False" name="description" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>Reconfigurer le serveur</value>
|
||||
</variable>
|
||||
<variable doc="" multi="True" name="ewtapp" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>ead</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="image" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>backup.svg</value>
|
||||
</variable>
|
||||
<variable doc="" multi="True" name="input" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>Reconfigurer</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="name" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>extra</value>
|
||||
</variable>
|
||||
<variable doc="" multi="True" name="profile" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>ead_admin</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="save" type="boolean">
|
||||
<property>mandatory</property>
|
||||
<value>False</value>
|
||||
</variable>
|
||||
<variable doc="" multi="True" name="tag" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>reconfigure</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="title" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>Reconfigure</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="type" type="choice">
|
||||
<choice>form</choice>
|
||||
<choice>custom</choice>
|
||||
<choice>external</choice>
|
||||
<choice>reader</choice>
|
||||
<choice>apache</choice>
|
||||
<property>mandatory</property>
|
||||
<value>external</value>
|
||||
</variable>
|
||||
<variable multi="False" name="url" opt="extra.test.calc_url" type="symlink">
|
||||
<property>mandatory</property>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="activate" type="boolean">
|
||||
<property>mandatory</property>
|
||||
<value>True</value>
|
||||
</variable>
|
||||
</family>
|
||||
<variable doc="" multi="False" name="name" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>systeme</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="description" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>Liste des actions pour gérer le système EOLE</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="color" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>#ddc9e6</value>
|
||||
</variable>
|
||||
<variable doc="" multi="False" name="image" type="string">
|
||||
<property>mandatory</property>
|
||||
<value>system.svg</value>
|
||||
</variable>
|
||||
</family>
|
||||
</family>
|
||||
<rougail>
|
||||
<family doc="" name="creole">
|
||||
<family doc="général" name="general">
|
||||
<property>normal</property>
|
||||
@ -109,4 +35,4 @@
|
||||
</variable>
|
||||
</family>
|
||||
</family>
|
||||
</creole>
|
||||
</rougail>
|
||||
|
Reference in New Issue
Block a user