mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
SM-1179: Rename service accounts to machine accounts (#3974)
This commit is contained in:
@ -143,9 +143,9 @@ public class OrganizationEditModel : OrganizationViewModel
|
||||
public int? SmSeats { get; set; }
|
||||
[Display(Name = "Max Autoscale Seats")]
|
||||
public int? MaxAutoscaleSmSeats { get; set; }
|
||||
[Display(Name = "Service Accounts")]
|
||||
[Display(Name = "Machine Accounts")]
|
||||
public int? SmServiceAccounts { get; set; }
|
||||
[Display(Name = "Max Autoscale Service Accounts")]
|
||||
[Display(Name = "Max Autoscale Machine Accounts")]
|
||||
public int? MaxAutoscaleSmServiceAccounts { get; set; }
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user