feat: support delete in capsules detail

Support delete operation in capsules detail

Change-Id: I1454835dc69a1aff6c08d1b80213e9d9d22a208d
This commit is contained in:
xusongfu 2022-08-26 10:58:52 +08:00
parent a4590711c8
commit 8d56118a41

View File

@ -17,6 +17,7 @@ import Base from 'containers/TabDetail';
import globalCapsulesStore from 'src/stores/zun/capsules';
import { capsuleStatus } from 'resources/zun/capsule';
import BaseDetail from './BaseDetail';
import actionConfigs from '../actions';
export class CapsulesDetail extends Base {
init() {
@ -35,6 +36,10 @@ export class CapsulesDetail extends Base {
return 'capsule:get_one_all_projects';
}
get actionConfigs() {
return actionConfigs;
}
get detailInfos() {
return [
{