Remove Extension catalog; code clean-up

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-04-29 14:32:45 +02:00
parent 460e6e7191
commit ee80067a8a
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
4 changed files with 3 additions and 59 deletions

View File

@ -1,28 +0,0 @@
name: Build and Release Extension Catalog
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
defaults:
run:
shell: bash
working-directory: ./
jobs:
build-extension-catalog:
uses: rancher/dashboard/.github/workflows/build-extension-catalog.yml@master
permissions:
actions: write
contents: read
packages: write
with:
registry_target: ghcr.io
registry_user: ${{ github.actor }}
secrets:
registry_token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,26 +0,0 @@
name: Build and Release Extension Charts
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
defaults:
run:
shell: bash
working-directory: ./
jobs:
build-extension-charts:
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@master
permissions:
actions: write
contents: write
deployments: write
pages: write
with:
target_branch: gh-pages

View File

@ -1,10 +1,8 @@
<script>
export default {
name: 'Dashboard',
};
export default { name: 'HarvesterDashboard' };
</script>
<template>
<span>Hello harvester!</span>
</template>
</template>

View File

@ -20,4 +20,4 @@ export function init($plugin: IPlugin, store: any) {
}
}
});
}
}