Просмотр исходного кода

Merge pull request #2347 from mattray/2346

Updated URL and other warning messages to reflect OpenCost not Kubecost
Matt Ray 2 лет назад
Родитель
Сommit
dc8454fc04
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      ui/src/cloudCostReports.js

+ 3 - 3
ui/src/cloudCostReports.js

@@ -135,12 +135,12 @@ const CloudCostReports = () => {
           {
             primary: "Failed to load report data",
             secondary:
-              "Please update Kubecost to the latest version, then contact support if problems persist.",
+            "Please update OpenCost to the latest version, and open an Issue if problems persist.",
           },
         ]);
       } else {
         let secondary =
-          "Please contact Kubecost support with a bug report if problems persist.";
+          "Please open an Issue with OpenCost if problems persist.";
         if (err.message.length > 0) {
           secondary = err.message;
         }
@@ -217,7 +217,7 @@ const CloudCostReports = () => {
           Learn more about setting up Cloud Costs{" "}
           <Link
             href={
-              "https://docs.kubecost.com/using-kubecost/navigating-the-kubecost-ui/cloud-costs-explorer#installation-and-configuration"
+              "https://www.opencost.io/docs/configuration/#cloud-costs"
             }
             target="_blank"
           >