dashboard-shell-shell 0.0.1000000000001126 → 0.0.1000000000001128

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.
@@ -82,6 +82,12 @@ export default {
82
82
  query: { [AS]: _YAML },
83
83
  };
84
84
 
85
+ console.log(schema, ' schema-----------------------------------------2');
86
+
87
+ console.log(_typeDisplay, ' _typeDisplay-------------------------------------2');
88
+
89
+ console.log(_isCreatable, ' _isCreatable----------------------------------2');
90
+
85
91
  const tabList = ['集群配置'];
86
92
  return {
87
93
  formRoute,
@@ -105,6 +105,12 @@ export default {
105
105
  query: { [AS]: _YAML },
106
106
  };
107
107
 
108
+ console.log(schema, ' schema-----------------------------------------1');
109
+
110
+ console.log(_typeDisplay, ' _typeDisplay-------------------------------------1');
111
+
112
+ console.log(_isCreatable, ' _isCreatable----------------------------------1');
113
+
108
114
  const tabList = ['集群配置'];
109
115
  return {
110
116
  formRoute,
@@ -280,6 +280,7 @@ export default {
280
280
  :rows="rows"
281
281
  v-bind="$data"
282
282
 
283
+ :schema="schema"
283
284
  :type-display="customTypeDisplay"
284
285
  :resource="resource"
285
286
  :main-button-visible="true"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "0.0.1000000000001126",
3
+ "version": "0.0.1000000000001128",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",