We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5a6f3 commit 4ebef86Copy full SHA for 4ebef86
frontend/src/views/ds/DatasourceItemCard.vue
@@ -11,17 +11,17 @@ defineProps<{
11
ds: any
12
}>()
13
14
-const getStatus = (status: string) => {
15
- if (status === 'Success') {
16
- return 'connected'
17
- }
18
- if (status === 'Fail') {
19
- return 'failed'
20
21
- if (status === 'Checking') {
22
- return 'needs-verification'
23
24
-}
+// const getStatus = (status: string) => {
+// if (status === 'Success') {
+// return 'connected'
+// }
+// if (status === 'Fail') {
+// return 'failed'
+// if (status === 'Checking') {
+// return 'needs-verification'
25
26
</script>
27
0 commit comments