Skip to content

Commit 7bb7736

Browse files
author
Tomer Admon
authored
Update datamodel.xml
1 parent 09782f1 commit 7bb7736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/customscript_shellPackage/DataModel/datamodel.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<DataModelInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.qualisystems.com/ResourceManagement/DataModelSchema.xsd">
33
<Attributes>
4-
<AttributeInfo Name="Execution Server Selector" Type="String" DefaultValue="" Description="This attribute points to a pre-define group of execution servers. Usually used for different sites or domains." IsReadOnly="false">
4+
<AttributeInfo Name="Execution Server Selector" Type="String" DefaultValue="" Description="This attribute points to a pre-defined group of execution servers. Usually used for different sites or domains." IsReadOnly="false">
55
</AttributeInfo>
66
<AttributeInfo Name="Timeout Minutes" Type="Numeric" DefaultValue="0" Description="Maximum number of minutes to connect to the target machine." IsReadOnly="false">
77
</AttributeInfo>
@@ -38,4 +38,4 @@
3838
<DriverDescriptor Name="Custom Script Driver" Description="This driver will run a script on the target machine to configure an app" DriverType="PythonDriver" />
3939
</DriverDescriptors>
4040
<ScriptDescriptors />
41-
</DataModelInfo>
41+
</DataModelInfo>

0 commit comments

Comments
 (0)