diff --git a/ui/src/pages/DeploymentDetails.vue b/ui/src/pages/DeploymentDetails.vue index 76cccb9..79bb632 100644 --- a/ui/src/pages/DeploymentDetails.vue +++ b/ui/src/pages/DeploymentDetails.vue @@ -12,6 +12,7 @@ label="sync", color="accent", mode="solid", + @click="openDialog", ) .info-container @@ -74,6 +75,14 @@ template(#configuration="") .configuration-tab Configuration + c-dialog( + v-model="isDialogShown", + :actions="actions", + :tabs="dialogTabs", + title="Foo", + error-text="Lorem ipsum dolor sit amet", + ) +