dashboard/edit/logging.banzaicloud.io.clus...

13 lines
247 B
Vue

<script>
import CreateEditView from '@/edit/logging.banzaicloud.io.output/';
export default {
extends: CreateEditView,
created() {
if (this.isCreate) {
this.value.metadata.namespace = 'cattle-logging-system';
}
}
};
</script>