forked from Proxmox/proxmox
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")]
|
||||
New,
|
||||
/// no subscription set
|
||||
#[serde(alias = "Notfound")]
|
||||
#[serde(alias = "NotFound")]
|
||||
NotFound,
|
||||
/// subscription set and active
|
||||
#[serde(alias = "Active")]
|
||||
|
Loading…
Reference in New Issue
Block a user