dashboard-shell-shell 0.0.1000000000001126 → 0.0.1000000000001127

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.
@@ -105,6 +105,9 @@ export default {
105
105
 
106
106
  const showMasthead = getters[`type-map/optionsFor`](resource).showListMasthead;
107
107
 
108
+ console.log(schema, ' schema---------------------------')
109
+
110
+
108
111
  return {
109
112
  schema,
110
113
  hasListComponent,
@@ -280,6 +283,7 @@ export default {
280
283
  :rows="rows"
281
284
  v-bind="$data"
282
285
 
286
+ :schema="schema"
283
287
  :type-display="customTypeDisplay"
284
288
  :resource="resource"
285
289
  :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.1000000000001127",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",