File tree Expand file tree Collapse file tree 18 files changed +18
-18
lines changed
packages/manager/modules/pci/src/projects
instance-backups/instance-backup/delete
snapshots/snapshot/delete Expand file tree Collapse file tree 18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ angular
1111 ] )
1212 . config ( /* @ngInject */ ( $stateProvider ) => {
1313 $stateProvider . state ( 'pci.projects.new.payment.**' , {
14- url : '/payment?mode&credit&voucher&hiPayStatus&paypalAgreementStatus ' ,
14+ url : '/payment' ,
1515 lazyLoad : ( $transition$ ) => {
1616 const $ocLazyLoad = $transition$ . injector ( ) . get ( '$ocLazyLoad' ) ;
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ angular
1111 ] )
1212 . config ( /* @ngInject */ ( $stateProvider ) => {
1313 $stateProvider . state ( 'pci.projects.project.contacts.remove.**' , {
14- url : '/remove?accountId ' ,
14+ url : '/remove' ,
1515 lazyLoad : ( $transition$ ) => {
1616 const $ocLazyLoad = $transition$ . injector ( ) . get ( '$ocLazyLoad' ) ;
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ angular
1111 ] )
1212 . config ( /* @ngInject */ ( $stateProvider ) => {
1313 $stateProvider . state ( 'pci.projects.project.instances.active-monthly-billing.**' , {
14- url : '/billing/monthly/activate?instanceId ' ,
14+ url : '/billing/monthly/activate' ,
1515 lazyLoad : ( $transition$ ) => {
1616 const $ocLazyLoad = $transition$ . injector ( ) . get ( '$ocLazyLoad' ) ;
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ angular
1111 ] )
1212 . config ( /* @ngInject */ ( $stateProvider ) => {
1313 $stateProvider . state ( 'pci.projects.project.instances.backup.**' , {
14- url : '/backup?instanceId ' ,
14+ url : '/backup' ,
1515 lazyLoad : ( $transition$ ) => {
1616 const $ocLazyLoad = $transition$ . injector ( ) . get ( '$ocLazyLoad' ) ;
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ angular
1111 ] )
1212 . config ( /* @ngInject */ ( $stateProvider ) => {
1313 $stateProvider . state ( 'pci.projects.project.instances.delete.**' , {
14- url : '/delete?instanceId ' ,
14+ url : '/delete' ,
1515 lazyLoad : ( $transition$ ) => {
1616 const $ocLazyLoad = $transition$ . injector ( ) . get ( '$ocLazyLoad' ) ;
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ angular
1111 ] )
1212 . config ( /* @ngInject */ ( $stateProvider ) => {
1313 $stateProvider . state ( 'pci.projects.project.instances.hard-reboot.**' , {
14- url : '/hard-reboot?instanceId ' ,
14+ url : '/hard-reboot' ,
1515 lazyLoad : ( $transition$ ) => {
1616 const $ocLazyLoad = $transition$ . injector ( ) . get ( '$ocLazyLoad' ) ;
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ angular
1111 ] )
1212 . config ( /* @ngInject */ ( $stateProvider ) => {
1313 $stateProvider . state ( 'pci.projects.project.instances.reinstall.**' , {
14- url : '/reinstall?instanceId ' ,
14+ url : '/reinstall' ,
1515 lazyLoad : ( $transition$ ) => {
1616 const $ocLazyLoad = $transition$ . injector ( ) . get ( '$ocLazyLoad' ) ;
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ angular
1111 ] )
1212 . config ( /* @ngInject */ ( $stateProvider ) => {
1313 $stateProvider . state ( 'pci.projects.project.instances.rescue.**' , {
14- url : '/rescue/start?instanceId ' ,
14+ url : '/rescue/start' ,
1515 lazyLoad : ( $transition$ ) => {
1616 const $ocLazyLoad = $transition$ . injector ( ) . get ( '$ocLazyLoad' ) ;
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ angular
1111 ] )
1212 . config ( /* @ngInject */ ( $stateProvider ) => {
1313 $stateProvider . state ( 'pci.projects.project.instances.resume.**' , {
14- url : '/resume?instanceId ' ,
14+ url : '/resume' ,
1515 lazyLoad : ( $transition$ ) => {
1616 const $ocLazyLoad = $transition$ . injector ( ) . get ( '$ocLazyLoad' ) ;
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ angular
1111 ] )
1212 . config ( /* @ngInject */ ( $stateProvider ) => {
1313 $stateProvider . state ( 'pci.projects.project.instances.soft-reboot.**' , {
14- url : '/soft-reboot?instanceId ' ,
14+ url : '/soft-reboot' ,
1515 lazyLoad : ( $transition$ ) => {
1616 const $ocLazyLoad = $transition$ . injector ( ) . get ( '$ocLazyLoad' ) ;
1717
You can’t perform that action at this time.
0 commit comments