1 import { Component } from '@angular/core';
3 import { BsModalRef } from 'ngx-bootstrap/modal/bs-modal-ref.service';
6 selector: 'cd-rgw-user-swift-key-modal',
7 templateUrl: './rgw-user-swift-key-modal.component.html',
8 styleUrls: ['./rgw-user-swift-key-modal.component.scss']
10 export class RgwUserSwiftKeyModalComponent {
15 constructor(public bsModalRef: BsModalRef) {}
18 * Set the values displayed in the dialog.
20 setValues(user: string, secret_key: string) {
22 this.secret_key = secret_key;