]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/login-layout/login-layout.component.ts
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / layouts / login-layout / login-layout.component.ts
1 import { Component } from '@angular/core';
2
3 @Component({
4 selector: 'cd-login-layout',
5 templateUrl: './login-layout.component.html',
6 styleUrls: ['./login-layout.component.scss']
7 })
8 export class LoginLayoutComponent {
9 docItems: any[] = [
10 { section: 'help', text: $localize`Help` },
11 { section: 'security', text: $localize`Security` },
12 { section: 'trademarks', text: $localize`Trademarks` }
13 ];
14 }