Skip to content

Commit

Permalink
fix(Kubernetes Form): Available to non-Administrators
Browse files Browse the repository at this point in the history
  • Loading branch information
vktrrdk committed Dec 2, 2024
1 parent 1e7852b commit 4859a7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/applications/applications-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { AddcloudapplicationComponent } from './application-formular/openstack-f
import { TypeOverviewComponent } from './type-overview.component'
import { ValidationApplicationComponent } from '../validation-application/validation-application.component'
import { KubernetesFormularComponent } from './application-formular/kubernetes-formular/kubernetes-formular.component'
import { VoGuardService } from '../shared/guards/vo-guard.service'

const routes: Routes = [
{
Expand All @@ -28,7 +27,6 @@ const routes: Routes = [
{
path: 'newKubernetesApplication',
component: KubernetesFormularComponent,
canActivate: [VoGuardService],
data: {
title: 'New Kubernetes Application'
}
Expand Down

0 comments on commit 4859a7e

Please sign in to comment.