Skip to content

Commit ce79f72

Browse files
committed
chore: wip
1 parent 68965e8 commit ce79f72

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/components/Dashboard/Deployments/DeploymentList.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,14 @@ const showModal = ref(false)
340340
>
341341
Close
342342
</button>
343+
344+
<button
345+
type="button"
346+
class="secondary-button mr-4"
347+
@click="showModal = false"
348+
>
349+
View Logs
350+
</button>
343351
</template>
344352
</BaseModal>
345353
</template>

0 commit comments

Comments
 (0)