|
|
@@ -201,8 +201,8 @@ class DashboardLicence extends React.Component<Props> {
|
|
|
color: ThemePalette.alert,
|
|
|
current: info.currentPerformedReplicas,
|
|
|
total: info.currentAvailableReplicas,
|
|
|
- label: "Used Replica",
|
|
|
- info: `The number of replicas consumed over the number of replicas available in
|
|
|
+ label: "Fulfilled Replica",
|
|
|
+ info: `The number of replicas fulfilled over the number of replicas available in
|
|
|
all currently active licences (including non-activated floating licences)`,
|
|
|
},
|
|
|
],
|
|
|
@@ -211,8 +211,8 @@ class DashboardLicence extends React.Component<Props> {
|
|
|
color: ThemePalette.primary,
|
|
|
current: info.currentPerformedMigrations,
|
|
|
total: info.currentAvailableMigrations,
|
|
|
- label: "Used Migration",
|
|
|
- info: `The number of migrations consumed over the number of migrations available in
|
|
|
+ label: "Fulfilled Migration",
|
|
|
+ info: `The number of migrations fulfilled over the number of migrations available in
|
|
|
all currently active licences (including non-activated floating licences)`,
|
|
|
},
|
|
|
],
|