@spinnaker/google 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spinnaker/google",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.4",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"shx": "0.3.3",
|
|
38
38
|
"typescript": "4.3.5"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "21bd84315ab519ae2c72adb6605b237b728352a0"
|
|
41
41
|
}
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<div class="row">
|
|
114
114
|
<div class="col-md-3 sm-label-right">Additional Filter Expression</div>
|
|
115
115
|
<div class="col-md-3 content-fields">
|
|
116
|
-
<input class="form-control input-sm" ng-model="custom.
|
|
116
|
+
<input class="form-control input-sm" ng-model="custom.filter" />
|
|
117
117
|
</div>
|
|
118
118
|
</div>
|
|
119
119
|
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
name="singleInstanceAssignment"
|
|
152
152
|
class="form-control input-sm"
|
|
153
153
|
required
|
|
154
|
-
ng-model="custom.
|
|
154
|
+
ng-model="custom.singleInstanceAssignment"
|
|
155
155
|
min="0"
|
|
156
156
|
/>
|
|
157
157
|
</div>
|