X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fomf%2Fapplication.py;h=b6d8d13ab00739f0bde9b3cedad13d8c2e1ae1cb;hb=2e80f0fafa0c2ef6a5f536efd4c868c91468f962;hp=a7f131b8c21b9907846d1b45b1673640047c0274;hpb=f025a30a215310a9803067a25e244137b71f56f2;p=nepi.git diff --git a/src/nepi/resources/omf/application.py b/src/nepi/resources/omf/application.py index a7f131b8..b6d8d13a 100644 --- a/src/nepi/resources/omf/application.py +++ b/src/nepi/resources/omf/application.py @@ -55,11 +55,11 @@ class OMFApplication(OMFResource): appid = Attribute("appid", "Name of the application") stdin = Attribute("stdin", "Input of the application", default = "") sources = Attribute("sources", "Sources of the application", - flags = Flags.ExecReadOnly) + flags = Flags.Design) sshuser = Attribute("sshUser", "user to connect with ssh", - flags = Flags.ExecReadOnly) + flags = Flags.Design) sshkey = Attribute("sshKey", "key to use for ssh", - flags = Flags.ExecReadOnly) + flags = Flags.Design) cls._register_attribute(appid) cls._register_attribute(command)