dashboard-shell-shell 0.0.1000000000001127 → 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,
@@ -105,9 +105,6 @@ export default {
105
105
 
106
106
  const showMasthead = getters[`type-map/optionsFor`](resource).showListMasthead;
107
107
 
108
- console.log(schema, ' schema---------------------------')
109
-
110
-
111
108
  return {
112
109
  schema,
113
110
  hasListComponent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "0.0.1000000000001127",
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",