]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/classes/list-with-details.class.ts
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / classes / list-with-details.class.ts
CommitLineData
e306af50
TL
1export class ListWithDetails {
2 expandedRow: any;
3
4 setExpandedRow(expandedRow: any) {
5 this.expandedRow = expandedRow;
6 }
7}