mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-05 23:00:09 +00:00
subscription: properly alias 'notfound'
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
f908f216ae
commit
31f1bbbf40
@ -29,7 +29,7 @@ pub enum SubscriptionStatus {
|
|||||||
#[serde(alias = "New")]
|
#[serde(alias = "New")]
|
||||||
New,
|
New,
|
||||||
/// no subscription set
|
/// no subscription set
|
||||||
#[serde(alias = "Notfound")]
|
#[serde(alias = "NotFound")]
|
||||||
NotFound,
|
NotFound,
|
||||||
/// subscription set and active
|
/// subscription set and active
|
||||||
#[serde(alias = "Active")]
|
#[serde(alias = "Active")]
|
||||||
|
Loading…
Reference in New Issue
Block a user