mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-14 07:21:56 +00:00
api: disk SMART: fix details for depreacated return value comment
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
500014e83b
commit
6088459570
@ -25,7 +25,7 @@ pub enum SmartStatus {
|
|||||||
pub struct SmartAttribute {
|
pub struct SmartAttribute {
|
||||||
/// Attribute name
|
/// Attribute name
|
||||||
name: String,
|
name: String,
|
||||||
// fixme remove value in major release
|
// FIXME: remove value with next major relase (PBS 3.0)
|
||||||
/// duplicate of raw - kept for API stability
|
/// duplicate of raw - kept for API stability
|
||||||
value: String,
|
value: String,
|
||||||
/// Attribute raw value
|
/// Attribute raw value
|
||||||
|
Loading…
Reference in New Issue
Block a user