Skip to content

Commit 0a85d15

Browse files
authored
fix: instance type name (#55)
1 parent 93877d7 commit 0a85d15

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/components/tables/InstancesTable.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
label="Simple: use Spark L2 to connect to bitcoin lightning"
686686
color="positive"
687687
class="full-width"
688-
@click="confirmNewInstanceProvider('lnbits-spark-l2')"
688+
@click="confirmNewInstanceProvider('lnbits/lnbits-sparkl2:latest')"
689689
/>
690690
</q-card-actions>
691691
<q-card-actions v-else vertical class="q-pa-md">
@@ -694,7 +694,7 @@
694694
color="primary"
695695
outline
696696
class="full-width"
697-
@click="confirmNewInstanceProvider('lnbits')"
697+
@click="confirmNewInstanceProvider('lnbits/lnbits:latest')"
698698
/>
699699
</q-card-actions>
700700
</q-card>
@@ -926,7 +926,6 @@ export default defineComponent({
926926
this.newInstanceDialog.show = true
927927
},
928928
async confirmNewInstanceProvider(provider) {
929-
console.log('### new instance provider', provider)
930929
const action = this.newInstanceDialog.action
931930
this.newInstanceDialog.show = false
932931
this.newInstanceDialog.action = null

0 commit comments

Comments
 (0)