dashboard-shell-shell 1.0.6 → 1.0.7

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.
@@ -503,7 +503,7 @@ export default {
503
503
  {{ projectDescription(group.group) }}
504
504
  </div>
505
505
  </div>
506
- <div class="right">
506
+ <div class="right">1
507
507
  <router-link
508
508
  v-if="isNamespaceCreatable && (canSeeProjectlessNamespaces || group.group.key !== notInProjectKey)"
509
509
  class="create-namespace"
@@ -513,14 +513,14 @@ export default {
513
513
  {{ t('projectNamespaces.createNamespace') }}
514
514
  </router-link>
515
515
  <span style="color: var(--link);margin-bottom: 3px;">|</span>
516
- <template v-if="featureDropdownMenu">
516
+ <template v-if="featureDropdownMenu">2
517
517
  <ActionMenu
518
518
  :showIcon="true"
519
519
  :resource="getProjectActions(group.group)"
520
520
  :button-aria-label="t('projectNamespaces.tableActionsLabel', { resource: projectResource(group.group) })"
521
521
  />
522
522
  </template>
523
- <template v-else>
523
+ <template v-else>3
524
524
  <ButtonMultiAction
525
525
  class="project-action"
526
526
  :borderless="true"
@@ -1224,6 +1224,7 @@ export default {
1224
1224
  ref="container"
1225
1225
  :data-testid="componentTestid + '-list-container'"
1226
1226
  >
1227
+ <!-- 主标题和过滤器区域 -->
1227
1228
  <div
1228
1229
  :class="{'titled': $slots.title && $slots.title.length, 'mb-40': isFilterLabel, 'mb-20': search || isCreatable}"
1229
1230
  class="sortable-table-header "
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -3,4 +3,7 @@ import ExplorerProjectsNamespaces from '@shell/components/ExplorerProjectsNamesp
3
3
  export default { components: { ExplorerProjectsNamespaces } };
4
4
  </script>
5
5
 
6
- <template><ExplorerProjectsNamespaces v-bind="$attrs" /></template>
6
+ <template>
7
+ 测试页面--------------------------------------1
8
+ <ExplorerProjectsNamespaces v-bind="$attrs" />
9
+ </template>