File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ def _rewind(self, vdb):
125125 "timeflowPointParameters" : {
126126 "type" : "TimeflowPointSemantic" ,
127127 "container" : parameters ['cont' ],
128-
128+ "location" : "LATEST_SNAPSHOT"
129129 }
130130 }
131131
Original file line number Diff line number Diff line change 1818 </type >
1919
2020 <type type =" delphix.Task" extends =" xlrelease.PythonScript" virtual =" true" >
21+ <property name =" iconLocation" default =" delphix/delphix.png" hidden =" true" />
22+ <property name =" taskColor" hidden =" true" default =" #70767a" />
23+
2124 <property name =" server" category =" input" label =" Server" referenced-type =" delphix.Server" kind =" ci" />
2225 <property name =" username" category =" input" required =" false" />
2326 <property name =" password" password =" true" category =" input" required =" false" />
2427
2528 <property name =" vdb" category =" input" />
26- <property name =" job" category =" ouput" required =" false" />
27- <property name =" action" category =" ouput" required =" false" />
29+
30+ <property name =" job" category =" output" required =" false" />
31+ <property name =" action" category =" output" required =" false" />
2832
2933 </type >
3034
You can’t perform that action at this time.
0 commit comments