Skip to content

Commit 6b01d95

Browse files
committed
removed debugging code
1 parent 68944e6 commit 6b01d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/app/routes/administration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default class AdministrationRoute extends Route.extend(
2424
this.can.cannot('list tokens') ||
2525
this.can.cannot('list namespaces')
2626
) {
27-
// this.router.transitionTo('/jobs');
27+
this.router.transitionTo('/jobs');
2828
}
2929
}
3030

ui/app/routes/variables.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class VariablesRoute extends Route.extend(WithForbiddenState) {
2222

2323
beforeModel() {
2424
if (this.can.cannot('list variables')) {
25-
// this.router.transitionTo('/jobs');
25+
this.router.transitionTo('/jobs');
2626
}
2727
}
2828

0 commit comments

Comments
 (0)