mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-29 13:50:38 +00:00
10 lines
205 B
JavaScript
10 lines
205 B
JavaScript
Ext.define('PBS.DataStoreStatus', {
|
|
extend: 'Ext.panel.Panel',
|
|
alias: 'widget.pbsDataStoreStatus',
|
|
|
|
title: gettext('Data Store Status'),
|
|
|
|
html: "Add fancy datastore dashboard...",
|
|
|
|
});
|