mirror of
https://github.com/1Panel-dev/KubePi.git
synced 2026-04-22 16:27:10 +08:00
fixed:部分对象新建和编辑页面的返回列表路由错误 (#275)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'Namespaces' }" v-loading="loading">
|
||||
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'LimitRanges' }" v-loading="loading">
|
||||
<br>
|
||||
<div class="grid-content bg-purple-light" v-if="!showYaml">
|
||||
<el-form label-position="top" :model="form" :rules="rules" ref="form">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'Namespaces' }" v-loading="loading">
|
||||
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'LimitRanges' }" v-loading="loading">
|
||||
<br>
|
||||
<div class="grid-content bg-purple-light" v-if="!showYaml">
|
||||
<el-form label-position="top" :model="form" :rules="rules" ref="form">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'Namespaces' }" v-loading="loading">
|
||||
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'ResourceQuotas' }" v-loading="loading">
|
||||
<br>
|
||||
<div class="grid-content bg-purple-light" v-if="!showYaml">
|
||||
<el-form label-position="top" :model="form" :rules="rules" ref="form">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'Namespaces' }" v-loading="loading">
|
||||
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'ResourceQuotas' }" v-loading="loading">
|
||||
<br>
|
||||
<div class="grid-content bg-purple-light" v-if="!showYaml">
|
||||
<el-form label-position="top" :model="form" :rules="rules" ref="form">
|
||||
|
||||
Reference in New Issue
Block a user