Kaynağa Gözat

Revert to referring to reserved licences as "Used"

This patch will display reserved and consumed licences as `Used`, instead of
wrongfully displaying them as `Fulfilled`.
Daniel Vincze 1 yıl önce
ebeveyn
işleme
8c60c96aec

+ 2 - 2
src/components/modules/DashboardModule/DashboardLicence/DashboardLicence.tsx

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