Parcourir la source

updating contracts

Stefan McShane il y a 3 ans
Parent
commit
e76962737a

Fichier diff supprimé car celui-ci est trop grand
+ 586 - 161
dashboard/package-lock.json


+ 1 - 1
dashboard/package.json

@@ -7,7 +7,7 @@
     "@loadable/component": "^5.15.2",
     "@material-ui/core": "^4.11.3",
     "@material-ui/lab": "^4.0.0-alpha.61",
-    "@porter-dev/api-contracts": "^0.0.33",
+    "@porter-dev/api-contracts": "^0.0.41",
     "@sentry/react": "^6.13.2",
     "@sentry/tracing": "^6.13.2",
     "@tanstack/react-query": "^4.13.0",

+ 3 - 0
dashboard/src/components/ProvisionerSettings.tsx

@@ -118,6 +118,9 @@ const ProvisionerSettings: React.FC<Props> = props => {
         data,
         { project_id: currentProject.id }
       );
+      console.log("tsj", data.toJsonString());
+      console.log("js", JSON.stringify(data));
+
 
       // Only refresh and set clusters on initial create
       if (!props.clusterId) {

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff