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,
|
package/package.json
CHANGED