dashboard-shell-shell 0.0.1000000000001124 → 0.0.1000000000001125

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.
@@ -294,6 +294,7 @@ export default {
294
294
  :is-creatable="false"
295
295
  :type-display="t('members.clusterAndProject')"
296
296
  />
297
+ <!-- harvester------------------------------------------------------2 -->
297
298
  <Banner
298
299
  v-if="isLocal"
299
300
  color="error"
@@ -441,6 +441,7 @@ export default {
441
441
  </router-link>
442
442
  </template>
443
443
  </Masthead>
444
+ <!-- harvester------------------------------------------------------3 -->
444
445
  <!-- Extensions area -->
445
446
  <ExtensionPanel
446
447
  :resource="{}"
@@ -251,6 +251,7 @@ export default {
251
251
  <slot name="extraActions" />
252
252
  </template>
253
253
  </Masthead>
254
+ <!-- harvester------------------------------------------------------4 -->
254
255
  <!-- Extensions area -->
255
256
  <ExtensionPanel
256
257
  :resource="{}"
@@ -691,6 +691,13 @@ export default {
691
691
  v-if="mainButtonVisible"
692
692
  :schema="schema"
693
693
  :resource="resource"
694
+ :create-button-label="createButtonLabel"
695
+ :yaml-create-button-label="yamlCreateLocation"
696
+ :create-location="createLocation"
697
+ :is-yaml-creatable="isYamlCreatable"
698
+ :is-creatable="isCreatable"
699
+ :type-display="typeDisplay"
700
+ :component-testid="componentTestid"
694
701
  >
695
702
 
696
703
  <template #extraActions>
@@ -204,6 +204,7 @@ export default {
204
204
  class="main-layout"
205
205
  :aria-label="t('layouts.default')"
206
206
  >
207
+ 默认页面---------------------------------------------
207
208
  <router-view
208
209
  :key="$route.path"
209
210
  class="outlet"
@@ -94,6 +94,7 @@ export default {
94
94
  :load-indeterminate="loadIndeterminate"
95
95
  :create-button-label="t('fleet.gitRepo.repo.addRepo')"
96
96
  />
97
+ <!-- harvester------------------------------------------------------5 -->
97
98
  <FleetRepos
98
99
  :rows="rows"
99
100
  :schema="schema"
@@ -143,6 +143,7 @@ export default {
143
143
  </router-link>
144
144
  </template>
145
145
  </Masthead>
146
+ <!-- harvester------------------------------------------------------6 -->
146
147
 
147
148
  <ResourceTable
148
149
  :schema="schema"
@@ -136,6 +136,7 @@ export default {
136
136
  </n-link>
137
137
  </template>
138
138
  </Masthead>
139
+ <!-- harvester------------------------------------------------------7 -->
139
140
 
140
141
  <ResourceTable
141
142
  v-if="rows && rows.length"
@@ -74,6 +74,7 @@ export default {
74
74
  :load-indeterminate="loadIndeterminate"
75
75
  :is-creatable="canCreateProjectHelmChart"
76
76
  />
77
+ <!-- harvester------------------------------------------------------8 -->
77
78
  <Banner
78
79
  color="info"
79
80
  :label="t('monitoring.projectMonitoring.list.banner')"
@@ -140,6 +140,7 @@ export default {
140
140
  </router-link>
141
141
  </template>
142
142
  </Masthead>
143
+ <!-- harvester------------------------------------------------------9 -->
143
144
 
144
145
  <ResourceTable
145
146
  :schema="schema"
@@ -224,6 +224,7 @@ export default {
224
224
  </router-link>
225
225
  </template>
226
226
  </Masthead>
227
+ <!-- harvester------------------------------------------------------10 -->
227
228
 
228
229
  <Banner
229
230
  v-if="tokenExpiredData.expiring"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "0.0.1000000000001124",
3
+ "version": "0.0.1000000000001125",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -56,6 +56,7 @@ export default {
56
56
  :favorite-resource="VIRTUAL_TYPES.NAMESPACE"
57
57
  :create-location="createLocation"
58
58
  />
59
+ <!-- harvester------------------------------------------------------11 -->
59
60
  <ResourceTable
60
61
  v-bind="$attrs"
61
62
  :schema="schema"
@@ -70,6 +70,7 @@ export default {
70
70
  :yaml-create-location="yamlCreateLocation"
71
71
  :create-location="createLocation"
72
72
  />
73
+ <!-- harvester------------------------------------------------------12 -->
73
74
 
74
75
  <SortableTable
75
76
  :headers="headers"
@@ -125,6 +125,7 @@ export default {
125
125
  :create-location="createLocation"
126
126
  :type-display="t('manager.cloudCredentials.label')"
127
127
  />
128
+ <!-- harvester------------------------------------------------------13 -->
128
129
  <Banner
129
130
  v-if="expiredData.expiring"
130
131
  data-testid="cert-expiring-banner"
@@ -69,6 +69,7 @@ export default {
69
69
  />
70
70
  </template>
71
71
  </Masthead>
72
+ <!-- harvester------------------------------------------------------14 -->
72
73
  <ResourceTable
73
74
  :schema="schema"
74
75
  :rows="rows"
@@ -38,6 +38,7 @@ export default {
38
38
  :resource="resource"
39
39
  :type-display="t('drivers.node.title')"
40
40
  />
41
+ <!-- harvester------------------------------------------------------15 -->
41
42
  <ResourceTable
42
43
  :schema="schema"
43
44
  :rows="rows"
@@ -208,6 +208,7 @@ export default {
208
208
  <TypeDescription :resource="'jwt.authentication'" />
209
209
  </template>
210
210
  </Masthead>
211
+ <!-- harvester------------------------------------------------------16 -->
211
212
 
212
213
  <Banner
213
214
  v-for="(err, i) in errors"