未验证 提交 f9983ec9 编写于 作者: S Sebastian Florek 提交者: GitHub

Move SA to the Cluster section (#5284)

* Move SA to Cluster section

* Fix npm audit
上级 a1825f24
此差异已折叠。
...@@ -138,7 +138,7 @@ const routes: Routes = [ ...@@ -138,7 +138,7 @@ const routes: Routes = [
}, },
{ {
path: 'serviceaccount', path: 'serviceaccount',
loadChildren: () => import('resource/config/serviceaccount/module').then(m => m.ServiceAccountModule), loadChildren: () => import('resource/cluster/serviceaccount/module').then(m => m.ServiceAccountModule),
}, },
// Custom resource definitions // Custom resource definitions
......
...@@ -16,7 +16,7 @@ import {NgModule} from '@angular/core'; ...@@ -16,7 +16,7 @@ import {NgModule} from '@angular/core';
import {Route, RouterModule} from '@angular/router'; import {Route, RouterModule} from '@angular/router';
import {DEFAULT_ACTIONBAR} from '../../../common/components/actionbars/routing'; import {DEFAULT_ACTIONBAR} from '../../../common/components/actionbars/routing';
import {CONFIG_ROUTE} from '../routing'; import {CONFIG_ROUTE} from '../../config/routing';
import {ServiceAccountDetailComponent} from './detail/component'; import {ServiceAccountDetailComponent} from './detail/component';
import {ServiceAccountListComponent} from './list/component'; import {ServiceAccountListComponent} from './list/component';
......
...@@ -25,6 +25,8 @@ limitations under the License. ...@@ -25,6 +25,8 @@ limitations under the License.
[hideable]="true"></kd-persistent-volume-list> [hideable]="true"></kd-persistent-volume-list>
<kd-storage-class-list (onchange)="onListUpdate($event)" <kd-storage-class-list (onchange)="onListUpdate($event)"
[hideable]="true"></kd-storage-class-list> [hideable]="true"></kd-storage-class-list>
<kd-service-account-list (onchange)="onListUpdate($event)"
[hideable]="true"></kd-service-account-list>
</div> </div>
<kd-zero-state [hidden]="!shouldShowZeroState()"></kd-zero-state> <kd-zero-state [hidden]="!shouldShowZeroState()"></kd-zero-state>
...@@ -21,8 +21,6 @@ limitations under the License. ...@@ -21,8 +21,6 @@ limitations under the License.
[hideable]="true"></kd-persistent-volume-claim-list> [hideable]="true"></kd-persistent-volume-claim-list>
<kd-secret-list (onchange)="onListUpdate($event)" <kd-secret-list (onchange)="onListUpdate($event)"
[hideable]="true"></kd-secret-list> [hideable]="true"></kd-secret-list>
<kd-service-account-list (onchange)="onListUpdate($event)"
[hideable]="true"></kd-service-account-list>
</div> </div>
<kd-zero-state [hidden]="!shouldShowZeroState()"></kd-zero-state> <kd-zero-state [hidden]="!shouldShowZeroState()"></kd-zero-state>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册