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

Merge branch 'beta.3.application-types' into main

sunguroku 5 лет назад
Родитель
Сommit
8b6cc35890
2 измененных файлов с 1 добавлено и 2 удалено
  1. 0 1
      dashboard/src/main/home/launch/Launch.tsx
  2. 1 1
      dashboard/src/shared/common.tsx

+ 0 - 1
dashboard/src/main/home/launch/Launch.tsx

@@ -60,7 +60,6 @@ export default class Templates extends Component<PropsType, StateType> {
         {}
       )
       .then((res) => {
-        console.log(res.data);
         this.setState({ applicationTemplates: res.data, error: false }, () => {
           this.state.applicationTemplates.sort((a, b) =>
             a.version > b.version ? 1 : -1

+ 1 - 1
dashboard/src/shared/common.tsx

@@ -17,7 +17,7 @@ export const integrationList: any = {
   kubernetes: {
     icon:
       "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/kubernetes.png",
-    label: "Kubernetes Cluster",
+    label: "Kubernetes",
     buttonText: "Add a Cluster",
   },
   repo: {